forked from SIMITClub/simitclub.github.io
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
32 lines (32 loc) · 748 Bytes
/
Copy pathpackage.json
File metadata and controls
32 lines (32 loc) · 748 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
31
32
{
"name": "simitclub-github-io-rewrite-init",
"type": "module",
"version": "0.0.1",
"private": true,
"repository": {
"type": "git",
"url": "https://github.com/simitclub/simitclub.github.io.git"
},
"scripts": {
"dev": "astro dev",
"devh": "astro dev --host",
"start": "astro dev",
"build": "astro check && astro build",
"preview": "astro preview",
"astro": "astro"
},
"dependencies": {
"@astrojs/check": "^0.3.4",
"@astrojs/mdx": "^2.0.3",
"@astrojs/rss": "^4.0.1",
"@astrojs/sitemap": "^3.0.4",
"@iconify-json/bi": "^1.1.22",
"astro": "^4.0.8",
"astro-icon": "^1.0.1",
"typescript": "^5.3.3"
},
"engines": {
"node": ">=18.14.1",
"pnpm": ">=8.6.12"
}
}