-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
36 lines (36 loc) · 966 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
{
"name": "react-app-boilerplate",
"version": "0.1.0",
"private": true,
"dependencies": {
"@tandem.ly/react-scripts": "1.0.19",
"bulma": "^0.5.3",
"classnames": "^2.2.5",
"color": "^2.0.0",
"empty": "^0.10.1",
"enzyme": "^3.1.0",
"enzyme-adapter-react-16": "^1.0.1",
"flow-bin": "^0.56.0",
"jest-enzyme": "^4.0.0",
"npm-run-all": "^4.1.1",
"react": "^16.0.0",
"react-dom": "^16.0.0",
"react-styleable": "^3.2.0",
"react-styleguidist": "^6.0.26",
"standard-version": "^4.2.0"
},
"scripts": {
"start": "react-scripts start",
"build": "react-scripts build",
"test": "react-scripts test --env=jsdom",
"eject": "react-scripts eject",
"flow": "flow",
"styleguide": "styleguidist server",
"styleguide:build": "styleguidist build",
"release": "standard-version"
},
"devDependencies": {
"eslint-plugin-react": "^7.4.0",
"react-test-renderer": "^16.0.0"
}
}