-
Notifications
You must be signed in to change notification settings - Fork 4
/
package.json
46 lines (46 loc) · 1.16 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
45
46
{
"name": "meal-calendar-react-frontend-side",
"version": "0.1.0",
"private": true,
"dependencies": {
"@groceristar/groceristar-fetch": "2.2.7",
"@groceristar/grocery-component": "1.0.10",
"@react-pdf/renderer": "2.3.0",
"antd": "4.21.5",
"bootstrap": "5.1.3",
"classnames": "2.3.1",
"i": "0.3.7",
"lodash": "4.17.21",
"react": "16.12.0",
"react-dom": "16.12.0",
"react-router": "5.3.3",
"react-router-dom": "5.3.3",
"react-scripts": "3.4.4",
"reactstrap": "8.10.1",
"shortid": "2.2.16",
"underscore": "1.12.1",
"uuid": "8.3.2",
"snyk": "1.963.0"
},
"scripts": {
"start": "react-scripts start",
"build": "react-scripts build",
"test": "react-scripts test --env=jsdom",
"test:watch": "react-scripts test --watch",
"test:coverage": "react-scripts test --coverage",
"eject": "react-scripts eject",
"snyk-protect": "snyk protect",
"prepare": "npm run snyk-protect"
},
"devDependencies": {
"enzyme": "3.11.0",
"enzyme-adapter-react-16": "1.15.6"
},
"browserslist": [
">0.2%",
"not dead",
"not ie <= 11",
"not op_mini all"
],
"snyk": true
}