-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
36 lines (36 loc) · 875 Bytes
/
package.json
File metadata and controls
36 lines (36 loc) · 875 Bytes
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
{
"name": "issuehunt-statistics",
"version": "0.1.0",
"private": true,
"dependencies": {
"@mysql/xdevapi": "^8.0.13",
"body-parser": "^1.18.3",
"chart.js": "^2.7.3",
"cheerio": "^1.0.0-rc.2",
"cors": "^2.8.5",
"express": "^4.16.4",
"react": "^16.6.0",
"react-chartjs-2": "^2.7.4",
"react-dom": "^16.6.0",
"react-scripts": "2.0.5",
"react-tabs": "^2.3.0",
"request": "^2.88.0",
"request-promise": "^4.2.2"
},
"scripts": {
"start": "react-scripts start",
"build": "react-scripts build",
"test": "react-scripts test",
"eject": "react-scripts eject",
"dev": "concurrently --kill-others-on-fail \"nodemon server.js\" \"react-scripts start\""
},
"eslintConfig": {
"extends": "react-app"
},
"browserslist": [
">0.2%",
"not dead",
"not ie <= 11",
"not op_mini all"
]
}