-
Notifications
You must be signed in to change notification settings - Fork 1
/
package.json
47 lines (47 loc) · 1.56 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
{
"name": "graphviz-viewer",
"version": "1.0.1",
"description": "",
"main": "index.js",
"scripts": {
"build": "rm -rf docs/ && BUILD=production webpack --bail && cp docs/index.html docs/404.html",
"fastbuild": "rm -rf docs/ && webpack --bail && cp docs/index.html docs/404.html",
"dev": "(sleep 5 && open 'http://localhost:8080/webpack-dev-server/graphviz-viewer' &) && webpack-dev-server --history-api-fallback --inline --progress",
"test": "echo \"Error: no test specified\" && exit 1"
},
"author": "Daniel Keith <[email protected]> (http://doctorbud.github.io)",
"license": "ISC",
"dependencies": {
"angular": "^1.7.8",
"angular-resource": "^1.7.8",
"angular-ui-bootstrap": "^2.5.6",
"bootstrap": "^3.3.7",
"ng-file-upload": "^12.2.13",
"viz.js": "^2.1.2"
},
"devDependencies": {
"@babel/core": "^7.4.4",
"@babel/preset-env": "^7.4.4",
"babel-core": "^6.26.3",
"babel-eslint": "^10.0.1",
"babel-loader": "^8.0.6",
"babel-plugin-transform-flow-strip-types": "^6.22.0",
"babel-preset-es2015": "^6.24.1",
"babel-runtime": "^6.26.0",
"copy-webpack-plugin": "^5.0.3",
"css-loader": "^2.1.1",
"eslint": "^5.16.0",
"eslint-config-google": "^0.12.0",
"eslint-plugin-html": "^5.0.4",
"file-loader": "^3.0.1",
"html-webpack-plugin": "^3.2.0",
"json-loader": "^0.5.7",
"lodash": "^4.17.11",
"raw-loader": "^2.0.0",
"style-loader": "^0.23.1",
"url-loader": "^1.1.2",
"webpack": "^4.31.0",
"webpack-cli": "^3.3.2",
"webpack-dev-server": "^3.3.1"
}
}