-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathpackage.json
76 lines (76 loc) · 2.13 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
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
{
"name": "vuldoctor_v2",
"version": "0.1.0",
"private": true,
"dependencies": {
"@devexpress/dx-react-chart": "^2.7.4",
"@devexpress/dx-react-chart-material-ui": "^2.7.4",
"@devexpress/dx-react-core": "^2.7.4",
"@material-table/core": "^2.3.23",
"@material-ui/core": "^4.11.2",
"@material-ui/icons": "^4.11.2",
"@material-ui/lab": "^4.0.0-alpha.57",
"@progress/kendo-angular-charts": "^5.1.0",
"@progress/kendo-angular-common": "^2.0.0",
"@progress/kendo-angular-intl": "^3.1.0",
"@progress/kendo-angular-l10n": "^3.0.0",
"@progress/kendo-angular-popup": "^4.0.0",
"@progress/kendo-drawing": "^1.9.3",
"@progress/kendo-licensing": "^1.1.3",
"@progress/kendo-react-charts": "^4.3.0",
"@progress/kendo-react-intl": "^4.3.0",
"@progress/kendo-theme-material": "^3.28.0",
"@react-firebase/auth": "^0.2.10",
"@testing-library/jest-dom": "^5.11.4",
"@testing-library/react": "^11.1.0",
"@testing-library/user-event": "^12.1.10",
"axios": "^0.21.1",
"cors": "^2.8.5",
"dotenv": "^8.2.0",
"express": "^4.17.1",
"firebase": "^8.2.2",
"fuse.js": "^6.4.6",
"hammerjs": "^2.0.8",
"material-table": "^1.69.2",
"mongoose": "^5.11.11",
"nodemon": "^2.0.7",
"react": "^17.0.1",
"react-dom": "^17.0.1",
"react-dropzone": "^11.2.4",
"react-markdown": "^5.0.3",
"react-router-dom": "^5.2.0",
"react-scripts": "4.0.1",
"short-uuid": "^4.1.0",
"shrink-string": "^3.0.9",
"typeface-roboto": "^1.1.13",
"web-vitals": "^0.2.4"
},
"scripts": {
"start-client": "react-scripts start",
"build": "react-scripts build && (cd server && npm install)",
"test": "react-scripts test",
"eject": "react-scripts eject",
"start": "cd server && npm start"
},
"eslintConfig": {
"extends": [
"react-app",
"react-app/jest"
]
},
"browserslist": {
"production": [
">0.2%",
"not dead",
"not op_mini all"
],
"development": [
"last 1 chrome version",
"last 1 firefox version",
"last 1 safari version"
]
},
"engines": {
"node": "14.x"
}
}