This commit is contained in:
33
frontend/package.json
Normal file
33
frontend/package.json
Normal file
@@ -0,0 +1,33 @@
|
||||
{
|
||||
"name": "",
|
||||
"type": "module",
|
||||
"version": "0.0.1",
|
||||
"engines": {
|
||||
"node": ">=22.12.0",
|
||||
"npm": ">=11.12.0"
|
||||
},
|
||||
"scripts": {
|
||||
"dev": "astro dev",
|
||||
"build": "astro build",
|
||||
"preview": "astro preview",
|
||||
"astro": "astro"
|
||||
},
|
||||
"overrides": {
|
||||
"vite": "^7.1.0"
|
||||
},
|
||||
"dependencies": {
|
||||
"@astrojs/node": "^10.1.2",
|
||||
"@astrojs/preact": "^5.1.4",
|
||||
"@nanostores/preact": "^1.1.0",
|
||||
"@preact/signals": "^2.9.2",
|
||||
"@react-spring/web": "^10.1.2",
|
||||
"@tailwindcss/vite": "^4.3.0",
|
||||
"astro": "^6.4.2",
|
||||
"flowbite": "^4.0.2",
|
||||
"idb": "^8.0.3",
|
||||
"nanostores": "^1.3.0",
|
||||
"preact": "^10.29.2",
|
||||
"pusher-js": "^8.4.0",
|
||||
"tailwindcss": "^4.3.0"
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user