forked from babaohuang/GeminiProChat
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
47 lines (47 loc) · 1.35 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
{
"name": "chatgpt-api-demo",
"version": "0.0.1",
"packageManager": "[email protected]",
"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",
"lint": "eslint . --ext .js,.jsx,.ts,.tsx,.astro",
"lint:fix": "eslint . --ext .js,.jsx,.ts,.tsx,.astro --fix"
},
"dependencies": {
"@astrojs/netlify": "2.3.0",
"@astrojs/node": "^5.3.0",
"@astrojs/solid-js": "^2.2.0",
"@astrojs/vercel": "^3.5.0",
"@fuyun/generative-ai": "0.1.1",
"@zag-js/slider": "^0.16.0",
"@zag-js/solid": "^0.16.0",
"astro": "^2.7.0",
"eslint": "^8.43.0",
"eventsource-parser": "^1.0.0",
"highlight.js": "^11.8.0",
"js-sha256": "^0.9.0",
"katex": "^0.16.7",
"markdown-it": "^13.0.1",
"markdown-it-highlightjs": "^4.0.1",
"markdown-it-katex": "^2.0.3",
"solid-js": "1.7.6",
"solidjs-use": "^2.1.0",
"undici": "^5.22.1"
},
"devDependencies": {
"@evan-yang/eslint-config": "^1.0.9",
"@iconify-json/carbon": "^1.1.18",
"@types/markdown-it": "^12.2.3",
"@typescript-eslint/parser": "^5.60.0",
"@vite-pwa/astro": "^0.1.1",
"eslint-plugin-astro": "^0.27.1",
"punycode": "^2.3.0",
"unocss": "^0.50.8"
}
}