-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
42 lines (42 loc) · 1.32 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
{
"name": "redg-web-visualizer",
"version": "0.0.1",
"scripts": {
"start": "webpack-dev-server --content-base src/",
"build": "webpack --env.production --progress"
},
"license": "Apache-2.0",
"devDependencies": {
"@types/base-64": "^0.1.2",
"@types/codemirror": "^0.0.38",
"@types/d3": "^4.7.0",
"@types/dagre": "^0.7.33",
"@types/jquery": "^2.0.41",
"@types/pako": "^1.0.0",
"css-loader": "^0.28.0",
"extract-text-webpack-plugin": "^2.1.0",
"file-loader": "^0.11.1",
"html-loader": "^0.4.5",
"html-webpack-plugin": "^2.28.0",
"offline-plugin": "^4.8.1",
"source-map-loader": "^0.2.1",
"ts-loader": "^2.0.3",
"typescript": "^2.2.2",
"uglify-js": "https://github.com/mishoo/UglifyJS2#harmony",
"uglifyjs-webpack-plugin": "^0.4.3",
"url-loader": "^0.5.8",
"webpack": "^2.3.3",
"webpack-dev-server": "^2.4.2"
},
"dependencies": {
"base-64": "^0.1.0",
"codemirror": "^5.25.0",
"d3": "^4.7.4",
"dagre": "^0.7.4",
"jquery": "^3.2.1",
"normalize.css": "^7.0.0",
"noty": "^3.1.0",
"pako": "^1.0.5",
"save-svg-as-png": "^1.2.0"
}
}