-
Notifications
You must be signed in to change notification settings - Fork 45
Expand file tree
/
Copy pathpackage.json
More file actions
51 lines (51 loc) · 1.08 KB
/
package.json
File metadata and controls
51 lines (51 loc) · 1.08 KB
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
40
41
42
43
44
45
46
47
48
49
50
51
{
"name": "astro-xwnav",
"type": "module",
"version": "1.0.0",
"description": "Astro navigation site by zywe",
"keywords": [
"astro",
"navigation",
"react",
"tailwind"
],
"license": "MIT",
"scripts": {
"astro": "astro",
"build": "astro build",
"dev": "astro dev",
"preview": "astro preview",
"sync": "astro sync"
},
"dependencies": {
"@astrojs/partytown": "^2.1.4",
"@astrojs/react": "^4.3.0",
"@astrojs/sitemap": "^3.4.1",
"astro": "^5.10.0",
"astro-seo": "^0.8.4",
"react": "^19.1.0",
"react-dom": "^19.1.0"
},
"devDependencies": {
"@astrojs/tailwind": "^6.0.2",
"@types/jsdom": "^21.1.7",
"@types/react": "^19.1.8",
"@types/react-dom": "^19.1.6",
"autoprefixer": "^10.4.21",
"chalk": "^5.4.1",
"cheerio": "^1.0.0",
"p-limit": "^6.2.0",
"postcss": "^8.5.3",
"sharp": "^0.34.2",
"svgo": "^3.3.2",
"tailwindcss": "^3.4.17",
"terser": "^5.39.2",
"tsx": "^4.19.4",
"undici": "^7.10.0"
},
"pnpm": {
"onlyBuiltDependencies": [
"sharp"
]
}
}