Initial commit
This commit is contained in:
@@ -0,0 +1,22 @@
|
||||
{
|
||||
"name": "pokeshare",
|
||||
"type": "module",
|
||||
"version": "0.0.1",
|
||||
"engines": {
|
||||
"node": ">=22.12.0"
|
||||
},
|
||||
"scripts": {
|
||||
"dev": "astro dev",
|
||||
"build": "astro build",
|
||||
"preview": "astro preview",
|
||||
"astro": "astro"
|
||||
},
|
||||
"dependencies": {
|
||||
"@astrojs/node": "^11.0.2",
|
||||
"@tailwindcss/vite": "^4.3.3",
|
||||
"astro": "^7.1.3",
|
||||
"basecoat-css": "^1.0.2",
|
||||
"pocketbase": "^0.27.0",
|
||||
"tailwindcss": "^4.3.3"
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user