-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
84 lines (84 loc) · 2.32 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
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
{
"name": "playground-create-react-app",
"version": "0.1.0",
"private": true,
"dependencies": {
"@emotion/is-prop-valid": "^0.8.2",
"@emotion/styled": "^10.0.15",
"@material-ui/core": "^4.3.2",
"@material-ui/icons": "^4.2.1",
"chroma-js": "^2.0.4",
"classnames": "^2.2.6",
"emotion": "^10.0.14",
"emotion-theming": "^10.0.14",
"lodash": "^4.17.15",
"numeral": "^2.0.6",
"prop-types": "^15.7.2",
"query-string": "^6.8.2",
"react": "^16.8.6",
"react-dom": "^16.8.6",
"react-flip-toolkit": "^6.6.9",
"react-ideal-image": "^0.0.5",
"react-router-dom": "^5.0.1",
"react-scripts": "3.0.1",
"react-waypoint": "^8.0.3",
"styled-components": "^4.3.2"
},
"scripts": {
"start": "react-scripts start",
"build": "react-scripts build",
"postbuild": "react-snapshot && rm build/index.html && yarn build-sw",
"deploy": "firebase deploy",
"test": "react-scripts test",
"eject": "react-scripts eject",
"storybook": "start-storybook -p 9009 -s public",
"build-storybook": "build-storybook -s public",
"analyze": "source-map-explorer 'build/static/js/*.js'",
"chromatic": "CHROMATIC_APP_CODE=lijbiu01muf chromatic test",
"build-sw": "workbox injectManifest ./workbox-config.js"
},
"eslintConfig": {
"extends": "react-app"
},
"browserslist": {
"production": [
">0.2%",
"not dead",
"not op_mini all"
],
"development": [
"last 1 chrome version",
"last 1 firefox version",
"last 1 safari version"
]
},
"reactSnapshot": {
"include": [
"/prices/view-all",
"/prices/paginated"
],
"snapshotDelay": 300
},
"devDependencies": {
"@babel/preset-react": "^7.0.0",
"@storybook/addon-actions": "^5.1.10",
"@storybook/addon-links": "^5.1.10",
"@storybook/addon-storyshots": "^5.1.10",
"@storybook/addons": "^5.1.10",
"@storybook/react": "^5.1.10",
"babel-plugin-macros": "^2.6.1",
"firebase-tools": "^7.2.2",
"jest-emotion": "^10.0.14",
"prettier": "^1.18.2",
"react-snapshot": "^1.3.0",
"react-test-renderer": "^16.8.6",
"require-context.macro": "^1.1.0",
"source-map-explorer": "^2.0.1",
"storybook-chromatic": "^2.1.0",
"workbox-cli": "^4.3.1"
},
"prettier": {
"semi": false,
"singleQuote": true
}
}