-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathpackage.json
More file actions
30 lines (30 loc) · 754 Bytes
/
package.json
File metadata and controls
30 lines (30 loc) · 754 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
{
"name": "nielsbik-nl-astro",
"private": true,
"type": "module",
"version": "0.0.1",
"scripts": {
"astro": "astro",
"build": "astro build",
"dev": "astro dev",
"format": "biome check --write .",
"preview": "astro preview"
},
"dependencies": {
"@astrojs/sitemap": "^3.7.2",
"@astrojs/vercel": "^9.0.5",
"@fontsource-variable/inter": "^5.2.8",
"@spotify/web-api-ts-sdk": "^1.2.0",
"@tailwindcss/typography": "^0.5.19",
"@tailwindcss/vite": "^4.2.2",
"astro": "^5.18.1",
"astro-favicons": "^3.1.6",
"fluid-tailwindcss": "^1.0.5",
"tailwindcss": "^4.2.2",
"tiny-invariant": "^1.3.3"
},
"devDependencies": {
"@biomejs/biome": "^2.4.14",
"@types/node": "^25.6.0"
}
}