-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
50 lines (50 loc) · 1.3 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
{
"name": "",
"type": "module",
"version": "0.0.1",
"scripts": {
"dev": "astro dev",
"start": "astro preview --host 0.0.0.0",
"build": "astro check && astro build",
"preview": "astro preview --host 0.0.0.0",
"astro": "astro"
},
"dependencies": {
"@astrojs/check": "^0.9.3",
"@astrojs/node": "^8.3.4",
"@astrojs/starlight": "^0.28.2",
"@auth/core": "^0.34.2",
"@babel/runtime": "^7.25.6",
"@types/cookie": "^0.6.0",
"@types/hast": "^3.0.4",
"@types/jsonwebtoken": "^9.0.6",
"@types/vfile": "^4.0.0",
"astro": "^4.15.9",
"bcryptjs": "^2.4.3",
"cookie": "^0.6.0",
"dotenv": "^16.4.5",
"gray-matter": "^4.0.3",
"hast-util-from-html": "^2.0.2",
"hast-util-select": "^6.0.2",
"hast-util-to-string": "^3.0.0",
"hastscript": "^9.0.0",
"jsonwebtoken": "^9.0.2",
"mysql2": "^3.11.0",
"nodejs": "^0.0.0",
"passport": "^0.7.0",
"passport-jwt": "^4.0.1",
"passport-local": "^1.0.0",
"rehype": "^13.0.1",
"sharp": "^0.32.6",
"typescript": "^5.5.4",
"typesense": "^1.8.2",
"unist-util-visit": "^5.0.0",
"vfile": "^6.0.3"
},
"devDependencies": {
"@types/bcryptjs": "^2.4.6",
"@types/passport": "^1.0.16",
"@types/passport-jwt": "^4.0.1",
"@types/passport-local": "^1.0.38"
}
}