-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
39 lines (39 loc) · 942 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
37
38
39
{
"name": "chasse-aux-poussins",
"version": "0.1.0",
"dependencies": {
"ramda": "^0.27.1",
"react": "^17.0.2",
"react-dom": "^17.0.2",
"react-functional-lifecycle": "^3.0.0",
"react-redux": "^7.2.4",
"redux": "^4.1.1",
"redux-observable": "^2.0.0",
"rxjs": "^7.3.0"
},
"scripts": {
"start": "npm-run-all -p start-js",
"start-js": "react-scripts start",
"build-js": "react-scripts build",
"build": "npm-run-all build-js",
"test": "react-scripts test --env=jsdom --verbose false",
"eject": "react-scripts eject"
},
"devDependencies": {
"autoprefixer": "^10.3.3",
"node-sass": "^6.0.1",
"npm-run-all": "^4.1.5",
"postcss-cli": "^8.3.1",
"react-scripts": "^4.0.3",
"react-test-renderer": "^17.0.2"
},
"eslintConfig": {
"extends": "react-app"
},
"browserslist": [
">0.2%",
"not dead",
"not ie <= 11",
"not op_mini all"
]
}