-
Notifications
You must be signed in to change notification settings - Fork 2
/
Copy pathpackage.json
81 lines (81 loc) · 2.39 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
{
"name": "tweb",
"version": "1.0.0",
"main": "index.js",
"repository": "https://github.com/SnakeHacker/tweb",
"author": "mickey",
"license": "MIT",
"dependencies": {
"@antv/data-set": "^0.11.1",
"@antv/g2": "^4.0.2",
"@types/spark-md5": "^3.0.2",
"@types/xxhashjs": "^0.2.1",
"antd": "^4.0.0",
"axios": "^0.19.2",
"babel-plugin-import": "1.13.0",
"customize-cra": "0.9.1",
"echarts": "^4.6.0",
"echarts-for-react": "^2.0.15-beta.1",
"emotion": "10.0.27",
"installing": "^1.0.0",
"js-cookie": "2.2.1",
"less": "3.11.1",
"less-loader": "5.0.0",
"protobufjs": "6.8.8",
"query-string": "^6.11.0",
"react": "16.12.0",
"react-app-rewired": "2.1.5",
"react-dom": "16.12.0",
"react-intl-universal": "2.2.2",
"react-particles-js": "^2.5.1",
"react-redux": "7.2.0",
"react-router-dom": "5.1.2",
"react-scripts": "3.4.0",
"redux": "4.0.5",
"redux-thunk": "2.3.0",
"spark-md5": "^3.0.1",
"typescript": "3.7.5",
"uglify-js": "^3.3.25",
"xxhashjs": "^0.2.2"
},
"scripts": {
"start": "react-app-rewired start",
"build": "react-app-rewired build",
"test": "react-app-rewired test",
"eject": "react-scripts eject",
"lint": "yarn tslint -c tslint.json 'src/**/*.ts*'"
},
"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": {
"@ant-design/dark-theme": "^1.0.3",
"@babel/plugin-proposal-optional-chaining": "7.8.3",
"@types/jest": "25.1.2",
"@types/js-cookie": "2.2.4",
"@types/node": "^13.7.4",
"@types/react": "16.9.20",
"@types/react-dom": "16.9.5",
"@types/react-redux": "7.1.7",
"@types/react-router-dom": "5.1.3",
"espree": "^3.5.4",
"jsdoc": "3.6.3",
"minimist": "1.2.2",
"svg-inline-loader": "^0.8.2",
"tslint": "6.0.0",
"tslint-react": "4.2.0"
},
"proxy": "http://localhost:8888"
}