forked from DoctorBud/graphviz-viewer
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
45 lines (45 loc) · 1.51 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": "graphviz-viewer",
"version": "1.0.0",
"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": {
"obographviz": "cmungall/obographviz",
"angular": "^1.6.1",
"angular-resource": "^1.6.1",
"angular-ui-bootstrap": "^2.4.0",
"bootstrap": "^3.3.7",
"ng-file-upload": "^12.2.13",
"viz.js": "^1.4.1"
},
"devDependencies": {
"babel-core": "^6.21.0",
"babel-eslint": "^7.1.1",
"babel-loader": "^6.2.10",
"babel-plugin-transform-flow-strip-types": "^6.21.0",
"babel-preset-es2015": "^6.18.0",
"babel-runtime": "^6.20.0",
"copy-webpack-plugin": "^4.0.1",
"css-loader": "^0.26.1",
"eslint": "^3.13.0",
"eslint-config-google": "^0.7.1",
"eslint-plugin-html": "^1.7.0",
"file-loader": "^0.9.0",
"html-webpack-plugin": "^2.26.0",
"json-loader": "^0.5.4",
"lodash": "^4.17.4",
"raw-loader": "^0.5.1",
"style-loader": "^0.13.1",
"url-loader": "^0.5.7",
"webpack": "^1.14.0",
"webpack-dev-server": "^1.16.2"
}
}