-
-
Notifications
You must be signed in to change notification settings - Fork 1.4k
/
package.json
37 lines (37 loc) · 918 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
{
"name": "react-styleguidist-example-cra",
"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": ">=10"
},
"devDependencies": {
"react-scripts": "^3.2.0",
"react-styleguidist": "^9.1.16"
},
"dependencies": {
"dog-names": "^2.0.0",
"lodash": "^4.17.15",
"prop-types": "^15.7.2",
"react": "^16.10.2",
"react-dom": "^16.10.2"
},
"scripts": {
"start": "react-scripts start",
"build": "react-scripts build",
"test": "react-scripts test --env=jsdom",
"eject": "react-scripts eject",
"styleguide": "styleguidist server",
"styleguide:build": "styleguidist build"
}
}