-
Notifications
You must be signed in to change notification settings - Fork 2
/
Copy pathpackage.json
43 lines (43 loc) · 1.12 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
{
"name": "monotones",
"version": "0.1.0",
"private": true,
"homepage" : "https://monotones.app",
"dependencies": {
"bootstrap": "^4.3.1",
"i18next": "^19.6.3",
"i18next-browser-languagedetector": "^6.0.0",
"rc-slider": "^8.6.3",
"react": "^16.7.0",
"react-dom": "^16.7.0",
"react-i18next": "^11.7.0",
"react-redux": "^5.0.7",
"react-router-dom": "^4.3.1",
"react-scripts": "^2.1.8",
"react-share": "^2.4.0",
"react-transition-group": "^1.2.1",
"reactstrap": "^6.5.0",
"redux": "^4.0.0",
"redux-persist": "^5.10.0",
"redux-persist-transform-filter": "0.0.18"
},
"scripts": {
"start": "react-scripts start",
"build": "react-scripts build",
"test": "react-scripts test --env=jsdom",
"eject": "react-scripts eject",
"sw": "workbox generateSW --config-file=workbox-config.js",
"staging": "netlify deploy --prod"
},
"browserslist": [
">0.2%",
"not dead",
"not ie <= 11",
"not op_mini all"
],
"devDependencies": {
"enzyme": "^3.9.0",
"enzyme-adapter-react-16": "^1.12.1",
"react-test-renderer": "^16.8.6"
}
}