|
8 | 8 | "generate": "json2ts ../src/main/resources/wfc/schemas/report.yaml src/types/GeneratedTypes.tsx && ts-to-zod src/types/GeneratedTypes.tsx src/types/GeneratedTypesZod.ts", |
9 | 9 | "build": "tsc -b && vite build", |
10 | 10 | "installAndBuild": "npm install && npm run generate && vitest --no-watch && tsc -b && vite build && npm run copyRunFiles", |
11 | | - "copyRunFiles": "cpx webreport.bat '../target/classes/webreport' && cpx webreport.command '../target/classes/webreport' && cpx webreport.py '../target/classes/webreport' && cpx 'src-e2e/static/robots.txt' '../target/classes/webreport'", |
| 11 | + "copyRunFiles": "cpx webreport.bat \"../target/classes/webreport\" && cpx webreport.command \"../target/classes/webreport\" && cpx webreport.py \"../target/classes/webreport\" && cpx \"src-e2e/static/robots.txt\" \"../target/classes/webreport\"", |
12 | 12 | "lint": "eslint .", |
13 | 13 | "preview": "vite preview", |
14 | | - "debug": "vite build && cpx 'src-e2e/static/*' '../target/classes/webreport' && vite preview", |
| 14 | + "debug": "vite build && cpx \"src-e2e/static/*\" \"../target/classes/webreport\" && vite preview", |
15 | 15 | "test": "vitest" |
16 | 16 | }, |
17 | 17 | "dependencies": { |
18 | 18 | "@radix-ui/react-accordion": "^1.2.3", |
19 | 19 | "@radix-ui/react-progress": "^1.1.3", |
20 | 20 | "@radix-ui/react-scroll-area": "^1.2.3", |
21 | 21 | "@radix-ui/react-slot": "^1.1.2", |
| 22 | + "@radix-ui/react-switch": "^1.2.6", |
22 | 23 | "@radix-ui/react-tabs": "^1.1.3", |
23 | 24 | "@radix-ui/react-tooltip": "^1.2.7", |
24 | 25 | "@tailwindcss/vite": "^4.0.14", |
25 | 26 | "class-variance-authority": "^0.7.1", |
26 | 27 | "clsx": "^2.1.1", |
27 | 28 | "json-schema-to-typescript": "^15.0.4", |
28 | 29 | "lucide-react": "^0.483.0", |
| 30 | + "radix-ui": "^1.4.3", |
29 | 31 | "react": "^19.0.0", |
30 | 32 | "react-dom": "^19.0.0", |
31 | 33 | "react-syntax-highlighter": "^15.6.1", |
|
36 | 38 | "zod": "^3.25.67" |
37 | 39 | }, |
38 | 40 | "optionalDependencies": { |
| 41 | + "@esbuild/darwin-arm64": "0.19.12", |
39 | 42 | "@tailwindcss/oxide-linux-arm64-gnu": "^4.0.1", |
40 | 43 | "@tailwindcss/oxide-linux-arm64-musl": "^4.0.1", |
41 | 44 | "@tailwindcss/oxide-linux-x64-musl": "^4.0.1", |
42 | 45 | "lightningcss-linux-arm64-gnu": "^1.29.1", |
43 | 46 | "lightningcss-linux-arm64-musl": "^1.29.1", |
44 | | - "lightningcss-linux-x64-musl": "^1.29.1", |
45 | | - "@esbuild/darwin-arm64": "0.19.12" |
| 47 | + "lightningcss-linux-x64-musl": "^1.29.1" |
46 | 48 | }, |
47 | 49 | "devDependencies": { |
48 | 50 | "@eslint/js": "^9.21.0", |
|
0 commit comments