-
-
Notifications
You must be signed in to change notification settings - Fork 1.4k
/
package.json
41 lines (41 loc) · 1.05 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
{
"name": "react-styleguidist-example-express",
"description": "React styleguidist express example",
"version": "1.0.0",
"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": ">=10"
},
"dependencies": {
"lodash": "^4.17.19",
"prop-types": "^15.7.2",
"react": "^16.10.2",
"react-dom": "^16.10.2"
},
"devDependencies": {
"@babel/core": "^7.6.4",
"@babel/plugin-proposal-class-properties": "^7.5.5",
"@babel/preset-env": "^7.6.3",
"@babel/preset-react": "^7.6.3",
"babel-loader": "^8.0.6",
"css-loader": "^3.2.0",
"file-loader": "^4.2.0",
"react-styleguidist": "^9.1.16",
"style-loader": "^1.0.0",
"url-loader": "^2.2.0",
"webpack": "^4.41.1"
},
"scripts": {
"styleguide": "styleguidist server",
"styleguide:build": "styleguidist build"
}
}