-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
33 lines (33 loc) · 789 Bytes
/
package.json
File metadata and controls
33 lines (33 loc) · 789 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
32
33
{
"name": "studio-template-empty",
"type": "module",
"version": "0.0.1",
"scripts": {
"dev": "astro dev",
"lint": "biome check src",
"lint:fix": "biome check --apply src",
"start": "astro dev",
"build": "astro build",
"preview": "astro preview",
"astro": "astro",
"deploy": "astro build --remote && netlify deploy --prod"
},
"dependencies": {
"@astrojs/db": "^0.8.1",
"@astrojs/netlify": "^5.1.3",
"@astrojs/tailwind": "^5.1.0",
"astro": "4.5.12",
"nanoid": "^3.3.7",
"tailwindcss": "^3.4.1",
"zod": "^3.22.4"
},
"devDependencies": {
"@astrojs/check": "^0.5.8",
"@biomejs/biome": "1.7.2",
"netlify-cli": "^17.19.4",
"typescript": "^5.4.2"
},
"overrides": {
"@libsql/client": "0.3.2"
}
}