-
Notifications
You must be signed in to change notification settings - Fork 1
/
package.json
41 lines (41 loc) · 945 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
40
41
{
"name": "neuro-nation-coding-challenge",
"version": "0.1.0",
"private": true,
"dependencies": {
"chai": "^4.2.0",
"node-sass": "^7.0.1",
"react": "^16.5.2",
"react-dom": "^16.5.2",
"react-redux": "^5.1.0",
"react-scripts": "5.0.0",
"redux": "^4.0.1",
"redux-logger": "^3.0.6",
"redux-saga": "^0.16.2",
"snyk": "^1.680.0"
},
"scripts": {
"start": "react-scripts start",
"build": "react-scripts build",
"test": "react-scripts test",
"eject": "react-scripts eject",
"snyk-protect": "snyk protect",
"prepare": "npm run snyk-protect"
},
"eslintConfig": {
"extends": "react-app"
},
"browserslist": [
">0.2%",
"not dead",
"not ie <= 11",
"not op_mini all"
],
"devDependencies": {
"enzyme": "^3.7.0",
"enzyme-adapter-react-15": "^1.1.1",
"enzyme-adapter-react-16": "^1.6.0",
"identity-obj-proxy": "^3.0.0"
},
"snyk": true
}