|
5 | 5 | "scripts": { |
6 | 6 | "build": "pnpm run build:ui && pnpm run build:main --minify --tree-shaking=true", |
7 | 7 | "build:main": "esbuild plugin-src/code.ts --bundle --target=ES6 --outfile=dist/code.js", |
8 | | - "build:ui": "npx vite build --minify esbuild --emptyOutDir=false", |
| 8 | + "build:ui": "vite build --minify esbuild --emptyOutDir=false", |
9 | 9 | "build:watch": "concurrently -n backend,ui \"pnpm run build:main --watch\" \"pnpm run build:ui --watch\"", |
10 | 10 | "dev": "pnpm build:watch" |
11 | 11 | }, |
|
18 | 18 | }, |
19 | 19 | "devDependencies": { |
20 | 20 | "@types/node": "^17.0.45", |
21 | | - "@types/react": "^18.2.6", |
22 | | - "@types/react-dom": "^18.2.4", |
23 | | - "@typescript-eslint/eslint-plugin": "^5.59.6", |
24 | | - "@typescript-eslint/parser": "^5.59.6", |
25 | | - "@vitejs/plugin-react": "^4.0.0", |
26 | | - "@vitejs/plugin-react-swc": "^3.3.1", |
| 21 | + "@types/react": "^18.2.14", |
| 22 | + "@types/react-dom": "^18.2.6", |
| 23 | + "@typescript-eslint/eslint-plugin": "^5.60.0", |
| 24 | + "@typescript-eslint/parser": "^5.60.0", |
| 25 | + "@vitejs/plugin-react": "^4.0.1", |
| 26 | + "@vitejs/plugin-react-swc": "^3.3.2", |
27 | 27 | "autoprefixer": "^10.4.14", |
28 | | - "concurrently": "^8.0.1", |
| 28 | + "concurrently": "^8.2.0", |
29 | 29 | "esbuild": "^0.17.19", |
30 | 30 | "eslint-config-custom": "workspace:*", |
31 | 31 | "eslint-plugin-react-hooks": "^4.6.0", |
32 | 32 | "eslint-plugin-react-refresh": "^0.4.1", |
33 | | - "postcss": "^8.4.23", |
| 33 | + "postcss": "^8.4.24", |
34 | 34 | "tailwindcss": "3.3.2", |
35 | 35 | "tsconfig": "workspace:*", |
36 | | - "typescript": "^5.0.4", |
37 | | - "vite": "^4.3.7", |
| 36 | + "typescript": "^5.1.3", |
| 37 | + "vite": "^4.3.9", |
38 | 38 | "vite-plugin-singlefile": "^0.13.5" |
39 | 39 | } |
40 | 40 | } |
0 commit comments