-
Notifications
You must be signed in to change notification settings - Fork 16
/
package.json
45 lines (45 loc) · 1.37 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
{
"name": "random-data",
"version": "1.0.0",
"description": "",
"main": "webpack.config.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
"start": "cross-env NODE_ENV=dev PLATFORM=web webpack-dev-server --progress --host 0.0.0.0 --disableHostCheck=true",
"build": "cross-env NODE_ENV=pro PLATFORM=web webpack --progress --config ./webpack.config.prod.js --optimize-minimize"
},
"author": "",
"license": "ISC",
"devDependencies": {
"@types/d3": "^5.7.1",
"cross-env": "^5.2.0",
"eslint": "^5.15.1",
"eslint-config-standard": "^12.0.0",
"eslint-loader": "^2.1.2",
"eslint-plugin-babel": "^5.3.0",
"eslint-plugin-html": "^5.0.3",
"eslint-plugin-import": "^2.16.0",
"eslint-plugin-node": "^8.0.1",
"eslint-plugin-promise": "^4.0.1",
"eslint-plugin-standard": "^4.0.0",
"file-loader": "^3.0.1",
"ts-loader": "^5.3.3",
"ts-node": "^8.0.3",
"typescript": "^3.3.3333",
"typescript-eslint-parser": "^22.0.0",
"url-loader": "^1.1.2",
"webpack": "^4.29.6",
"webpack-cli": "^3.2.3",
"webpack-dev-server": "^3.2.1"
},
"dependencies": {
"@antv/data-set": "^0.10.2",
"@antv/g2": "^3.4.10",
"@tensorflow/tfjs": "1.0.0",
"@types/echarts": "^4.1.5",
"css-loader": "^2.1.1",
"echarts": "^4.1.0",
"node-fetch": "^2.3.0",
"style-loader": "^0.23.1"
}
}