forked from BasedHardware/omi
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
70 lines (70 loc) · 2.04 KB
/
Copy pathpackage.json
File metadata and controls
70 lines (70 loc) · 2.04 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
69
70
{
"name": "omi-web-app",
"version": "0.1.0",
"private": true,
"scripts": {
"generate-sw": "node scripts/generate-firebase-sw.js",
"dev": "npm run generate-sw && next dev --turbopack",
"build": "npm run generate-sw && next build",
"start": "next start",
"lint": "next lint"
},
"dependencies": {
"@radix-ui/react-accordion": "^1.2.0",
"@radix-ui/react-dialog": "^1.1.2",
"@radix-ui/react-dropdown-menu": "^2.1.2",
"@radix-ui/react-scroll-area": "^1.1.0",
"@radix-ui/react-slot": "^1.1.0",
"@radix-ui/react-tooltip": "^1.1.4",
"@tanstack/react-virtual": "^3.13.18",
"@types/canvas-confetti": "^1.9.0",
"@types/leaflet": "^1.9.21",
"@types/lodash": "^4.17.13",
"@types/three": "^0.182.0",
"canvas-confetti": "^1.9.4",
"class-variance-authority": "^0.7.0",
"clsx": "^2.1.1",
"firebase": "^11.8.1",
"framer-motion": "^11.5.4",
"fuse.js": "^7.0.0",
"idb": "^8.0.3",
"leaflet": "^1.9.4",
"lodash": "^4.17.21",
"lucide-react": "^0.438.0",
"mixpanel-browser": "^2.73.0",
"next": "^16.0.0",
"react": "^19.0.0",
"react-dom": "^19.0.0",
"react-force-graph-3d": "^1.29.0",
"react-leaflet": "^5.0.0",
"react-markdown": "^10.1.0",
"react-virtualized-auto-sizer": "^2.0.2",
"react-window": "^2.2.3",
"tailwind-merge": "^2.5.2",
"three": "^0.182.0",
"three-spritetext": "^1.10.0"
},
"devDependencies": {
"@tailwindcss/typography": "^0.5.15",
"@types/node": "^22",
"@types/react": "^19",
"@types/react-dom": "^19",
"@types/react-virtualized-auto-sizer": "^1.0.4",
"@types/react-window": "^1.8.8",
"autoprefixer": "^10.4.23",
"eslint": "^9",
"eslint-config-next": "^16.0.0",
"postcss": "^8.5.10",
"tailwindcss": "^3.4.1",
"tailwindcss-animate": "^1.0.7",
"typescript": "^5.7"
},
"overrides": {
"postcss": "$postcss",
"@grpc/grpc-js": ">=1.9.16",
"protobufjs": ">=7.6.3",
"@babel/core": ">=7.26.0",
"js-yaml": ">=4.1.1",
"websocket-driver": ">=0.5.8"
}
}