File tree Expand file tree Collapse file tree 2 files changed +11
-6
lines changed Expand file tree Collapse file tree 2 files changed +11
-6
lines changed Original file line number Diff line number Diff line change
1
+ phantomjs_cdnurl = http://cnpmjs.org/downloads
2
+ chromedriver_cdnurl = http://cdn.npm.taobao.org/dist/chromedriver
3
+ sass_binary_site = https://npm.taobao.org/mirrors/node-sass/
4
+ registry = https://registry.npmmirror.com
Original file line number Diff line number Diff line change 12
12
"build:dev" : " vue-cli-service build --mode dev" ,
13
13
"build:demo1024" : " vue-cli-service build --mode demo1024" ,
14
14
"preview" : " node build/index.js --preview" ,
15
- "lint" : " eslint --ext .js,.vue src"
15
+ "lint" : " eslint --ext .js,.vue src" ,
16
+ "clean" : " rimraf node_modules"
16
17
},
17
18
"husky" : {
18
19
"hooks" : {
62
63
"vue-router" : " 3.4.9" ,
63
64
"vuedraggable" : " 2.24.3" ,
64
65
"vuex" : " 3.6.0" ,
65
- "bpmn-js-token-simulation" : " ^ 0.10.0" ,
66
- "min-dash" : " ^ 3.5.2" ,
67
- "xml-js" : " ^ 1.6.11" ,
68
- "@babel/parser" : " ^ 7.7.4" ,
69
- "throttle-debounce" : " ^ 2.1.0"
66
+ "bpmn-js-token-simulation" : " 0.10.0" ,
67
+ "min-dash" : " 3.5.2" ,
68
+ "xml-js" : " 1.6.11" ,
69
+ "@babel/parser" : " 7.7.4" ,
70
+ "throttle-debounce" : " 2.1.0"
70
71
},
71
72
"devDependencies" : {
72
73
"@vue/cli-plugin-babel" : " 4.4.6" ,
You can’t perform that action at this time.
0 commit comments