-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathpackage.json
More file actions
35 lines (35 loc) · 840 Bytes
/
Copy pathpackage.json
File metadata and controls
35 lines (35 loc) · 840 Bytes
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
{
"name": "opnode",
"version": "0.1.0",
"private": true,
"scripts": {
"dev": "next dev",
"build": "next build",
"start": "next start"
},
"dependencies": {
"@breeztech/breez-sdk-spark": "^0.6.4-rc3",
"@mux/mux-node": "^12.8.1",
"@mux/mux-player-react": "^3.10.1",
"@scure/bip39": "^2.0.1",
"@types/qrcode": "^1.5.6",
"convex": "^1.29.0",
"emoji-picker-react": "^4.16.1",
"next": "16.0.10",
"qrcode": "^1.5.4",
"react": "19.2.0",
"react-dom": "19.2.0",
"react-icons": "^5.5.0",
"sonner": "^2.0.7",
"zustand": "^5.0.9"
},
"devDependencies": {
"@tailwindcss/postcss": "^4",
"@types/node": "^20",
"@types/react": "^19",
"@types/react-dom": "^19",
"babel-plugin-react-compiler": "1.0.0",
"tailwindcss": "^4",
"typescript": "^5"
}
}