-
Notifications
You must be signed in to change notification settings - Fork 2
/
Copy pathpackage.json
106 lines (106 loc) · 3.09 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
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
{
"name": "ollamazing",
"description": "Web extension to use local AI models",
"version": "0.2.1",
"type": "module",
"homepage": "https://github.com/buiducnhat/ollamazing",
"author": "Bui Duc Nhat <buiducnhat@gmail.com>",
"license": "MIT",
"repository": {
"type": "git",
"url": "https://github.com/buiducnhat/ollamazing.git"
},
"bugs": {
"url": "https://github.com/buiducnhat/ollamazing/issues?q=label%3Abug%20"
},
"keywords": [
"wxt",
"web extension",
"chrome extension",
"local",
"ai models",
"ollama",
"react",
"typescript",
"tailwindcss",
"shadcn",
"valtio"
],
"scripts": {
"dev": "wxt",
"dev:firefox": "wxt -b firefox",
"build": "wxt build",
"build:firefox": "wxt build -b firefox",
"zip": "wxt zip",
"zip:firefox": "wxt zip -b firefox",
"compile": "tsc --noEmit",
"postinstall": "wxt prepare",
"format": "prettier --write ./src/**/*.{ts,tsx,json,html,css}",
"lint": "eslint ./src"
},
"dependencies": {
"@hookform/resolvers": "^3.10.0",
"@radix-ui/react-avatar": "^1.1.3",
"@radix-ui/react-dialog": "^1.1.6",
"@radix-ui/react-dropdown-menu": "^2.1.6",
"@radix-ui/react-label": "^2.1.2",
"@radix-ui/react-popover": "^1.1.6",
"@radix-ui/react-scroll-area": "^1.2.3",
"@radix-ui/react-select": "^2.1.6",
"@radix-ui/react-separator": "^1.1.2",
"@radix-ui/react-slot": "^1.1.2",
"@radix-ui/react-tooltip": "^1.1.8",
"@tanstack/react-query": "^5.66.0",
"@tanstack/react-query-devtools": "^5.66.0",
"@webext-core/messaging": "^2.2.0",
"axios": "^1.7.9",
"class-variance-authority": "^0.7.1",
"clsx": "^2.1.1",
"cmdk": "^1.0.4",
"dayjs": "^1.11.13",
"i18next": "^24.2.2",
"lucide-react": "^0.474.0",
"next-themes": "^0.4.4",
"ollama": "^0.5.12",
"react": "^19.0.0",
"react-dom": "^19.0.0",
"react-hook-form": "^7.54.2",
"react-i18next": "^15.4.0",
"react-markdown": "^9.0.3",
"react-syntax-highlighter": "^15.6.1",
"react-use": "^17.6.0",
"rehype-katex": "^7.0.1",
"remark-gfm": "^4.0.0",
"remark-math": "^6.0.0",
"sonner": "^1.7.4",
"tailwind-merge": "^3.0.1",
"tailwindcss-animate": "^1.0.7",
"valtio": "^2.1.3",
"zod": "^3.24.1"
},
"devDependencies": {
"@eslint/js": "^9.20.0",
"@tailwindcss/postcss": "^4.0.4",
"@tanstack/eslint-plugin-query": "^5.66.0",
"@trivago/prettier-plugin-sort-imports": "^5.2.2",
"@types/chrome": "^0.0.280",
"@types/react": "^19.0.1",
"@types/react-dom": "^19.0.2",
"@types/react-syntax-highlighter": "^15.5.13",
"@wxt-dev/module-react": "^1.1.3",
"eslint": "^9.20.0",
"eslint-config-prettier": "^10.0.1",
"eslint-plugin-react": "^7.37.4",
"eslint-plugin-react-hooks": "^5.1.0",
"eslint-plugin-valtio": "^0.8.0",
"globals": "^15.14.0",
"postcss": "^8.5.1",
"prettier": "^3.4.2",
"prettier-plugin-tailwindcss": "^0.6.11",
"tailwind-scrollbar": "^4.0.0",
"tailwindcss": "^4.0.4",
"typescript": "^5.6.3",
"typescript-eslint": "^8.23.0",
"wxt": "^0.19.13"
}
}