-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
49 lines (49 loc) · 1.49 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
48
49
{
"name": "model-visualizer",
"version": "0.0.6",
"description": "Visualize your AltWalker or GraphWalker json models",
"scripts": {
"build:dev": "webpack --mode development",
"build": "webpack --mode production",
"dev": "webpack-dev-server --content-base examples/ --host 0.0.0.0",
"test": "jest",
"lint": "eslint --ext '.js,.vue' src",
"lint:fix": "eslint --ext '.js,.vue' src --fix"
},
"author": "Altom Consulting",
"license": "GPL-3.0-only",
"devDependencies": {
"@babel/core": "^7.10.2",
"@babel/preset-env": "^7.10.2",
"@vue/cli-plugin-babel": "^3.12.1",
"babel-jest": "^24.9.0",
"babel-loader": "^8.0.6",
"css-loader": "^3.5.3",
"eslint": "^6.8.0",
"eslint-config-standard": "^14.1.1",
"eslint-plugin-import": "^2.20.2",
"eslint-plugin-node": "^11.1.0",
"eslint-plugin-promise": "^4.2.1",
"eslint-plugin-standard": "^4.0.1",
"eslint-plugin-vue": "^6.2.2",
"jest": "^24.9.0",
"jest-cli": "^24.9.0",
"jest-puppeteer": "^4.4.0",
"lodash": "^4.17.15",
"mini-css-extract-plugin": "^0.8.2",
"optimize-css-assets-webpack-plugin": "^5.0.3",
"puppeteer": "^1.20.0",
"puppeteer-firefox": "^0.5.1",
"style-loader": "^1.2.1",
"vue": "^2.6.11",
"vue-loader": "^15.9.2",
"vue-template-compiler": "^2.6.11",
"webpack": "^4.43.0",
"webpack-cli": "^3.3.11",
"webpack-dev-server": "^3.11.0"
},
"dependencies": {
"d3-svg-legend": "^2.25.6",
"dagre-d3-es": "^7.0.10"
}
}