-
-
Notifications
You must be signed in to change notification settings - Fork 60
/
Copy pathpackage.json
44 lines (44 loc) · 1.09 KB
/
package.json
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"
},
"dependencies": {
"@astrojs/check": "^0.9.4",
"@astrojs/preact": "^4.0.1",
"@astrojs/vercel": "^8.0.1",
"@fontsource-variable/roboto-slab": "^5.0.18",
"@fontsource/space-mono": "^5.0.18",
"@types/flat": "^5.0.5",
"@types/fs-extra": "^11.0.4",
"@types/node": "18",
"astro": "5.1.2",
"astro-font": "^0.1.81",
"es-toolkit": "^1.31.0",
"flat": "^6.0.1",
"fs-extra": "^11.2.0",
"globby": "^14.0.2",
"htmx.org": "^1.9.12",
"i18next": "^23.7.12",
"numeral": "^2.0.6",
"preact": "^10.25.4",
"remark": "^15.0.1",
"remark-html": "^16.0.1",
"tiny-invariant": "^1.3.3"
},
"devDependencies": {
"@types/flat": "^5.0.2",
"@types/fs-extra": "^9.0.13",
"@types/node": "^18.19.3",
"@types/numeral": "^2.0.2",
"prettier": "^3.4.2",
"prettier-plugin-astro": "^0.14.1",
"typescript": "5.7.2"
},
"license": "MIT"
}