处理ccm sass conflict

This commit is contained in:
caoqianming 2023-02-20 11:14:37 +08:00
commit 887896da8f
1 changed files with 6 additions and 5 deletions

View File

@ -5,15 +5,16 @@
"author": "Pan <panfree23@gmail.com>",
"license": "MIT",
"scripts": {
"dev": "vue-cli-service serve",
"dev": "set NODE_OPTIONS=--openssl-legacy-provider && vue-cli-service serve",
"dev:docker": "NODE_ENV=development PORT=80 ./node_modules/.bin/vue-cli-service serve",
"build:prod": "vue-cli-service build",
"build:prod": "set NODE_OPTIONS=--openssl-legacy-provider && vue-cli-service build",
"build:stage": "vue-cli-service build --mode staging",
"preview": "node build/index.js --preview",
"lint": "eslint --ext .js,.vue src",
"test:unit": "jest --clearCache && vue-cli-service test:unit",
"test:ci": "npm run lint && npm run test:unit",
"svgo": "svgo -f src/icons/svg --config=src/icons/svgo.yml"
"svgo": "svgo -f src/icons/svg --config=src/icons/svgo.yml",
"serve": "set NODE_OPTIONS=--openssl-legacy-provider && vue-cli-service serve"
},
"dependencies": {
"@jiaminghi/data-view": "^2.10.0",
@ -64,9 +65,9 @@
"eslint-plugin-vue": "5.2.2",
"html-webpack-plugin": "3.2.0",
"mockjs": "^1.1.0",
"node-sass": "^6.0.1",
"sass": "^1.26.5",
"runjs": "^4.3.2",
"sass-loader": "^10.0.1",
"sass-loader": "^8.0",
"script-ext-html-webpack-plugin": "^2.1.5",
"script-loader": "0.7.2",
"serve-static": "^1.13.2",