-
Notifications
You must be signed in to change notification settings - Fork 1
/
package.json
45 lines (45 loc) · 1.01 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": "chart_comics",
"version": "0.0.0",
"description": "Chart comics",
"main": "server.js",
"scripts": {
"build": "npx webpack --config webpack.config.js",
"watch": "webpack --watch",
"start": "node app/server.js"
},
"dependencies": {
"bean": "^1.0.15",
"body-parser": "^1.19.0",
"concat": "^1.0.3",
"d3": "^5.15.0",
"express": "^4.17.1",
"font-awesome": "^4.7.0",
"fs": "0.0.1-security",
"html-webpack-plugin": "^3.2.0",
"html2canvas": "^1.0.0-rc.5",
"multer": "^1.4.2",
"percentile": "^1.2.2",
"split.js": "^1.5.11",
"vue": "^2.6.11",
"vue-resize-directive": "^1.2.0",
"webpack": "^4.41.6",
"webpack-cli": "^3.3.11",
"webpack-dev-middleware": "^3.7.2",
"webpack-livereload-plugin": "^2.3.0",
"wkhtmltopdf": "^0.3.4"
},
"repository": {
"type": "git",
"url": "."
},
"keywords": [
"collaboration",
"visual",
"analytics",
"data",
"exploration"
],
"author": "DaXian",
"license": "ISC"
}