-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
34 lines (34 loc) · 929 Bytes
/
package.json
File metadata and controls
34 lines (34 loc) · 929 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
{
"name": "ashl-dev-for-real-this-time-but-actually-for-real-this-time",
"type": "module",
"version": "0.0.1",
"scripts": {
"dev": "astro dev",
"start": "astro dev",
"build": "astro check && astro build",
"preview": "astro preview",
"astro": "astro"
},
"dependencies": {
"@astrojs/check": "0.9.4",
"@astrojs/mdx": "4.0.8",
"@astrojs/node": "9.1.0",
"@fontsource/arvo": "latest",
"@fontsource/coming-soon": "latest",
"@fontsource/rokkitt": "latest",
"@iconify-json/uil": "^1.1.8",
"@yeskunall/astro-umami": "^0.0.4",
"astro": "5.3.0",
"astro-icon": "^1.1.0",
"mdast-util-to-hast": "^13.2.0",
"micromark-util-sanitize-uri": "^2.0.0",
"pixi.js": "^8.0.2",
"prettier": "^3.2.5",
"prettier-plugin-astro": "^0.13.0",
"typescript": "^5.4.2"
},
"devDependencies": {
"@types/bun": "^1.2.15",
"@types/spotify-api": "^0.0.25"
}
}