-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
30 lines (30 loc) · 744 Bytes
/
package.json
File metadata and controls
30 lines (30 loc) · 744 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
{
"name": "",
"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.9.4",
"astro": "^4.16.6",
"astro-icon": "^1.1.1",
"astro-og-canvas": "^0.5.5",
"hast-util-from-html-isomorphic": "^2.0.0",
"rehype-autolink-headings": "^7.1.0",
"rehype-slug": "^6.0.0",
"typescript": "^5.6.3"
},
"devDependencies": {
"@iconify-json/ri": "^1.2.1",
"autoprefixer": "^10.4.20",
"cssnano": "^7.0.6",
"esbuild-plugin-browserslist": "^0.15.0",
"postcss-import": "^16.1.0",
"postcss-reporter": "^7.1.0"
}
}