-
Notifications
You must be signed in to change notification settings - Fork 2
Expand file tree
/
Copy pathpackage.json
More file actions
52 lines (52 loc) · 1.47 KB
/
package.json
File metadata and controls
52 lines (52 loc) · 1.47 KB
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
{
"name": "purechat",
"title": "空灵智语AI",
"version": "1.0.0",
"private": true,
"type": "module",
"description": "空灵智语AI(PureChat)是一款设计极简、体验纯净的智能对话助手。我们摒弃一切冗余,只为您呈现最直观的界面与最流畅的对话。无需复杂操作,一键开启与AI的深度交流,让思考更专注,让灵感更纯粹。",
"keywords": [
"AI对话",
"AI聊天",
"人工智能聊天",
"智能对话机器人",
"AI助手",
"AI chat",
"AI chatbot",
"AI assistant",
"Artificial Intelligence chat",
"Chatbot"
],
"author": "ikiwi <ikiwicc@gmail.com>",
"license": "MIT",
"scripts": {
"dev": "nuxt dev",
"build": "nuxt build",
"generate": "nuxt generate",
"preview": "nuxt preview",
"postinstall": "nuxt prepare"
},
"dependencies": {
"@tanstack/vue-table": "^8.21.3",
"@vueuse/core": "^14.1.0",
"class-variance-authority": "^0.7.1",
"clsx": "^2.1.1",
"lucide-vue-next": "^0.562.0",
"markstream-vue": "0.0.4-beta.5",
"nuxt": "^4.2.2",
"reka-ui": "^2.7.0",
"tailwind-merge": "^3.4.0",
"tailwindcss": "^4.1.18",
"tw-animate-css": "^1.4.0",
"vue": "^3.5.26",
"vue-sonner": "^2.0.9"
},
"devDependencies": {
"@nuxtjs/color-mode": "^4.0.0",
"@tailwindcss/vite": "^4.1.18",
"@types/node": "^25.0.3",
"shadcn-nuxt": "2.4.3",
"typescript": "^5.9.3"
},
"packageManager": "pnpm@10.26.2"
}