Init
This commit is contained in:
21
package.json
Normal file
21
package.json
Normal file
@ -0,0 +1,21 @@
|
||||
{
|
||||
"name": "web",
|
||||
"type": "module",
|
||||
"version": "0.0.1",
|
||||
"scripts": {
|
||||
"dev": "astro dev",
|
||||
"build": "astro build",
|
||||
"preview": "astro preview",
|
||||
"astro": "astro"
|
||||
},
|
||||
"dependencies": {
|
||||
"@astrojs/solid-js": "^5.0.4",
|
||||
"@astrojs/tailwind": "^5.1.5",
|
||||
"astro": "^5.1.8",
|
||||
"solid-js": "^1.9.4",
|
||||
"tailwindcss": "^3.4.17"
|
||||
},
|
||||
"devDependencies": {
|
||||
"daisyui": "^4.12.23"
|
||||
}
|
||||
}
|
Reference in New Issue
Block a user