-
Notifications
You must be signed in to change notification settings - Fork 19
/
package.json
41 lines (41 loc) · 1.1 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": "chatgpt-api-demo",
"type": "module",
"version": "0.0.1",
"scripts": {
"dev": "astro dev",
"start": "astro dev",
"build": "astro build",
"build:vercel": "OUTPUT=vercel astro build",
"build:netlify": "OUTPUT=netlify astro build",
"preview": "astro preview",
"astro": "astro"
},
"dependencies": {
"@astrojs/netlify": "2.0.0",
"@astrojs/node": "^5.0.4",
"@astrojs/solid-js": "^2.0.2",
"@astrojs/vercel": "^3.1.3",
"@unocss/reset": "^0.50.1",
"astro": "^2.0.15",
"eventsource-parser": "^0.1.0",
"highlight.js": "^11.7.0",
"js-sha256": "^0.9.0",
"katex": "^0.6.0",
"markdown-it": "^13.0.1",
"markdown-it-highlightjs": "^4.0.1",
"markdown-it-katex": "^2.0.3",
"solid-js": "1.6.12",
"solidjs-use": "^1.2.0",
"undici": "^5.20.0"
},
"devDependencies": {
"@iconify-json/carbon": "^1.1.16",
"@types/markdown-it": "^12.2.3",
"@unocss/preset-attributify": "^0.50.1",
"@unocss/preset-icons": "^0.50.4",
"@unocss/preset-typography": "^0.50.3",
"punycode": "^2.3.0",
"unocss": "^0.50.1"
}
}