vue, vue-color, remove cm, remove csseditor scripts

This commit is contained in:
Jiiks 2019-03-01 21:56:35 +02:00
parent 1160955629
commit d102686379
1 changed files with 4 additions and 8 deletions

View File

@ -34,7 +34,6 @@
"babel-preset-env": "^1.7.0",
"babel-preset-es2015": "^6.24.1",
"babel-preset-react": "^6.24.1",
"codemirror": "^5.39.2",
"combokeys": "^3.0.0",
"css-loader": "^0.28.11",
"del": "^3.0.0",
@ -65,9 +64,8 @@
"sass-loader": "^6.0.7",
"uglifyjs-webpack-plugin": "^1.2.7",
"v-tooltip": "^2.0.0-rc.33",
"vue": "^2.5.17",
"vue-codemirror": "^4.0.5",
"vue-color": "^2.4.6",
"vue": "^2.6.8",
"vue-color": "^2.7.0",
"vue-context-menu": "^2.0.6",
"vue-loader": "^13.7.2",
"vue-material-design-icons": "^1.6.0",
@ -77,17 +75,15 @@
},
"scripts": {
"install": "node scripts/install.js",
"build": "npm run build --prefix client && npm run build --prefix core && npm run build --prefix csseditor && npm run build --prefix installer",
"build": "npm run build --prefix client && npm run build --prefix core && npm run build --prefix editor && npm run build --prefix installer",
"build_client": "npm run build --prefix client",
"watch_client": "npm run watch --prefix client",
"build_core": "npm run build --prefix core",
"watch_core": "npm run watch --prefix core",
"build_csseditor": "npm run build --prefix csseditor",
"watch_csseditor": "npm run watch --prefix csseditor",
"build_editor": "npm run build --prefix editor",
"watch_editor": "npm run watch --prefix editor",
"lint": "eslint -f unix client/src core/src editor/src common && npm run sasslint",
"lint_fix": "eslint -f unix client/src core/src csseditor/src common --fix",
"lint_fix": "eslint -f unix client/src core/src",
"sasslint": "sass-lint client/src/styles/**/*.scss -v",
"test": "npm run build && npm run lint",
"build_node-sass": "node scripts/build-node-sass.js",