chore: 控制台迁移
Showing
config/prod.config.js
0 → 100644
{ | { | ||
"name": "nft", | "name": "bass3", | ||
"version": "0.1.0", | "version": "0.1.0", | ||
"private": true, | "private": true, | ||
"scripts": { | "scripts": { | ||
"serve-account": "vue-cli-service serve --mode account", | "serve": "vue-cli-service serve --mode dev", | ||
"build-account": "vue-cli-service build --mode account", | "build": "vue-cli-service build --mode prod", | ||
"lint": "vue-cli-service lint", | "lint": "vue-cli-service lint", | ||
"tailwind": "npx tailwindcss -i src/assets/css/tailwind.css -o ./tailwind.css --watch", | "tailwind": "npx tailwindcss -i src/assets/css/tailwind.css -o ./tailwind.css --watch", | ||
"prepare": "husky install" | "prepare": "husky install" | ||
... | @@ -47,12 +47,16 @@ | ... | @@ -47,12 +47,16 @@ |
"@vue/eslint-config-typescript": "^7.0.0", | "@vue/eslint-config-typescript": "^7.0.0", | ||
"autoprefixer": "^10.4.0", | "autoprefixer": "^10.4.0", | ||
"babel-loader": "^8.2.3", | "babel-loader": "^8.2.3", | ||
"babel-plugin-lodash": "^3.3.4", | |||
"compression-webpack-plugin": "^9.0.0", | "compression-webpack-plugin": "^9.0.0", | ||
"eslint": "^6.7.2", | "eslint": "^6.7.2", | ||
"eslint-plugin-prettier": "^3.3.1", | "eslint-plugin-prettier": "^3.3.1", | ||
"eslint-plugin-vue": "^7.0.0", | "eslint-plugin-vue": "^7.0.0", | ||
"husky": "^7.0.0", | "husky": "^7.0.0", | ||
"image-webpack-loader": "^8.0.1", | |||
"lint-staged": "^12.1.2", | "lint-staged": "^12.1.2", | ||
"lodash-webpack-plugin": "^0.11.6", | |||
"mini-css-extract-plugin": "^2.4.5", | |||
"minimist": "^1.2.5", | "minimist": "^1.2.5", | ||
"node-polyfill-webpack-plugin": "^1.1.4", | "node-polyfill-webpack-plugin": "^1.1.4", | ||
"postcss": "^8.4.5", | "postcss": "^8.4.5", | ||
... | @@ -68,7 +72,8 @@ | ... | @@ -68,7 +72,8 @@ |
"svgtofont": "^3.13.1", | "svgtofont": "^3.13.1", | ||
"typescript": "^4.5.4", | "typescript": "^4.5.4", | ||
"typescript-json-serializer": "^3.4.4", | "typescript-json-serializer": "^3.4.4", | ||
"unplugin-vue-components": "^0.17.9" | "unplugin-vue-components": "^0.17.9", | ||
"webpack-bundle-analyzer": "^4.5.0" | |||
}, | }, | ||
"engines": { | "engines": { | ||
"node": ">=14" | "node": ">=14" | ||
... | ... |
File moved
File moved
File moved
File moved
File moved
File moved
File moved
File moved
This diff is collapsed.
Please
register
or
sign in
to comment