-
Notifications
You must be signed in to change notification settings - Fork 6
Expand file tree
/
Copy pathpackage.json
More file actions
68 lines (68 loc) · 2.16 KB
/
package.json
File metadata and controls
68 lines (68 loc) · 2.16 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
68
{
"name": "sol",
"version": "0.5.0",
"description": "Improve your browsing experience with the power of AI",
"license": "GNU GPLv3",
"repository": {
"type": "git",
"url": "https://github.com/solbrowse/extension"
},
"scripts": {
"build": "vite build --config vite.config.chrome.ts",
"build:chrome": "vite build --config vite.config.chrome.ts",
"build:firefox": "vite build --config vite.config.firefox.ts",
"dev": "nodemon --config nodemon.chrome.json",
"dev:chrome": "nodemon --config nodemon.chrome.json",
"dev:firefox": "nodemon --config nodemon.firefox.json"
},
"type": "module",
"dependencies": {
"@heroicons/react": "^2.2.0",
"@mozilla/readability": "^0.6.0",
"@radix-ui/react-label": "^2.1.7",
"@radix-ui/react-select": "^2.2.5",
"@radix-ui/react-slot": "^1.2.3",
"@radix-ui/react-switch": "^1.2.5",
"@radix-ui/react-tabs": "^1.1.12",
"class-variance-authority": "^0.7.1",
"clsx": "^2.1.1",
"dexie": "^4.0.11",
"lucide-react": "^0.522.0",
"markdown-to-jsx": "^7.7.10",
"prismjs": "^1.29.0",
"react": "^19.1.0",
"react-dom": "^19.1.0",
"tailwind-merge": "^3.3.1",
"temml": "^0.11.8",
"turndown": "^7.2.0",
"webextension-polyfill": "^0.12.0"
},
"devDependencies": {
"@crxjs/vite-plugin": "^2.0.2",
"@tailwindcss/vite": "^4.1.11",
"@types/chrome": "^0.0.328",
"@types/node": "^24.0.3",
"@types/prismjs": "^1.26.5",
"@types/react": "^19.1.6",
"@types/react-dom": "^19.1.1",
"@types/turndown": "^5.0.5",
"@types/webextension-polyfill": "^0.12.3",
"@typescript-eslint/eslint-plugin": "^8.35.0",
"@typescript-eslint/parser": "^8.18.2",
"@vitejs/plugin-react": "^4.6.0",
"eslint": "^9.28.0",
"eslint-config-prettier": "^10.1.5",
"eslint-plugin-import": "^2.32.0",
"eslint-plugin-jsx-a11y": "^6.10.2",
"eslint-plugin-react": "^7.37.5",
"eslint-plugin-react-hooks": "^5.2.0",
"fs-extra": "^11.3.0",
"nodemon": "^3.1.9",
"tailwindcss": "^4.1.8",
"ts-node": "^10.9.2",
"tw-animate-css": "^1.3.4",
"typescript": "^5.8.3",
"vite": "^7.0.0",
"vite-tsconfig-paths": "^5.1.4"
}
}