-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
39 lines (39 loc) · 1012 Bytes
/
package.json
File metadata and controls
39 lines (39 loc) · 1012 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
34
35
36
37
38
39
{
"name": "app",
"type": "module",
"version": "0.0.1",
"scripts": {
"dev": "astro dev",
"start": "astro dev",
"check": "astro check",
"build": "astro check && astro build",
"preview": "astro preview",
"astro": "astro",
"format": "prettier -w ."
},
"dependencies": {
"@astrojs/check": "^0.9.4",
"@astrojs/rss": "^4.0.12",
"@astrojs/sitemap": "^3.6.0",
"@astrojs/tailwind": "^6.0.2",
"@sanity/client": "^7.12.0",
"@sentry/astro": "^10.22.0",
"@spotlightjs/astro": "^3.2.6",
"astro": "^5.15.1",
"astro-portabletext": "^0.11.3",
"nanostores": "^1.0.1",
"sanity": "^3.79.0",
"tailwind-merge": "^3.3.1",
"tailwindcss": "^3.4.18",
"typescript": "^5.9.3"
},
"devDependencies": {
"@sanity/image-url": "^1.2.0",
"@tailwindcss/typography": "^0.5.19",
"daisyui": "^5.3.8",
"prettier": "^3.6.2",
"prettier-plugin-astro": "^0.14.1",
"prettier-plugin-tailwindcss": "^0.7.1",
"vite": "^7.1.12"
}
}