|
7 | 7 | "dev": "node --max-old-space-size=8192 ./node_modules/.bin/vite --host", |
8 | 8 | "serve": "vite", |
9 | 9 | "build:dev": "vite build --mode development", |
10 | | - "build:test": "vue-tsc --noEmit && vite build --mode test", |
| 10 | + "type-check": "node --max-old-space-size=8192 ./node_modules/vue-tsc/bin/vue-tsc.js --noEmit", |
| 11 | + "build:test": "npm run type-check && vite build --mode test", |
11 | 12 | "build:pro": "vite build --mode production", |
12 | 13 | "preview": "vite preview", |
13 | 14 | "lint:eslint": "eslint --fix --ext .js,.ts,.vue ./src", |
|
68 | 69 | "@vitejs/plugin-vue-jsx": "^5.1.1", |
69 | 70 | "autoprefixer": "^10.4.7", |
70 | 71 | "commitizen": "^4.2.4", |
| 72 | + "esbuild": "^0.27.3", |
71 | 73 | "eslint": "^8.57.0", |
72 | 74 | "eslint-config-prettier": "^8.10.0", |
73 | 75 | "eslint-plugin-prettier": "^4.2.1", |
|
88 | 90 | "vite-plugin-compression": "^0.5.1", |
89 | 91 | "vite-plugin-eslint2": "^5.0.3", |
90 | 92 | "vite-plugin-html": "^3.2.2", |
91 | | - "vite-plugin-monaco-editor": "^1.1.0", |
92 | 93 | "vite-plugin-vue-setup-extend": "^0.4.0", |
93 | 94 | "vite-svg-loader": "^5.1.0", |
94 | 95 | "vue-tsc": "^0.29.8" |
|
0 commit comments