-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
33 lines (33 loc) · 908 Bytes
/
package.json
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": "astro-arrow2nd.com",
"type": "module",
"scripts": {
"dev": "astro dev",
"start": "astro dev",
"build": "astro build && pagefind --site dist",
"build:vercel": "astro build && pagefind --site .vercel/output/static",
"preview": "astro preview",
"astro": "astro"
},
"dependencies": {
"@astrojs/sitemap": "^3.2.1",
"@astrojs/vercel": "8.1.2",
"@fontsource/zen-maru-gothic": "^5.1.1",
"@iconify-json/ri": "^1.2.5",
"@pagefind/default-ui": "^1.3.0",
"@playform/compress": "^0.1.7",
"@tailwindcss/vite": "^4.0.3",
"astro": "^5.2.5",
"astro-icon": "^1.1.5",
"newt-client-js": "^3.3.7",
"svgo": "^2.8.0",
"swiper": "^11.2.2",
"tailwindcss": "^4.0.3"
},
"devDependencies": {
"pagefind": "^1.3.0",
"prettier": "^3.4.2",
"prettier-plugin-astro": "^0.14.1",
"prettier-plugin-tailwindcss": "^0.6.11"
}
}