-
Notifications
You must be signed in to change notification settings - Fork 8
Expand file tree
/
Copy pathpackage.json
More file actions
32 lines (32 loc) · 973 Bytes
/
package.json
File metadata and controls
32 lines (32 loc) · 973 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
{
"name": "surge-synth-team.org",
"private": true,
"type": "module",
"packageManager": "pnpm@10.30.3",
"scripts": {
"astro": "astro",
"dev": "astro dev",
"host": "astro dev --host",
"sync": "astro sync",
"check": "astro check",
"build": "astro check && astro build",
"preview": "astro preview",
"preinstall": "astro telemetry disable"
},
"devDependencies": {
"@astrojs/check": "^0.9.6",
"@astrojs/mdx": "^4.3.13",
"@astrojs/starlight": "latest",
"@astrojs/ts-plugin": "^1.10.6",
"@tailwindcss/typography": "^0.5.19",
"@tailwindcss/vite": "^4.2.1",
"@types/node": "^25.3.3",
"astro": "^5.18.0",
"prettier": "^3.8.1",
"prettier-plugin-astro": "^0.14.1",
"prettier-plugin-tailwindcss": "^0.7.2",
"sharp": "^0.34.5",
"tailwindcss": "^4.2.1",
"typescript": "^5.9.3"
}
}