forked from keman5/welabx-g6
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
83 lines (83 loc) · 2.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
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
{
"name": "welabx-g6",
"version": "0.4.7",
"description": "welabx - antv G6",
"main": "src/components/graph/graph.js",
"scripts": {
"build": "node webpack/build.js",
"prod": "node webpack/build.js",
"dev": "webpack-dev-server --config webpack/webpack.dev.js",
"dll": "webpack -p --progress --config webpack/webpack.dll.js"
},
"homepage": "https://claudewowo.github.io/welabx-g6/build/",
"repository": {
"type": "git",
"url": "git+https://github.com/claudewowo/welabx-g6.git"
},
"keywords": [
"antv/g6",
"workflow"
],
"author": "claude.wu",
"license": "MIT",
"dependencies": {
"@antv/g6": "^3.8.1",
"insert-css": "^2.0.0"
},
"devDependencies": {
"@babel/core": "^7.10.4",
"@babel/plugin-transform-runtime": "^7.10.4",
"@vue/babel-preset-app": "^3.12.0",
"autoprefixer": "^9.8.4",
"babel-eslint": "^10.1.0",
"babel-loader": "^8.1.0",
"babel-plugin-component": "^1.1.1",
"cache-loader": "^4.1.0",
"chalk": "^4.1.0",
"clean-webpack-plugin": "^3.0.0",
"compression-webpack-plugin": "^4.0.0",
"cross-env": "^7.0.2",
"css-loader": "^3.6.0",
"dart-sass": "^1.25.0",
"eslint": "^7.4.0",
"eslint-friendly-formatter": "^4.0.1",
"eslint-loader": "^4.0.2",
"eslint-plugin-html": "^6.0.2",
"eslint-plugin-vue": "^6.2.2",
"file-loader": "^6.0.0",
"friendly-errors-webpack-plugin": "^1.7.0",
"html-webpack-plugin": "^4.3.0",
"html-webpack-tags-plugin": "^2.0.17",
"mime": "^2.4.6",
"mini-css-extract-plugin": "^0.9.0",
"optimize-css-assets-webpack-plugin": "^5.0.3",
"ora": "^4.0.4",
"postcss-loader": "^3.0.0",
"sass-loader": "^9.0.2",
"sass-resources-loader": "^2.0.3",
"shelljs": "^0.8.4",
"style-loader": "^1.2.1",
"terser-webpack-plugin": "^3.0.6",
"url-loader": "^4.1.0",
"vue": "^2.6.11",
"vue-loader": "^15.9.3",
"vue-router": "^3.3.4",
"vue-template-compiler": "^2.6.11",
"webpack": "^4.43.0",
"webpack-bundle-analyzer": "^3.8.0",
"webpack-cli": "^3.3.12",
"webpack-dashboard": "^3.2.0",
"webpack-dev-server": "^3.11.0",
"webpack-manifest-plugin": "^2.2.0",
"webpack-merge": "^5.0.9"
},
"engines": {
"node": ">= 8.0.0",
"npm": ">= 3.0.0"
},
"browserslist": [
"> 1%",
"last 20 versions",
"not ie <= 8"
]
}