|
5 | 5 | "type": "module", |
6 | 6 | "scripts": { |
7 | 7 | "dev": "concurrently 'pnpm:serve:mock' 'pnpm:serve:frontend'", |
| 8 | + "dev:withAuth": "cross-env VITE_AUTH=true vite", |
8 | 9 | "build:alpha": "cross-env NODE_OPTIONS=--max-old-space-size=10240 vite build --mode alpha", |
9 | 10 | "build": "cross-env NODE_OPTIONS=--max-old-space-size=10240 vite build", |
10 | 11 | "serve:frontend": "cross-env vite", |
11 | 12 | "serve:mock": "node node_modules/@opentiny/tiny-engine-mock/dist/app.js" |
12 | 13 | }, |
13 | 14 | "dependencies": { |
14 | | - "@opentiny/tiny-engine": "^2.10.0-rc.0", |
15 | | - "@opentiny/tiny-engine-meta-register": "^2.10.0-rc.0", |
16 | | - "@opentiny/tiny-engine-utils": "^2.10.0-rc.0", |
| 15 | + "@opentiny/tiny-engine": "^2.10.0", |
| 16 | + "@opentiny/tiny-engine-meta-register": "^2.10.0", |
| 17 | + "@opentiny/tiny-engine-utils": "^2.10.0", |
17 | 18 | "@opentiny/vue": "~3.20.0", |
18 | 19 | "@opentiny/vue-design-smb": "~3.20.0", |
19 | 20 | "@opentiny/vue-icon": "~3.20.0", |
|
24 | 25 | "vue": "^3.4.21" |
25 | 26 | }, |
26 | 27 | "devDependencies": { |
27 | | - "@opentiny/tiny-engine-mock": "^2.10.0-rc.0", |
28 | | - "@opentiny/tiny-engine-vite-config": "^2.10.0-rc.0", |
| 28 | + "@opentiny/tiny-engine-mock": "^2.10.0", |
| 29 | + "@opentiny/tiny-engine-vite-config": "^2.10.0", |
29 | 30 | "@vitejs/plugin-vue": "^5.1.2", |
30 | 31 | "cross-env": "^7.0.3", |
31 | 32 | "vite": "^5.4.2", |
|
0 commit comments