This commit is contained in:
1777
package-lock.json
generated
1777
package-lock.json
generated
File diff suppressed because it is too large
Load Diff
38
package.json
38
package.json
@@ -11,35 +11,35 @@
|
|||||||
"format": "prettier --write ."
|
"format": "prettier --write ."
|
||||||
},
|
},
|
||||||
"dependencies": {
|
"dependencies": {
|
||||||
"@astrojs/node": "^9.5.0",
|
"@astrojs/node": "^9.5.1",
|
||||||
"@astrojs/svelte": "^7.2.2",
|
"@astrojs/svelte": "^7.2.4",
|
||||||
"@tailwindcss/vite": "^4.1.17",
|
|
||||||
"@iconify-json/fa-brands": "^1.2.2",
|
"@iconify-json/fa-brands": "^1.2.2",
|
||||||
"@iconify-json/heroicons": "^1.2.3",
|
"@iconify-json/heroicons": "^1.2.3",
|
||||||
"@iconify/tailwind4": "^1.1.0",
|
"@iconify/tailwind4": "^1.2.0",
|
||||||
"astro": "^5.15.4",
|
"@tailwindcss/vite": "^4.1.18",
|
||||||
|
"astro": "^5.16.6",
|
||||||
"bcrypt": "^6.0.0",
|
"bcrypt": "^6.0.0",
|
||||||
"daisyui": "^5.4.7",
|
"daisyui": "^5.5.14",
|
||||||
"drizzle-orm": "^0.44.7",
|
"drizzle-orm": "^0.45.1",
|
||||||
"mysql2": "^3.15.3",
|
"mysql2": "^3.16.0",
|
||||||
"nanostores": "^1.0.1",
|
"nanostores": "^1.1.0",
|
||||||
"pino": "^10.1.0",
|
"pino": "^10.1.0",
|
||||||
"sass-embedded": "^1.93.3",
|
"sass-embedded": "^1.97.1",
|
||||||
"skinview3d": "^3.4.1",
|
"skinview3d": "^3.4.1",
|
||||||
"tailwindcss": "^4.1.17",
|
"tailwindcss": "^4.1.18",
|
||||||
"typescript": "^5.9.3"
|
"typescript": "^5.9.3"
|
||||||
},
|
},
|
||||||
"devDependencies": {
|
"devDependencies": {
|
||||||
"@types/bcrypt": "^6.0.0",
|
"@types/bcrypt": "^6.0.0",
|
||||||
"@typescript-eslint/parser": "^8.46.3",
|
"@typescript-eslint/parser": "^8.52.0",
|
||||||
"eslint": "^9.39.1",
|
"eslint": "^9.39.2",
|
||||||
"eslint-plugin-astro": "^1.5.0",
|
"eslint-plugin-astro": "^1.5.0",
|
||||||
"eslint-plugin-svelte": "^3.13.0",
|
"eslint-plugin-svelte": "^3.13.1",
|
||||||
"globals": "^16.5.0",
|
"globals": "^17.0.0",
|
||||||
"prettier": "^3.6.2",
|
"prettier": "^3.7.4",
|
||||||
"prettier-plugin-astro": "^0.14.1",
|
"prettier-plugin-astro": "^0.14.1",
|
||||||
"prettier-plugin-svelte": "^3.4.0",
|
"prettier-plugin-svelte": "^3.4.1",
|
||||||
"svelte": "=5.38.10",
|
"svelte": "^5.46.1",
|
||||||
"typescript-eslint": "^8.46.3"
|
"typescript-eslint": "^8.52.0"
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user