-
Notifications
You must be signed in to change notification settings - Fork 9
/
Copy pathpackage.json
58 lines (58 loc) · 1.41 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
{
"name": "era-ecommerce-react",
"version": "0.1.0",
"private": true,
"dependencies": {
"firebase": "^5.6.0",
"nanoid": "^2.0.0",
"prop-types": "^15.6.2",
"react": "^16.8.6",
"react-dom": "^16.8.6",
"react-helmet": "^5.2.0",
"react-load-image": "^0.1.7",
"react-pose": "^4.0.6",
"react-redux": "^6.0.0",
"react-router": "^4.3.1",
"react-router-dom": "^4.3.1",
"react-scripts": "2.1.1",
"react-slick": "^0.23.2",
"react-table": "^6.8.6",
"react-tabs": "^2.3.0",
"react-toastify": "^4.4.3",
"react-tooltip": "^3.9.0",
"redux": "^4.0.1",
"redux-devtools-extension": "^2.13.7",
"redux-thunk": "^2.3.0",
"slick-carousel": "^1.8.1",
"source-map-explorer": "^1.7.0",
"webpack-bundle-analyzer": "^3.0.4"
},
"husky": {
"hooks": {
"pre-commit": "pretty-quick --staged"
}
},
"scripts": {
"analyze": "source-map-explorer build/static/js/main.*",
"start": "react-scripts start",
"build": "react-scripts build",
"predeploy": "yarn build",
"deploy": "firebase deploy --only hosting",
"test": "react-scripts test",
"eject": "react-scripts eject"
},
"eslintConfig": {
"extends": "react-app"
},
"browserslist": [
">0.2%",
"not dead",
"not ie <= 11",
"not op_mini all"
],
"devDependencies": {
"husky": "^1.3.1",
"prettier": "1.16.4",
"pretty-quick": "^1.10.0"
}
}