Files
frontend_v2/package.json
toom1996 8d65eb8850
Some checks failed
deploy / deploy (push) Has been cancelled
update
2026-08-12 23:09:51 +08:00

23 lines
440 B
JSON

{
"name": "test",
"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/alpinejs": "^1.0.0",
"@tailwindcss/vite": "^4.3.3",
"@types/alpinejs": "^3.13.11",
"alpinejs": "^3.16.1",
"astro": "^7.1.6",
"tailwindcss": "^4.3.3"
}
}