first commit
This commit is contained in:
29
package.json
Normal file
29
package.json
Normal file
@@ -0,0 +1,29 @@
|
||||
{
|
||||
"name": "site",
|
||||
"type": "module",
|
||||
"version": "0.0.1",
|
||||
"scripts": {
|
||||
"dev": "astro dev",
|
||||
"build": "astro build",
|
||||
"preview": "astro preview",
|
||||
"astro": "astro"
|
||||
},
|
||||
"dependencies": {
|
||||
"@astrojs/preact": "^4.0.5",
|
||||
"@astrojs/rss": "^4.0.11",
|
||||
"@astrojs/sitemap": "^3.3.0",
|
||||
"@tailwindcss/vite": "^4.0.8",
|
||||
"@vercel/speed-insights": "^1.2.0",
|
||||
"alpinejs": "^3.14.9",
|
||||
"astro": "^5.4.2",
|
||||
"astro-icon": "^1.1.5",
|
||||
"preact": "^10.26.2",
|
||||
"prismjs": "^1.30.0",
|
||||
"tailwindcss": "^4.0.8"
|
||||
},
|
||||
"devDependencies": {
|
||||
"eslint": "^9.22.0",
|
||||
"eslint-plugin-astro": "^1.3.1",
|
||||
"tailwindcss-animated": "^2.0.0"
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user