-
Notifications
You must be signed in to change notification settings - Fork 6
/
package.json
65 lines (65 loc) · 1.89 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
{
"name": "@pas1ko/meeper",
"version": "0.5.1",
"private": true,
"scripts": {
"start": "cross-env NODE_ENV=development node bundle",
"build": "cross-env NODE_ENV=production node bundle",
"ts": "tsc --pretty"
},
"dependencies": {
"@floating-ui/dom": "^1.5.1",
"@floating-ui/react": "^0.25.2",
"@radix-ui/react-avatar": "^1.0.3",
"@radix-ui/react-collapsible": "^1.0.3",
"@radix-ui/react-dialog": "^1.0.4",
"@radix-ui/react-label": "^2.0.2",
"@radix-ui/react-popover": "^1.0.6",
"@radix-ui/react-select": "^1.2.2",
"@radix-ui/react-separator": "^1.0.3",
"@radix-ui/react-slot": "^1.0.2",
"@radix-ui/react-toast": "^1.1.4",
"axios": "^1.5.0",
"buffer": "^6.0.3",
"class-variance-authority": "^0.7.0",
"clsx": "^2.0.0",
"cmdk": "^0.2.0",
"date-fns": "^2.30.0",
"dexie": "^3.2.4",
"dexie-react-hooks": "^1.1.6",
"hark": "^1.2.3",
"langchain": "^0.0.135",
"lucide-react": "^0.269.0",
"memoize-one": "^6.0.0",
"nanoid": "^4.0.2",
"react": "^18.2.0",
"react-dom": "^18.2.0",
"tailwind-merge": "^1.14.0",
"tailwindcss-animate": "^1.0.6",
"ts-pattern": "^5.0.5",
"type-route": "^1.0.1",
"use-chrome-storage": "^1.2.2",
"use-force-update": "^1.0.11"
},
"devDependencies": {
"@tailwindcss/typography": "^0.5.9",
"@types/chrome": "^0.0.244",
"@types/hark": "^1.2.2",
"@types/node": "^20.5.6",
"@types/react": "^18.2.21",
"@types/react-dom": "^18.2.7",
"@types/recordrtc": "^5.6.11",
"autoprefixer": "^10.4.15",
"cross-env": "^7.0.3",
"dotenv": "^16.3.1",
"esbuild": "^0.19.2",
"esbuild-plugin-clean": "^1.0.1",
"esbuild-plugin-copy": "^2.1.1",
"esbuild-plugin-wasm": "1.1.0",
"esbuild-style-plugin": "^1.6.2",
"postcss": "^8.4.28",
"tailwindcss": "^3.3.3",
"typescript": "^5.2.2",
"zip-a-folder": "^2.0.0"
}
}