-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
43 lines (43 loc) · 1.23 KB
/
package.json
File metadata and controls
43 lines (43 loc) · 1.23 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
{
"name": "open-code-chat",
"private": true,
"version": "0.0.0",
"type": "module",
"scripts": {
"dev": "vite",
"opencode": "node service/opencode.js --env-file .env",
"build": "vue-tsc -b && vite build",
"preview": "vite preview"
},
"dependencies": {
"@crazydos/vue-markdown": "^1.1.4",
"@tailwindcss/vite": "^4.1.13",
"@vueuse/core": "^13.9.0",
"add": "^2.0.6",
"class-variance-authority": "^0.7.1",
"clsx": "^2.1.1",
"lucide-vue-next": "^0.544.0",
"pnpm": "^10.17.1",
"rehype-raw": "^7.0.0",
"reka-ui": "^2.5.0",
"remark-gfm": "^4.0.1",
"tailwind-merge": "^3.3.1",
"tailwindcss": "^4.1.13",
"tw-animate-css": "^1.3.8",
"unified": "^11.0.5",
"vue": "^3.5.21"
},
"devDependencies": {
"@opencode-ai/plugin": "^0.11.3",
"@opencode-ai/sdk": "^0.11.3",
"@types/node": "^24.5.2",
"@vitejs/plugin-vue": "^6.0.1",
"@vue/tsconfig": "^0.8.1",
"dotenv": "^17.2.2",
"opencode-ai": "^0.11.3",
"typescript": "~5.8.3",
"vite": "6.3.6",
"vue-tsc": "^3.0.7"
},
"packageManager": "pnpm@9.15.9+sha512.68046141893c66fad01c079231128e9afb89ef87e2691d69e4d40eee228988295fd4682181bae55b58418c3a253bde65a505ec7c5f9403ece5cc3cd37dcf2531"
}