-
Notifications
You must be signed in to change notification settings - Fork 3
/
package.json
140 lines (140 loc) · 4.29 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
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
{
"name": "my-cli",
"version": "1.0.0",
"keywords": [
"ElementUI",
"Vue工程框架"
],
"description": "Vue2+ElementUI基础脚手架",
"main": "core/index.js",
"sideEffects": [
"*.scss",
"*.css",
"*.vue",
"**/*/.vuepress/*",
"**/*/config.js",
"ui/lib/icons/*.js",
"ui/lib/charts/themes/*.js",
"echarts/lib/**/*.js"
],
"scripts": {
"serve": "vue-cli-service serve",
"color": "node bin/my color",
"fix": "node bin/my fix",
"coder": "node bin/my coder",
"svg": "node bin/my svg",
"theme": "node bin/my theme",
"ready": "node bin/my ready",
"route": "node bin/my route",
"dev": "npm run ready && concurrently \"npm run serve -- --open\" \"npm run route watch\"",
"build": "npm run ready force && npm run route build && npm run theme prod && vue-cli-service build",
"preview": "node bin/my preview",
"demo": "node bin/my demo",
"jsdoc": "node bin/my jsdoc",
"lint": "vue-cli-service lint && vue-cli-service lint ui/**/*.vue && vue-cli-service lint ui/**/*.js && vue-cli-service lint core/**/*.js",
"test": "vue-cli-service test:unit",
"dev:docs": "npm run demo && npm run jsdoc && node --max_old_space_size=8096 node_modules/vuepress/cli.js dev docs",
"build:docs": "npm run demo && npm run jsdoc && node --max_old_space_size=8096 node_modules/vuepress/cli.js build docs",
"start": "node bin/my start",
"bridge": "node bin/my bridge",
"app": "node bin/my app",
"page": "node bin/my page",
"widgets": "node bin/my widgets",
"create": "node bin/my create",
"release": "npm run svg && npm run lint && npm run build && npm run build:docs",
"deploy:major": "npm version major && npm publish --access public",
"deploy:minor": "version minor && npm publish --access public",
"deploy:patch": "npm version patch && npm publish --access public"
},
"engines": {
"node": ">=10"
},
"bin": {},
"repository": {},
"author": "chenhuachun",
"license": "MIT",
"dependencies": {
"@antv/hierarchy": "^0.6.8",
"@antv/layout": "^0.3.23",
"@antv/x6": "^2.13.1",
"@antv/x6-plugin-clipboard": "^2.1.6",
"@antv/x6-plugin-history": "^2.2.3",
"@antv/x6-plugin-keyboard": "^2.2.1",
"@antv/x6-plugin-minimap": "^2.0.5",
"@antv/x6-plugin-selection": "^2.1.7",
"@antv/x6-plugin-snapline": "^2.1.7",
"@antv/x6-plugin-stencil": "^2.1.4",
"@antv/x6-plugin-transform": "^2.1.7",
"@antv/x6-vue-shape": "^2.1.1",
"@ckeditor/ckeditor5-build-classic": "^24.0.0",
"@vue/composition-api": "^1.7.0",
"animate.css": "^4.1.1",
"axios": "^0.21.0",
"clipboard": "^2.0.4",
"core-js": "^3.8.1",
"countup.js": "^2.0.7",
"dayjs": "^1.9.7",
"download": "^8.0.0",
"echarts": "^4.9.0",
"echarts-gl": "^1.1.1",
"echarts-liquidfill": "^2.0.6",
"echarts-wordcloud": "^1.1.3",
"element-ui": "^2.14.1",
"enquire.js": "^2.1.6",
"highlight.js": "^10.5.0",
"html-to-image": "^1.10.1",
"html2canvas": "^1.0.0-rc.7",
"intersection-observer": "^0.12.0",
"js-base64": "^3.7.2",
"lodash": "^4.17.20",
"mockjs": "^1.1.0",
"nprogress": "^0.2.0",
"ol": "^6.4.3",
"path-to-regexp": "^3.2.0",
"projzh": "^1.0.0",
"sortablejs": "^1.10.2",
"three": "^0.123.0",
"vant": "^2.11.2",
"vue": "^2.6.12",
"vue-router": "^3.4.3",
"vue-runtime-helpers": "^1.1.2",
"vuedraggable": "^2.24.3",
"vuex": "^3.4.0",
"x2js": "^3.4.2",
"xlsx": "^0.16.7",
"xml-js": "^1.6.11"
},
"devDependencies": {
"@ant-design/colors": "^5.0.1",
"@vue/cli-plugin-babel": "^4.5.9",
"@vue/cli-plugin-router": "^4.5.9",
"@vue/cli-plugin-unit-jest": "^4.5.9",
"@vue/cli-plugin-vuex": "^4.5.9",
"@vue/cli-service": "^4.5.9",
"@vue/test-utils": "^1.1.2",
"autodll-webpack-plugin": "^0.4.2",
"babel-plugin-component": "^1.1.1",
"concurrently": "^5.3.0",
"cross-env": "^7.0.3",
"fibers": "^5.0.0",
"jsdoc": "^3.6.5",
"node-sass": "^5.0.0",
"sass-loader": "^10.1.0",
"vue-template-compiler": "^2.6.12",
"vuepress": "^1.7.1"
},
"postcss": {
"plugins": {
"autoprefixer": {}
}
},
"browserslist": [
"> 1%",
"last 2 versions"
],
"jest": {
"preset": "@vue/cli-plugin-unit-jest"
},
"typings": "types/index.d.ts",
"apps": {}
}