Files
dealplustech/package.json

23 lines
490 B
JSON

{
"name": "dealplustech-astro",
"type": "module",
"version": "0.0.1",
"scripts": {
"dev": "astro dev",
"build": "astro build",
"preview": "astro preview",
"astro": "astro"
},
"dependencies": {
"@astrojs/tailwind": "^6.0.2",
"@libsql/client": "^0.17.0",
"astro": "^5.17.1",
"astro-consent": "^1.0.17",
"autoprefixer": "^10.4.27",
"drizzle-orm": "^0.45.1",
"postcss": "^8.5.8",
"serve": "^14.2.6",
"tailwindcss": "^3.4.1"
}
}