-
Notifications
You must be signed in to change notification settings - Fork 3
/
package.json
40 lines (40 loc) · 987 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
{
"name": "advanced-search-recipe-form",
"version": "0.2.0",
"private": true,
"dependencies": {
"@groceristar/groceristar-fetch": "^2.2.7",
"@groceristar/select-component": "^1.0.9",
"antd": "^4.0.4",
"axios": "^0.19.0",
"classnames": "^2.2.6",
"final-form": "^4.18.7",
"qs": "^6.9.0",
"react": "^16.9.0",
"react-dom": "^16.11.0",
"react-router": "^5.0.1",
"react-router-dom": "^5.1.2",
"react-scripts": "3.3.0",
"react-select": "^3.1.0",
"shortid": "^2.2.15",
"snyk": "^1.258.2"
},
"scripts": {
"start": "set PORT=3000 && react-scripts start",
"build": "react-scripts build",
"test": "react-scripts test --env=jsdom",
"eject": "react-scripts eject",
"snyk-protect": "snyk protect",
"prepublish": "yarn run snyk-protect"
},
"devDependencies": {
"enzyme": "^3.11.0"
},
"browserslist": [
">0.2%",
"not dead",
"not ie <= 11",
"not op_mini all"
],
"snyk": true
}