-
Notifications
You must be signed in to change notification settings - Fork 3
Expand file tree
/
Copy pathpackage.json
More file actions
executable file
·45 lines (45 loc) · 1.21 KB
/
package.json
File metadata and controls
executable file
·45 lines (45 loc) · 1.21 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
{
"name": "luminasider",
"private": true,
"version": "1.1.0",
"type": "module",
"scripts": {
"dev": "vite",
"build": "tsc && vite build",
"preview": "vite preview",
"pack": "npm run build && cd dist && zip -r ../luminasider-extension.zip *"
},
"dependencies": {
"@google/generative-ai": "^0.24.1",
"@mozilla/readability": "^0.5.0",
"@types/dompurify": "^3.0.5",
"clsx": "^2.1.1",
"date-fns": "^4.1.0",
"dompurify": "^3.3.3",
"highlight.js": "^11.9.0",
"idb-keyval": "^6.2.2",
"lucide-react": "^0.378.0",
"react": "^18.2.0",
"react-dom": "^18.2.0",
"react-markdown": "^9.0.1",
"tailwind-merge": "^3.5.0",
"uuid": "^13.0.0",
"zustand": "^4.5.2"
},
"devDependencies": {
"@crxjs/vite-plugin": "^2.0.0-beta.23",
"@tailwindcss/typography": "^0.5.19",
"@types/chrome": "^0.0.268",
"@types/mozilla-readability": "^0.2.1",
"@types/react": "^18.2.66",
"@types/react-dom": "^18.2.22",
"@types/uuid": "^10.0.0",
"@vitejs/plugin-react": "^4.2.1",
"autoprefixer": "^10.4.19",
"postcss": "^8.4.38",
"tailwindcss": "^3.4.3",
"tailwindcss-animate": "^1.0.7",
"typescript": "^5.2.2",
"vite": "^5.2.0"
}
}