forked from styleguidist/example
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
38 lines (38 loc) · 994 Bytes
/
package.json
File metadata and controls
38 lines (38 loc) · 994 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
{
"name": "react-styleguidist-example",
"description": "React styleguidist example",
"version": "1.0.0",
"private": true,
"homepage": "https://github.com/sapegin/react-styleguidist-example",
"author": {
"name": "Artem Sapegin",
"url": "http://sapegin.me/"
},
"repository": {
"type": "git",
"url": "git://github.com/sapegin/react-styleguidist-example.git"
},
"license": "MIT",
"engines": {
"node": ">=4"
},
"dependencies": {
"babel-core": "^6.24.0",
"babel-loader": "^6.4.1",
"babel-preset-es2015": "6.24.0",
"babel-preset-react": "6.23.0",
"babel-preset-react-hmre": "1.1.1",
"babel-preset-stage-0": "6.22.0",
"dog-names": "~1.0.2",
"react": "0.14.9",
"react-dom": "0.14.9",
"react-modal": "~1.7.3",
"react-styleguidist": "^5.0.0",
"webpack": "^2.3.2"
},
"scripts": {
"start": "styleguidist server",
"styleguide": "styleguidist server",
"styleguide:build": "styleguidist build"
}
}