forked from styleguidist/react-styleguidist
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
45 lines (45 loc) · 1.14 KB
/
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
39
40
41
42
43
44
45
{
"name": "react-styleguidist-example-sections",
"description": "React styleguidist sections example",
"version": "1.0.0",
"private": true,
"homepage": "https://github.com/styleguidist/react-styleguidist",
"author": {
"name": "Artem Sapegin",
"url": "http://sapegin.me/"
},
"repository": {
"type": "git",
"url": "git://github.com/styleguidist/react-styleguidist.git"
},
"license": "MIT",
"engines": {
"node": ">=4"
},
"dependencies": {
"add": "^2.0.6",
"core-js": "^3.0.1",
"dog-names": "^1.0.2",
"lodash": "^4.17.11",
"prop-types": "^15.7.2",
"react": "^16.8.6",
"react-dom": "^16.8.6"
},
"devDependencies": {
"@babel/core": "^7.4.3",
"@babel/plugin-proposal-class-properties": "^7.4.0",
"@babel/preset-env": "^7.4.3",
"@babel/preset-react": "^7.0.0",
"babel-loader": "^8.0.5",
"css-loader": "^2.1.1",
"file-loader": "^3.0.1",
"react-styleguidist": "^9.0.8",
"style-loader": "^0.23.1",
"url-loader": "^1.1.2",
"webpack": "^4.30.0"
},
"scripts": {
"styleguide": "styleguidist server",
"styleguide:build": "styleguidist build"
}
}