build: add vite-plugin-mkcert
正在显示
... | @@ -12,7 +12,6 @@ | ... | @@ -12,7 +12,6 @@ |
"lint": "eslint . --ext .vue,.js,.jsx,.cjs,.mjs,.ts,.tsx,.cts,.mts --fix --ignore-path .gitignore", | "lint": "eslint . --ext .vue,.js,.jsx,.cjs,.mjs,.ts,.tsx,.cts,.mts --fix --ignore-path .gitignore", | ||
"deploy": "node ./deploy.js", | "deploy": "node ./deploy.js", | ||
"cert": "node ./cert.js" | "cert": "node ./cert.js" | ||
}, | }, | ||
"dependencies": { | "dependencies": { | ||
"@element-plus/icons-vue": "^2.0.4", | "@element-plus/icons-vue": "^2.0.4", | ||
... | @@ -36,7 +35,7 @@ | ... | @@ -36,7 +35,7 @@ |
"@types/node": "^17.0.35", | "@types/node": "^17.0.35", | ||
"@types/qs": "^6.9.7", | "@types/qs": "^6.9.7", | ||
"@types/sortablejs": "^1.13.0", | "@types/sortablejs": "^1.13.0", | ||
"@vitejs/plugin-vue": "^2.3.3", | "@vitejs/plugin-vue": "^3.2.0", | ||
"@vue/eslint-config-typescript": "^10.0.0", | "@vue/eslint-config-typescript": "^10.0.0", | ||
"@vue/tsconfig": "^0.1.3", | "@vue/tsconfig": "^0.1.3", | ||
"ali-oss": "^6.17.1", | "ali-oss": "^6.17.1", | ||
... | @@ -46,8 +45,9 @@ | ... | @@ -46,8 +45,9 @@ |
"sass": "^1.52.1", | "sass": "^1.52.1", | ||
"typescript": "~4.7.2", | "typescript": "~4.7.2", | ||
"unplugin-auto-import": "^0.9.2", | "unplugin-auto-import": "^0.9.2", | ||
"vite": "^2.9.14", | "vite": "^3.2.11", | ||
"vite-plugin-checker": "^0.4.9", | "vite-plugin-checker": "^0.4.9", | ||
"vite-plugin-mkcert": "^1.17.6", | |||
"vue-tsc": "^0.34.16" | "vue-tsc": "^0.34.16" | ||
} | } | ||
} | } |
请
注册
或者
登录
后发表评论