-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathpackage.json
More file actions
45 lines (45 loc) · 1.17 KB
/
package.json
File metadata and controls
45 lines (45 loc) · 1.17 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
{
"name": "brylie.music",
"type": "module",
"version": "0.0.1",
"scripts": {
"dev": "astro dev",
"build": "astro build",
"preview": "astro preview",
"astro": "astro",
"test": "vitest",
"test:ui": "vitest --ui",
"test:run": "vitest run"
},
"dependencies": {
"@astrojs/mdx": "^4.3.13",
"@astrojs/rss": "^4.0.14",
"@astrojs/sitemap": "^3.6.0",
"@astrojs/svelte": "^7.2.5",
"@fontsource/atkinson-hyperlegible": "^5.2.7",
"@iconify-json/material-symbols": "^1.2.34",
"@iconify-json/mdi": "^1.2.3",
"@iconify-json/simple-icons": "^1.2.66",
"@tailwindcss/vite": "^4.1.13",
"astro": "^5.16.6",
"astro-abcjs": "^2.0.0",
"astro-embed": "^0.12.0",
"astro-icon": "^1.1.5",
"markdown-it": "^14.1.0",
"p5": "^2.2.0",
"sanitize-html": "^2.17.0",
"sharp": "^0.34.2",
"svelte": "^5.50.0",
"tailwindcss": "^4.1.13",
"typescript": "^5.9.3"
},
"devDependencies": {
"@tailwindcss/typography": "^0.5.16",
"@testing-library/svelte": "^5.3.1",
"@types/markdown-it": "^14.1.2",
"@vitest/ui": "^4.0.18",
"jsdom": "^28.0.0",
"unplugin-fonts": "^1.4.0",
"vitest": "^4.0.18"
}
}