|
25 | 25 | "prettier": "prettier-config-custom",
|
26 | 26 | "eslintConfig": { "extends": "custom" },
|
27 | 27 | "dependencies": {
|
28 |
| - "reduxtron": "*", |
| 28 | + "reduxtron": "npm:reduxtron", |
29 | 29 | "@electron-toolkit/utils": "^1.0.2",
|
30 | 30 | "@radix-ui/colors": "^0.1.8",
|
31 | 31 | "@radix-ui/react-dropdown-menu": "^2.0.4",
|
|
37 | 37 | "@reduxjs/toolkit": "^1.9.3",
|
38 | 38 | "@tailwindcss/forms": "^0.5.3",
|
39 | 39 | "@tailwindcss/line-clamp": "^0.4.4",
|
40 |
| - "@vitejs/plugin-vue": "^4.2.1", |
41 |
| - "@vitejs/plugin-vue-jsx": "^3.0.1", |
| 40 | + "@vitejs/plugin-vue": "^5.0.4", |
| 41 | + "@vitejs/plugin-vue-jsx": "^3.1.0", |
42 | 42 | "class-variance-authority": "^0.5.2",
|
43 | 43 | "clsx": "^1.2.1",
|
44 | 44 | "framer-motion": "^10.11.6",
|
45 | 45 | "react-hotkeys-hook": "^4.4.0",
|
46 | 46 | "react-icons": "^4.8.0",
|
47 | 47 | "react-router-dom": "^6.10.0",
|
48 | 48 | "redux": "^4.2.1",
|
| 49 | + "svelte": "^4.2.12", |
49 | 50 | "redux-undo": "^1.0.1",
|
50 | 51 | "uid": "^2.0.2",
|
51 | 52 | "windy-radix-palette": "^0.6.1",
|
|
57 | 58 | "@electron/notarize": "^1.2.3",
|
58 | 59 | "@redux-devtools/cli": "^2.0.0",
|
59 | 60 | "@redux-devtools/extension": "^3.2.5",
|
60 |
| - "@sveltejs/vite-plugin-svelte": "^2.1.1", |
61 |
| - "@tsconfig/svelte": "^4.0.1", |
62 |
| - "@types/node": "16.18.21", |
| 61 | + "@sveltejs/vite-plugin-svelte": "^3.0.2", |
| 62 | + "@types/node": "^18.19.9", |
63 | 63 | "@types/react": "18.0.30",
|
64 | 64 | "@types/react-dom": "18.0.11",
|
65 |
| - "@vitejs/plugin-react": "^3.1.0", |
| 65 | + "@vitejs/plugin-react": "^4.2.1", |
66 | 66 | "autoprefixer": "^10.4.14",
|
67 |
| - "electron": "24.1.1", |
68 |
| - "electron-builder": "^23.6.0", |
| 67 | + "electron": "29.3.0", |
| 68 | + "electron-builder": "^24.13.3", |
69 | 69 | "electron-devtools-assembler": "^1.2.0",
|
70 |
| - "electron-vite": "^1.0.21", |
| 70 | + "electron-vite": "^2.1.0", |
71 | 71 | "postcss": "^8.4.21",
|
72 | 72 | "react": "^18.2.0",
|
73 | 73 | "react-dom": "^18.2.0",
|
74 | 74 | "tailwindcss": "^3.3.1",
|
75 | 75 | "typescript": "^4.9.5",
|
76 |
| - "vite": "^4.2.1", |
77 |
| - "vite-tsconfig-paths": "^4.2.0" |
| 76 | + "vite": "^5.2.9", |
| 77 | + "vite-tsconfig-paths": "^4.3.2" |
78 | 78 | }
|
79 | 79 | }
|
0 commit comments