-
Notifications
You must be signed in to change notification settings - Fork 106
/
package.json
38 lines (38 loc) · 988 Bytes
/
package.json
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.26.0",
"babel-loader": "^7.1.4",
"babel-preset-env": "^1.6.1",
"babel-preset-react": "^6.24.1",
"babel-preset-stage-0": "^6.24.1",
"css-loader": "^2.1.1",
"prop-types": "^15.6.1",
"react": "^16.8.6",
"react-dom": "^16.8.6",
"react-styleguidist": "^9.0.8",
"style-loader": "^0.23.1",
"webpack": "^4.30.0"
},
"scripts": {
"start": "styleguidist server",
"styleguide": "styleguidist server",
"styleguide:build": "styleguidist build"
}
}