-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
31 lines (31 loc) · 896 Bytes
/
package.json
File metadata and controls
31 lines (31 loc) · 896 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
{
"name": "compra",
"type": "module",
"version": "0.0.1",
"scripts": {
"dev": "astro dev",
"start": "astro dev",
"build": "astro check && astro build",
"preview": "astro preview",
"astro": "astro"
},
"dependencies": {
"@astrojs/check": "^0.9.4",
"@astrojs/cloudflare": "^12.5.2",
"@astrojs/tailwind": "^6.0.2",
"@libsql/client": "^0.15.4",
"@tailwindcss/vite": "^4.1.5",
"astro": "^5.7.10",
"drizzle-orm": "^0.43.1",
"lucide-astro": "^0.507.0",
"tailwindcss": "^4.1.5",
"typescript": "^5.8.3"
},
"packageManager": "pnpm@9.14.2+sha512.6e2baf77d06b9362294152c851c4f278ede37ab1eba3a55fda317a4a17b209f4dbb973fb250a77abc463a341fcb1f17f17cfa24091c4eb319cda0d9b84278387",
"devDependencies": {
"@types/node": "^22.15.3",
"drizzle-kit": "^0.31.1",
"prettier": "^3.5.3",
"prettier-plugin-astro": "^0.14.1"
}
}