-
Notifications
You must be signed in to change notification settings - Fork 1
/
package.json
72 lines (72 loc) · 2.07 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
{
"name": "supernova",
"version": "0.1.1",
"private": true,
"dependencies": {
"@fortawesome/fontawesome-svg-core": "6.1.0",
"@fortawesome/free-regular-svg-icons": "6.1.0",
"@fortawesome/free-solid-svg-icons": "6.1.0",
"@fortawesome/react-fontawesome": "^0.1.4",
"abort-controller": "^3.0.0",
"axios": "^0.21.1",
"bootstrap": "^4.3.1",
"chokidar": "^3.4.2",
"classnames": "^2.2.6",
"concurrently": "^4.1.0",
"cookie-parser": "^1.4.4",
"dotenv": "^16.4.5",
"express": "^4.16.4",
"express-prom-bundle": "^5.1.5",
"interweave": "^13.0.0",
"jest": "^27.5.1",
"jquery": "3.7.1",
"ldapjs": "^1.0.2",
"moment": "^2.24.0",
"node-fetch": "^2.6.0",
"node-jose": "2.2.0",
"node-sass": "9.0.0",
"popper.js": "^1.16.1",
"prom-client": "^11.5.3",
"react": "^16.9.0",
"react-datepicker": "^3.1.3",
"react-dom": "^16.8.5",
"react-json-view": "^1.19.1",
"react-select": "^3.0.4",
"react-simple-maps": "^0.12.1",
"reactstrap": "^8.0.0",
"recharts": "^2",
"socket.io": "^2.2.0",
"socket.io-client": "^2.2.0",
"typescript": "*"
},
"scripts": {
"start": "PORT=$APP_PORT react-scripts start",
"build": "react-scripts build",
"test": "NODE_ENV=test concurrently --kill-others-on-fail \"jest server\" \"react-scripts test\" ",
"eject": "react-scripts eject",
"production": "PORT=$APP_PORT NODE_ENV=production node server",
"server": "nodemon server",
"dev": "HTTPS=true concurrently --kill-others-on-fail \"yarn server\" \"yarn start\" "
},
"eslintConfig": {
"extends": "react-app"
},
"browserslist": [
">0.2%",
"not dead",
"not ie <= 11",
"not op_mini all"
],
"devDependencies": {
"@babel/core": "^7.0.0",
"@babel/plugin-syntax-flow": "^7.14.5",
"@babel/plugin-transform-react-jsx": "^7.14.9",
"babel-jest": "^26.6.0",
"babel-plugin-rewire": "^1.2.0",
"enzyme": "^3.10.0",
"enzyme-adapter-react-16": "^1.14.0",
"nodemon": "^3.1.0",
"react-scripts": "^5.0.1",
"supertest": "^4.0.2"
}
}