|
|
|
@ -1,7 +1,7 @@
|
|
|
|
|
{
|
|
|
|
|
"name": "ruoyi-vue-plus",
|
|
|
|
|
"name": "udi-cpt",
|
|
|
|
|
"version": "4.3.0",
|
|
|
|
|
"description": "UDI自助平台",
|
|
|
|
|
"description": "UDI协调平台",
|
|
|
|
|
"author": "LionLi",
|
|
|
|
|
"license": "MIT",
|
|
|
|
|
"scripts": {
|
|
|
|
@ -9,7 +9,8 @@
|
|
|
|
|
"build:prod": "vue-cli-service build",
|
|
|
|
|
"build:test": "vue-cli-service build --mode test",
|
|
|
|
|
"preview": "node build/index.js --preview",
|
|
|
|
|
"lint": "eslint --ext .js,.vue src"
|
|
|
|
|
"lint": "eslint --ext .js,.vue src",
|
|
|
|
|
"dev_t": "set NODE_OPTIONS=\"--openssl-legacy-provider\" & npm run dev\n"
|
|
|
|
|
},
|
|
|
|
|
"husky": {
|
|
|
|
|
"hooks": {
|
|
|
|
|