forked from bestofjs/javascript-risingstars
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
51 lines (51 loc) · 1.31 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
45
46
47
48
49
50
51
{
"name": "rising-stars",
"version": "8.1.0",
"scripts": {
"dev": "astro dev",
"start": "astro dev",
"build": "astro build",
"preview": "astro preview",
"astro": "astro"
},
"dependencies": {
"@astrojs/preact": "^3.1.0",
"@astrojs/react": "^3.0.9",
"@astrojs/vercel": "^6.1.3",
"@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/lodash": "^4.14.202",
"@types/node": "18",
"@types/react": "^18.0.21",
"@types/react-dom": "^18.0.6",
"astro": "4.1.1",
"astro-font": "^0.0.72",
"flat": "^6.0.1",
"fs-extra": "^11.1.0",
"globby": "^14.0.0",
"i18next": "^23.7.12",
"lodash": "^4.17.21",
"numeral": "^2.0.6",
"preact": "^10.19.3",
"react": "^18.0.0",
"react-dom": "^18.0.0",
"remark": "^15.0.1",
"remark-html": "^16.0.1",
"tiny-invariant": "^1.3.1"
},
"devDependencies": {
"@types/flat": "^5.0.2",
"@types/fs-extra": "^9.0.13",
"@types/lodash": "^4.14.178",
"@types/node": "^18.19.3",
"@types/numeral": "^2.0.2",
"@types/react": "^18.2.7",
"@types/react-dom": "^18.2.4",
"prettier": "^2.8.3",
"prettier-plugin-astro": "^0.8.0",
"typescript": "5.2.2"
},
"license": "MIT"
}