-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
37 lines (37 loc) · 1000 Bytes
/
Copy pathpackage.json
File metadata and controls
37 lines (37 loc) · 1000 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
35
36
37
{
"name": "starry-satellite",
"type": "module",
"version": "0.0.1",
"scripts": {
"dev": "astro dev",
"build": "astro build",
"preview": "astro preview",
"astro": "astro"
},
"dependencies": {
"@astrojs/markdoc": "^1.0.6",
"@astrojs/mdx": "^6.0.3",
"@astrojs/svelte": "^8.1.2",
"@fontsource-variable/inter": "^5.2.8",
"@fontsource-variable/merriweather-sans": "^5.2.7",
"@fontsource/geist-sans": "^5.2.5",
"@tailwindcss/typography": "^0.5.19",
"@tailwindcss/vite": "^4.1.11",
"astro": "^6.4.6",
"marked": "^18.0.5",
"rehype-external-links": "^3.0.0",
"sharp": "^0.34.5",
"svelte": "^5.55.7",
"svelte-hamburgers": "^5.0.0",
"tailwindcss": "^4.1.11",
"typescript": "^6.0.3"
},
"devDependencies": {
"@types/node": "^25.8.0",
"oxfmt": "^0.55.0",
"prettier": "^3.6.2",
"prettier-plugin-astro": "^0.14.1",
"prettier-plugin-svelte": "^3.4.0",
"prettier-plugin-tailwindcss": "^0.6.14"
}
}