forked from vesoft-inc/github-statistics
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
54 lines (54 loc) · 1.28 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
{
"name": "github-statistics",
"homepage": "https://vesoft-inc.github.io/github-statistics",
"version": "0.1.0",
"private": true,
"dependencies": {
"@material-ui/core": "^4.11.4",
"antd": "^3.26.20",
"axios": "^0.26.1",
"gh-pages": "^2.2.0",
"graphql": "^14.7.0",
"graphql-request": "^1.8.2",
"highcharts": "^9.1.1",
"highcharts-react-official": "^2.2.2",
"lodash": "^4.17.21",
"moment": "^2.29.1",
"objects-to-csv": "^1.3.6",
"react": "^16.14.0",
"react-dom": "^16.14.0",
"react-redux": "^7.2.4",
"react-scripts": "3.1.1",
"recharts": "^1.8.5",
"redux": "^4.1.0"
},
"scripts": {
"predeploy": "npm run build",
"deploy": "gh-pages -d build",
"start": "react-scripts start",
"build": "react-scripts build",
"test": "react-scripts test",
"eject": "react-scripts eject",
"export": "node csv"
},
"eslintConfig": {
"extends": "react-app"
},
"browserslist": {
"production": [
">0.2%",
"not dead",
"not op_mini all"
],
"development": [
"last 1 chrome version",
"last 1 firefox version",
"last 1 safari version"
]
},
"devDependencies": {
"eslint": "^6.8.0",
"eslint-plugin-react": "^7.24.0",
"redux-devtools": "^3.7.0"
}
}