|
2 | 2 | "name": "bs-analysis", |
3 | 3 | "private": true, |
4 | 4 | "type": "module", |
5 | | - "packageManager": "yarn@4.0.2", |
| 5 | + "packageManager": "yarn@4.1.1", |
6 | 6 | "scripts": { |
7 | 7 | "prepare": "panda codegen --clean", |
8 | 8 | "postinstall": "husky install", |
9 | 9 | "dev": "vite", |
10 | | - "build": "tsc && vite build", |
| 10 | + "build": "vite build", |
11 | 11 | "preview": "vite preview", |
12 | 12 | "test": "vitest", |
13 | 13 | "lint": "eslint src --report-unused-disable-directives", |
14 | 14 | "format": "prettier src \"!src/router.ts\"" |
15 | 15 | }, |
16 | 16 | "dependencies": { |
17 | | - "@generouted/react-router": "^1.18.2", |
| 17 | + "@fortawesome/fontawesome-svg-core": "^6.5.2", |
| 18 | + "@fortawesome/free-brands-svg-icons": "^6.5.2", |
| 19 | + "@fortawesome/free-regular-svg-icons": "^6.5.2", |
| 20 | + "@fortawesome/free-solid-svg-icons": "^6.5.2", |
| 21 | + "@fortawesome/react-fontawesome": "^0.2.0", |
| 22 | + "@generouted/react-router": "^1.18.6", |
| 23 | + "@pandacss/dev": "^0.37.2", |
18 | 24 | "@radix-ui/primitive": "^1.0.1", |
19 | 25 | "@radix-ui/react-checkbox": "^1.0.4", |
20 | 26 | "@radix-ui/react-collapsible": "^1.0.3", |
|
27 | 33 | "@radix-ui/react-toggle": "^1.0.3", |
28 | 34 | "@radix-ui/react-tooltip": "^1.0.7", |
29 | 35 | "@radix-ui/react-use-controllable-state": "^1.0.1", |
30 | | - "@tanstack/react-form": "^0.13.4", |
31 | | - "@tanstack/react-table": "^8.11.7", |
32 | | - "@tanstack/valibot-form-adapter": "^0.13.4", |
33 | | - "echarts": "^5.4.3", |
34 | | - "fast-xml-parser": "^4.3.4", |
| 36 | + "@tanstack/react-form": "^0.19.0", |
| 37 | + "@tanstack/react-table": "^8.15.3", |
| 38 | + "@tanstack/valibot-form-adapter": "^0.19.0", |
| 39 | + "echarts": "^5.5.0", |
| 40 | + "fast-xml-parser": "^4.3.6", |
35 | 41 | "file-saver": "^2.0.5", |
36 | 42 | "jszip": "^3.10.1", |
37 | 43 | "pako": "^2.1.0", |
| 44 | + "prompts": "^2.4.2", |
38 | 45 | "react": "^18.2.0", |
39 | 46 | "react-dom": "^18.2.0", |
40 | 47 | "react-dropzone": "^14.2.3", |
41 | | - "react-router-dom": "^6.21.3", |
| 48 | + "react-router-dom": "^6.22.3", |
42 | 49 | "slugify": "^1.6.6", |
43 | 50 | "valibot": "^0.30.0" |
44 | 51 | }, |
45 | 52 | "devDependencies": { |
46 | | - "@fortawesome/fontawesome-svg-core": "^6.5.1", |
47 | | - "@fortawesome/free-brands-svg-icons": "^6.5.1", |
48 | | - "@fortawesome/free-regular-svg-icons": "^6.5.1", |
49 | | - "@fortawesome/free-solid-svg-icons": "^6.5.1", |
50 | | - "@fortawesome/react-fontawesome": "^0.2.0", |
51 | | - "@pandacss/dev": "^0.17.5", |
52 | 53 | "@types/file-saver": "^2.0.7", |
53 | | - "@types/node": "^20.11.8", |
54 | | - "@types/pako": "^2", |
55 | | - "@types/react": "^18.2.48", |
56 | | - "@types/react-dom": "^18.2.18", |
57 | | - "@typescript-eslint/eslint-plugin": "^6.19.1", |
58 | | - "@typescript-eslint/parser": "^6.19.1", |
| 54 | + "@types/node": "^20.12.5", |
| 55 | + "@types/pako": "^2.0.3", |
| 56 | + "@types/react": "^18.2.74", |
| 57 | + "@types/react-dom": "^18.2.24", |
| 58 | + "@typescript-eslint/eslint-plugin": "^7.5.0", |
| 59 | + "@typescript-eslint/parser": "^7.5.0", |
59 | 60 | "@vitejs/plugin-react": "^4.2.1", |
60 | | - "eslint": "^8.56.0", |
| 61 | + "eslint": "^8.57.0", |
61 | 62 | "eslint-plugin-react-hooks": "^4.6.0", |
62 | | - "eslint-plugin-react-refresh": "^0.4.5", |
63 | | - "husky": "^9.0.6", |
64 | | - "lint-staged": "^15.2.0", |
65 | | - "prettier": "^3.2.4", |
66 | | - "prompts": "^2.4.2", |
67 | | - "typescript": "^5.3.3", |
68 | | - "vite": "^5.0.12", |
69 | | - "vitest": "^1.2.2" |
| 63 | + "eslint-plugin-react-refresh": "^0.4.6", |
| 64 | + "husky": "^9.0.11", |
| 65 | + "lint-staged": "^15.2.2", |
| 66 | + "prettier": "^3.2.5", |
| 67 | + "typescript": "^5.4.4", |
| 68 | + "vite": "^5.2.8", |
| 69 | + "vitest": "^1.4.0" |
70 | 70 | }, |
71 | 71 | "engines": { |
72 | 72 | "node": ">=18" |
|
0 commit comments