-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
32 lines (32 loc) · 880 Bytes
/
package.json
File metadata and controls
32 lines (32 loc) · 880 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": "Alex.immer",
"type": "module",
"version": "0.0.1",
"homepage": "https://asce1062.github.io/asce1062.github.io",
"scripts": {
"updatemusic": "node scripts/updateMusicJson.js",
"predeploy": "astro check && astro build",
"deploy": "gh-pages -d dist --branch aleximmer --nojekyll --cname music.alexmbugua.me --dotfiles",
"dev": "astro dev",
"build": "astro build",
"preview": "astro preview",
"astro": "astro",
"check": "astro check",
"knip": "knip"
},
"dependencies": {
"@astrojs/check": "^0.9.4",
"@astrojs/sitemap": "^3.5.1",
"@astrojs/tailwind": "^6.0.2",
"astro": "^5.13.5",
"gh-pages": "^6.3.0",
"music-metadata": "^11.6.0",
"slugify": "^1.6.6",
"tailwindcss": "^3.4.17"
},
"devDependencies": {
"@types/node": "^24.3.1",
"knip": "^5.63.1",
"typescript": "^5.9.2"
}
}