-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
65 lines (65 loc) · 1.83 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
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
{
"name": "full-react-app-boilerplate",
"version": "0.1.0",
"private": true,
"dependencies": {
"@babel/polyfill": "^7.4.0",
"@babel/register": "^7.4.0",
"deepmerge": "^3.2.0",
"i18next": "^15.0.7",
"node-sass": "^4.11.0",
"prop-types": "^15.7.2",
"react": "^16.8.4",
"react-dom": "^16.8.4",
"react-i18next": "^10.5.2",
"react-loadable": "^5.5.0",
"react-router-dom": "^5.0.0",
"react-scripts": "2.1.8",
"source-map-explorer": "^1.8.0",
"styled-components": "^4.2.0"
},
"scripts": {
"start": "react-app-rewired start",
"build": "react-app-rewired build",
"test": "react-app-rewired test",
"eject": "react-scripts eject",
"analyze": "source-map-explorer 'build/static/js/*.js'",
"storybook": "start-storybook -p 9009 -s public",
"build-storybook": "build-storybook -s public"
},
"eslintConfig": {
"extends": "react-app"
},
"browserslist": [
">0.2%",
"not dead",
"not ie <= 11",
"not op_mini all"
],
"jest": {
"snapshotSerializers": [
"enzyme-to-json/serializer"
]
},
"devDependencies": {
"@babel/core": "^7.3.4",
"@babel/plugin-proposal-class-properties": "^7.4.0",
"@storybook/addon-a11y": "^5.0.3",
"@storybook/addon-actions": "^5.0.3",
"@storybook/addon-console": "^1.1.0",
"@storybook/addon-info": "^5.0.3",
"@storybook/addon-knobs": "^5.0.3",
"@storybook/addon-links": "^5.0.3",
"@storybook/addon-storysource": "^5.0.3",
"@storybook/addons": "^5.0.3",
"@storybook/react": "^5.0.3",
"babel-loader": "^8.0.5",
"enzyme": "^3.9.0",
"enzyme-adapter-react-16": "^1.11.2",
"enzyme-to-json": "^3.3.5",
"react-app-rewire-workbox": "^2.0.1",
"react-app-rewired": "^2.1.1",
"storybook-addon-smart-knobs": "^4.1.0",
"workbox-webpack-plugin": "^4.1.1"
}
}