-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
46 lines (46 loc) · 1.23 KB
/
Copy pathpackage.json
File metadata and controls
46 lines (46 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
44
45
46
{
"name": "extension",
"version": "0.0.0",
"scripts": {
"dev": "vite",
"build": "tsc && vite build",
"preview": "vite preview"
},
"dependencies": {
"@radix-ui/react-dialog": "^1.0.5",
"@radix-ui/react-popover": "^1.0.7",
"@radix-ui/react-select": "^2.0.0",
"@radix-ui/react-slot": "^1.0.2",
"@uiw/react-iframe": "^1.0.3",
"axios": "^1.6.8",
"class-variance-authority": "^0.7.0",
"clsx": "^2.1.1",
"cmdk": "^1.0.0",
"lucide-react": "^0.378.0",
"ramda": "^0.30.0",
"react": "^18.2.0",
"react-dom": "^18.2.0",
"socket.io-client": "^4.7.5",
"store": "^2.0.12",
"tailwind-merge": "^2.3.0",
"tailwindcss-animate": "^1.0.7",
"vite-tsconfig-paths": "^3.3.17"
},
"devDependencies": {
"@types/chrome": "^0.0.176",
"@types/node": "^20.12.12",
"@types/ramda": "^0.30.0",
"@types/react": "^18.2.43",
"@types/react-dom": "^18.2.17",
"@types/store": "^2.0.5",
"@vitejs/plugin-react": "^4.2.1",
"autoprefixer": "^10.4.18",
"postcss": "^8.4.34",
"prettier": "^3.2.5",
"prettier-plugin-tailwindcss": "^0.5.11",
"tailwindcss": "^3.4.1",
"tailwindcss-bg-patterns": "^0.3.0",
"typescript": "^5.2.2",
"vite": "^5.0.8"
}
}