-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathpackage.json
More file actions
36 lines (36 loc) · 923 Bytes
/
package.json
File metadata and controls
36 lines (36 loc) · 923 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
{
"name": "astro",
"type": "module",
"version": "0.0.1",
"scripts": {
"dev": "astro dev",
"start": "node ./dist/server/entry.mjs",
"build": "astro check && astro build",
"preview": "astro preview",
"astro": "astro",
"format": "biome check . --write"
},
"dependencies": {
"@astrojs/check": "^0.9.4",
"@astrojs/mdx": "^4.3.1",
"@astrojs/node": "^9.3.0",
"@astrojs/sitemap": "^3.4.1",
"@formatjs/intl-localematcher": "^0.6.1",
"@tailwindcss/vite": "^4.0.9",
"astro": "^5.12.3",
"negotiator": "^1.0.0",
"redis": "^4.7.0",
"sharp": "^0.33.5",
"tailwindcss": "^4.0.9",
"typescript": "^5.6.2",
"zod": "^3.24.2"
},
"devDependencies": {
"@biomejs/biome": "^1.9.4",
"@types/negotiator": "^0.6.4",
"@types/node": "^22.5.5",
"prettier": "^3.3.3",
"prettier-plugin-astro": "^0.14.1"
},
"packageManager": "pnpm@8.15.7"
}