-
-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathpackage.json
37 lines (37 loc) · 1002 Bytes
/
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
{
"name": "wiki",
"type": "module",
"version": "0.0.1",
"scripts": {
"dev": "astro dev",
"start": "astro dev",
"build": "astro build",
"preview": "astro preview",
"astro": "astro",
"sync": "astro sync",
"create": "ts-node ./Scripts/src/create.ts",
"git": "ts-node ./Scripts/src/git.ts",
"postinstall": "node ./.npm/install.js"
},
"dependencies": {
"@astrojs/mdx": "^2.2.0",
"@astrojs/node": "^8.2.4",
"@astrojs/preact": "^3.1.1",
"@astrojs/sitemap": "^3.1.1",
"@astrojs/vercel": "^7.3.6",
"@types/express": "^4.17.21",
"@types/passport": "^1.0.16",
"@types/passport-github": "^1.1.12",
"astro": "^4.5.6",
"astro-compress": "^2.2.15",
"axios": "^1.6.8",
"cookie-session": "^2.1.0",
"developer-toolkit-utils": "^1.0.9",
"express": "^4.18.3",
"passport": "^0.7.0",
"passport-github": "^1.1.0",
"querystring": "^0.2.1",
"rehype-pretty-code": "^0.13.0",
"remark-toc": "^9.0.0"
}
}