-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
41 lines (41 loc) · 1.01 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
{
"name": "starcoin-org",
"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.5.10",
"@astrojs/react": "^3.3.0",
"@astrojs/sitemap": "^3.1.4",
"@types/react": "^18.2.79",
"@types/react-dom": "^18.2.25",
"astro": "^4.6.1",
"clsx": "^2.1.0",
"dayjs": "^1.11.10",
"mdast-util-to-string": "^4.0.0",
"radash": "^12.1.0",
"react": "^18.2.0",
"react-dom": "^18.2.0",
"reading-time": "^1.5.0",
"swr": "^2.2.5",
"typescript": "^5.4.5"
},
"devDependencies": {
"@rollup/plugin-yaml": "^4.1.2",
"autoprefixer": "^10.4.19",
"postcss-csso": "^6.0.1",
"postcss-preset-env": "^9.5.11"
},
"browserslist": [
"last 1 version",
"> 1%",
"not dead"
],
"packageManager": "[email protected]+sha256.d6fc013639b81658ff175829ebb9435bcb89eff206769e460fd3ae27c2054df6"
}