| | |
| | | "prod": "vite --mode production", |
| | | "build:dev": "vite build --mode development", |
| | | "build:prod": "vite build --mode production", |
| | | "serve": "vite preview --host" |
| | | "serve": "vite preview --host", |
| | | "format": "prettier --write \"src/**/*.+(js|ts|jsx|tsx)\"" |
| | | }, |
| | | "dependencies": { |
| | | "@element-plus/icons-vue": "^2.3.1", |
| | |
| | | "lodash": "^4.17.21", |
| | | "nprogress": "^0.2.0", |
| | | "postcss-pxtorem": "^6.1.0", |
| | | "reconnecting-websocket": "^4.4.0", |
| | | "sm-crypto": "^0.3.13", |
| | | "vue": "^3.5.13", |
| | | "vue-i18n": "^9.1.9", |
| | |
| | | "vite-plugin-svg-icons": "^2.0.1", |
| | | "vite-plugin-vue-setup-extend": "^0.4.0" |
| | | } |
| | | } |
| | | } |