This commit is contained in:
47
package.json
Normal file
47
package.json
Normal file
@ -0,0 +1,47 @@
|
||||
{
|
||||
"name": "website",
|
||||
"type": "module",
|
||||
"version": "0.0.1",
|
||||
"scripts": {
|
||||
"dev": "astro dev --host",
|
||||
"build": "astro build",
|
||||
"preview": "astro preview --host",
|
||||
"astro": "astro",
|
||||
"lint": "prettier --check . && eslint .",
|
||||
"format": "prettier --write ."
|
||||
},
|
||||
"dependencies": {
|
||||
"@astrojs/node": "^9.2.1",
|
||||
"@astrojs/svelte": "^7.0.13",
|
||||
"@iconify-json/fa-brands": "^1.2.1",
|
||||
"@iconify-json/heroicons": "^1.2.2",
|
||||
"@iconify/svelte": "^4.2.0",
|
||||
"@inox-tools/runtime-logger": "^0.4.2",
|
||||
"@tailwindcss/vite": "^4.1.3",
|
||||
"astro": "^5.7.10",
|
||||
"astro-icon": "^1.1.5",
|
||||
"bcrypt": "^5.1.1",
|
||||
"daisyui": "^5.0.25",
|
||||
"drizzle-orm": "^0.41.0",
|
||||
"mysql2": "^3.14.0",
|
||||
"nanostores": "^1.0.1",
|
||||
"sass-embedded": "^1.87.0",
|
||||
"skinview3d": "^3.3.0",
|
||||
"tailwindcss": "^4.1.3",
|
||||
"typescript": "^5.8.3",
|
||||
"zod": "^3.24.2"
|
||||
},
|
||||
"devDependencies": {
|
||||
"@types/bcrypt": "^5.0.2",
|
||||
"@typescript-eslint/parser": "^8.32.1",
|
||||
"eslint": "^9.26.0",
|
||||
"eslint-plugin-astro": "^1.3.1",
|
||||
"eslint-plugin-svelte": "^3.7.0",
|
||||
"globals": "^16.1.0",
|
||||
"prettier": "3.5.3",
|
||||
"prettier-plugin-astro": "0.14.1",
|
||||
"prettier-plugin-svelte": "^3.3.3",
|
||||
"svelte": "^5.30.1",
|
||||
"typescript-eslint": "^8.32.1"
|
||||
}
|
||||
}
|
Reference in New Issue
Block a user