-
Notifications
You must be signed in to change notification settings - Fork 54
/
package.json
59 lines (59 loc) · 1.78 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
51
52
53
54
55
56
57
58
59
{
"name": "free-chat",
"version": "1.0.0",
"scripts": {
"dev": "node prepare.js & astro dev",
"build": "node prepare.js & astro build",
"preview": "astro preview",
"astro": "astro",
"lint": "eslint . --ext .js,.jsx,.ts,.tsx,.astro,.svelte",
"lint:fix": "eslint . --ext .js,.jsx,.ts,.tsx,.astro,.svelte --fix"
},
"dependencies": {
"@astrojs/netlify": "^6.0.1",
"@astrojs/node": "^9.0.0",
"@astrojs/solid-js": "^5.0.1",
"@astrojs/svelte": "^7.0.3",
"@astrojs/vercel": "^8.0.1",
"@lobehub/icons-static-svg": "^1.14.0",
"astro": "^5.1.3",
"eslint": "^8.57.1",
"eventsource-parser": "^3.0.0",
"highlight.js": "^11.11.1",
"katex": "^0.16.19",
"lenis": "^1.1.18",
"markdown-it": "^14.1.0",
"markdown-it-highlightjs": "^4.2.0",
"markdown-it-katex": "^2.0.3",
"partial-json": "^0.1.7",
"reveal.js": "^5.1.0",
"solid-js": "^1.9.3",
"solid-toast": "^0.5.0",
"solidjs-use": "^2.3.0",
"svelte": "^5.16.5",
"svelte-sonner": "^0.3.28",
"tiktoken": "^1.0.18"
},
"devDependencies": {
"@evan-yang/eslint-config": "^1.0.9",
"@iconify/json": "latest",
"@julr/unocss-preset-heropatterns": "^1.0.2",
"@types/markdown-it": "^14.1.2",
"@types/reveal.js": "^5.0.4",
"@typescript-eslint/parser": "^8.19.1",
"@unocss/core": "^0.65.3",
"@unocss/eslint-config": "^0.65.3",
"@unocss/extractor-svelte": "^0.65.3",
"@unocss/reset": "^0.65.3",
"@vite-pwa/astro": "^0.4.3",
"bits-ui": "^0.22.0",
"eslint-plugin-astro": "^1.3.1",
"eslint-plugin-svelte": "^2.46.1",
"openai": "^4.77.3",
"svelte-inview": "^4.0.4",
"svelte-persisted-store": "^0.12.0",
"svelte-ripple-action": "^2.0.0",
"unocss": "^0.65.3",
"unocss-preset-scrollbar": "^0.3.1"
}
}