-
Notifications
You must be signed in to change notification settings - Fork 2
/
Copy pathpackage.json
executable file
·94 lines (94 loc) · 2.63 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
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
{
"name": "domino_web",
"version": "0.1.0",
"private": true,
"proxy": "http://localhost:3001",
"dependencies": {
"@chevtek/react-spinners": "^1.0.5",
"@fortawesome/fontawesome-svg-core": "^1.2.35",
"@fortawesome/free-brands-svg-icons": "^5.15.3",
"@fortawesome/free-solid-svg-icons": "^5.15.3",
"@fortawesome/react-fontawesome": "^0.1.14",
"@testing-library/jest-dom": "^5.11.9",
"@testing-library/react": "^11.2.5",
"@testing-library/user-event": "^12.7.1",
"axios": "^0.21.1",
"body-parser": "^1.19.0",
"bootstrap": "^4.6.0",
"bootstrap-icons": "^1.5.0",
"cdbreact": "^1.1.0",
"child_process": "^1.0.2",
"connect-timeout": "^1.9.0",
"cookie-parser": "^1.4.5",
"cors": "^2.8.5",
"csv-write-stream": "^2.0.0",
"csv-writer": "^1.6.0",
"danfojs-node": "^0.2.7",
"express": "^4.17.1",
"express-fileupload": "^1.2.1",
"font-awesome": "^4.7.0",
"fs": "0.0.1-security",
"jade": "^1.11.0",
"js-cookie": "^2.2.1",
"mkdir-recursive": "^0.4.0",
"mongodb": "^4.0.1",
"mongoose": "^5.13.7",
"morgan": "^1.10.0",
"ncp": "^2.0.0",
"node-pre-gyp": "^0.17.0",
"react": "^17.0.1",
"react-bootstrap": "^1.6.1",
"react-bootstrap-drawer": "^1.0.0",
"react-collapsible": "^2.8.3",
"react-combo-select": "^1.3.22",
"react-dom": "^17.0.1",
"react-highlight": "^0.14.0",
"react-icons": "^4.2.0",
"react-jsx-parser": "^1.28.4",
"react-pro-sidebar": "^0.6.0",
"react-router-dom": "^5.2.0",
"react-scripts": "^4.0.2",
"react-spinners": "^0.10.6",
"reactour": "^1.18.6",
"recharts": "^2.0.10",
"sass": "^1.35.2",
"styled-components": "^4.0.0",
"util-promisifyall": "^1.0.6",
"web-vitals": "^1.1.0"
},
"scripts": {
"start": "react-scripts start",
"build": "react-scripts build",
"test": "react-scripts test",
"eject": "react-scripts eject",
"dev:build-server": "NODE_ENV=development webpack --config webpack.server.js --mode=development -w",
"dev:start": "nodemon ./server-build/index.js",
"dev": "npm-run-all --parallel build dev:*"
},
"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"
]
},
"devDependencies": {
"@babel/core": "^7.10.4",
"@babel/preset-env": "^7.10.4",
"@babel/preset-react": "^7.10.4",
"babel-loader": "^8.1.0",
"nodemon": "^2.0.4",
"npm-run-all": "^4.1.5"
}
}