-
Notifications
You must be signed in to change notification settings - Fork 2
Expand file tree
/
Copy pathpackage.json
More file actions
67 lines (67 loc) · 2.01 KB
/
package.json
File metadata and controls
67 lines (67 loc) · 2.01 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
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
{
"name": "reflect-webchat",
"version": "0.0.7",
"private": true,
"type": "module",
"scripts": {
"dev": "vite",
"build": "run-p type-check \"build-only {@}\" --",
"preview": "vite preview",
"build-only": "vite build",
"type-check": "vue-tsc --build --force",
"lint": "eslint . --ext .vue,.js,.jsx,.cjs,.mjs,.ts,.tsx,.cts,.mts --fix --ignore-path .gitignore",
"format": "prettier --write src/",
"cc": "mkdir src/components/$NAME && touch src/components/$NAME/$NAME.vue"
},
"dependencies": {
"@ai-sdk/anthropic": "^0.0.51",
"@ai-sdk/openai": "^0.0.66",
"@ai-sdk/provider": "^0.0.24",
"@ai-sdk/ui-utils": "^0.0.46",
"@mozilla/readability": "^0.5.0",
"@types/chrome": "^0.0.277",
"@vueuse/core": "^11.1.0",
"ai": "^3.4.9",
"class-variance-authority": "^0.7.0",
"clsx": "^2.1.1",
"gpt-tokenizer": "^2.5.0",
"lodash": "^4.17.21",
"lucide-vue-next": "^0.452.0",
"nanoid": "^5.0.7",
"radix-vue": "^1.9.7",
"swrv": "^1.0.4",
"tailwind-merge": "^2.5.3",
"tailwindcss-animate": "^1.0.7",
"vue": "^3.5.12",
"vue-showdown": "^4.2.0"
},
"devDependencies": {
"@crxjs/vite-plugin": "2.0.0-beta.25",
"@rushstack/eslint-patch": "^1.10.4",
"@tailwindcss/typography": "^0.5.15",
"@tsconfig/node20": "^20.1.4",
"@types/lodash": "^4.17.10",
"@types/node": "^22.7.5",
"@vitejs/plugin-vue": "^5.1.4",
"@vue/eslint-config-prettier": "^10.0.0",
"@vue/eslint-config-typescript": "^14.0.1",
"@vue/tsconfig": "^0.5.1",
"autoprefixer": "^10.4.20",
"eslint": "^9.12.0",
"eslint-plugin-vue": "^9.29.0",
"npm-run-all2": "^6.2.3",
"postcss": "^8.4.47",
"prettier": "^3.3.3",
"sass": "^1.79.5",
"simple-git": "^3.27.0",
"svgps": "^0.8.0",
"tailwindcss": "^3.4.13",
"tinify": "^1.7.1",
"typescript": "~5.6.3",
"unplugin-vue-components": "^0.27.4",
"vite": "^5.4.8",
"vite-plugin-zip-pack": "^1.2.4",
"vite-svg-loader": "^5.1.0",
"vue-tsc": "^2.1.6"
}
}