Spaces:
Runtime error
Runtime error
update
Browse files- frontend/package-lock.json +0 -0
- frontend/package.json +20 -20
frontend/package-lock.json
CHANGED
|
The diff for this file is too large to render.
See raw diff
|
|
|
frontend/package.json
CHANGED
|
@@ -12,28 +12,28 @@
|
|
| 12 |
"format": "prettier --write ."
|
| 13 |
},
|
| 14 |
"devDependencies": {
|
| 15 |
-
"@sveltejs/adapter-auto": "^3.
|
| 16 |
-
"@sveltejs/adapter-static": "^3",
|
| 17 |
-
"@sveltejs/kit": "^2.
|
| 18 |
-
"@sveltejs/vite-plugin-svelte": "^3.1.
|
| 19 |
-
"@types/eslint": "^8.56.
|
| 20 |
-
"@typescript-eslint/eslint-plugin": "^7.
|
| 21 |
-
"@typescript-eslint/parser": "^7.
|
| 22 |
-
"autoprefixer": "^10.4.
|
| 23 |
-
"eslint": "^8.
|
| 24 |
"eslint-config-prettier": "^9.1.0",
|
| 25 |
-
"eslint-plugin-svelte": "^2.
|
| 26 |
-
"postcss": "^8.
|
| 27 |
-
"prettier": "^3.3
|
| 28 |
"prettier-plugin-organize-imports": "^3.2.4",
|
| 29 |
-
"prettier-plugin-svelte": "^3.
|
| 30 |
-
"prettier-plugin-tailwindcss": "^0.6.
|
| 31 |
-
"svelte": "^
|
| 32 |
-
"svelte-check": "^3.8.
|
| 33 |
-
"tailwindcss": "^3.4.
|
| 34 |
-
"tslib": "^2.
|
| 35 |
-
"typescript": "^5.
|
| 36 |
-
"vite": "^5.
|
| 37 |
},
|
| 38 |
"type": "module",
|
| 39 |
"dependencies": {
|
|
|
|
| 12 |
"format": "prettier --write ."
|
| 13 |
},
|
| 14 |
"devDependencies": {
|
| 15 |
+
"@sveltejs/adapter-auto": "^3.3.1",
|
| 16 |
+
"@sveltejs/adapter-static": "^3.0.8",
|
| 17 |
+
"@sveltejs/kit": "^2.20.2",
|
| 18 |
+
"@sveltejs/vite-plugin-svelte": "^3.1.2",
|
| 19 |
+
"@types/eslint": "^8.56.12",
|
| 20 |
+
"@typescript-eslint/eslint-plugin": "^7.18.0",
|
| 21 |
+
"@typescript-eslint/parser": "^7.18.0",
|
| 22 |
+
"autoprefixer": "^10.4.21",
|
| 23 |
+
"eslint": "^8.57.1",
|
| 24 |
"eslint-config-prettier": "^9.1.0",
|
| 25 |
+
"eslint-plugin-svelte": "^2.46.1",
|
| 26 |
+
"postcss": "^8.5.3",
|
| 27 |
+
"prettier": "^3.5.3",
|
| 28 |
"prettier-plugin-organize-imports": "^3.2.4",
|
| 29 |
+
"prettier-plugin-svelte": "^3.3.3",
|
| 30 |
+
"prettier-plugin-tailwindcss": "^0.6.11",
|
| 31 |
+
"svelte": "^5.0.0-next.65",
|
| 32 |
+
"svelte-check": "^3.8.6",
|
| 33 |
+
"tailwindcss": "^3.4.17",
|
| 34 |
+
"tslib": "^2.8.1",
|
| 35 |
+
"typescript": "^5.8.2",
|
| 36 |
+
"vite": "^5.4.14"
|
| 37 |
},
|
| 38 |
"type": "module",
|
| 39 |
"dependencies": {
|