forked from ourongxing/chatgpt-vercel
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
40 lines (40 loc) · 1.03 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
{
"name": "vercel-chatgpt",
"version": "0.0.1",
"description": "Powered by OpenAI Chatgpt API and Vercel",
"type": "module",
"license": "MIT",
"scripts": {
"dev": "astro dev",
"start": "astro dev",
"build": "astro build",
"preview": "astro preview",
"astro": "astro"
},
"dependencies": {
"@astrojs/solid-js": "^2.0.2",
"@astrojs/vercel": "^3.1.3",
"@solid-primitives/resize-observer": "^2.0.11",
"@unocss/reset": "^0.50.3",
"astro": "^2.0.15",
"eventsource-parser": "^0.1.0",
"fzf": "^0.5.1",
"highlight.js": "^11.7.0",
"html-to-image": "^1.11.11",
"just-throttle": "^4.2.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.11"
},
"devDependencies": {
"@iconify-json/carbon": "^1.1.16",
"@iconify-json/ri": "^1.1.5",
"@types/markdown-it": "^12.2.3",
"@vercel/node": "^2.8.0",
"punycode": "^2.3.0",
"typescript": "^4.8.3",
"unocss": "^0.50.1"
}
}