-
Notifications
You must be signed in to change notification settings - Fork 3
/
package.json
44 lines (44 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
44
{
"name": "rsong-react-ui",
"version": "0.1.0",
"private": true,
"dependencies": {
"@sentry/browser": "^5.29.2",
"axios": "^0.21.1",
"env-cmd": "^8.0.2",
"node-sass": "^4.13.1",
"react": "^16.14.0",
"react-datepicker": "^2.16.0",
"react-dom": "^16.14.0",
"react-google-recaptcha": "^1.0.5",
"react-redux": "^6.0.1",
"react-router-dom": "^5.0.1",
"react-scripts": "4.0.0",
"react-select": "^2.4.2",
"redux": "^4.0.1",
"redux-promise-middleware": "^6.1.0",
"redux-thunk": "^2.3.0",
"snyk": "^1.452.0"
},
"scripts": {
"start": "react-scripts start",
"starts": "HTTPS=true react-scripts start",
"build": "react-scripts build",
"build-staging": "env-cmd .env.staging react-scripts build",
"build-qa": "env-cmd .env.qa 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"
],
"snyk": true
}