-
-
Notifications
You must be signed in to change notification settings - Fork 71
Expand file tree
/
Copy pathpackage.json
More file actions
44 lines (44 loc) · 1.09 KB
/
package.json
File metadata and controls
44 lines (44 loc) · 1.09 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
{
"name": "rising-stars",
"version": "8.1.0",
"scripts": {
"dev": "astro dev",
"start": "astro dev",
"build": "astro build",
"preview": "astro preview",
"astro": "astro",
"typecheck": "tsc --noEmit"
},
"dependencies": {
"@astrojs/check": "^0.9.6",
"@astrojs/preact": "^4.1.3",
"@astrojs/vercel": "^9.0.2",
"@fontsource-variable/roboto-slab": "^5.2.8",
"@fontsource/space-mono": "^5.2.9",
"@types/flat": "^5.0.5",
"@types/fs-extra": "^11.0.4",
"astro": "5.16.5",
"astro-font": "^1.1.0",
"es-toolkit": "^1.43.0",
"flat": "^6.0.1",
"fs-extra": "^11.3.2",
"globby": "^16.0.0",
"htmx.org": "^2.0.8",
"i18next": "^25.7.2",
"numeral": "^2.0.6",
"preact": "^10.28.0",
"remark": "^15.0.1",
"remark-html": "^16.0.1",
"tiny-invariant": "^1.3.3"
},
"devDependencies": {
"@types/flat": "^5.0.5",
"@types/fs-extra": "^11.0.4",
"@types/node": "22.15.0",
"@types/numeral": "^2.0.5",
"prettier": "^3.7.4",
"prettier-plugin-astro": "^0.14.1",
"typescript": "5.9.3"
},
"license": "MIT"
}