forked from whisperrnote/whisperrkeep
-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathpackage.json
More file actions
53 lines (53 loc) · 1.36 KB
/
package.json
File metadata and controls
53 lines (53 loc) · 1.36 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
{
"name": "kylrix-vault",
"version": "0.1.0",
"private": true,
"scripts": {
"dev": "next dev --turbopack -H localhost -p 3002",
"build": "next build",
"start": "next start",
"lint": "next lint",
"test": "jest"
},
"dependencies": {
"@emotion/react": "^11.14.0",
"@emotion/styled": "^11.14.1",
"@google/generative-ai": "^0.24.1",
"@mui/icons-material": "^7.3.6",
"@mui/material": "^7.3.6",
"@mysten/sui": "^2.13.0",
"@simplewebauthn/browser": "^9.0.1",
"@simplewebauthn/server": "9.0.3",
"@solana/web3.js": "^1.98.4",
"@types/jest": "^30.0.0",
"appwrite": "^21.0.0",
"base64url": "3.0.1",
"bip32": "^5.0.1",
"bip39": "^3.1.0",
"bitcoinjs-lib": "^7.0.1",
"clsx": "^2.1.1",
"ed25519-hd-key": "^1.3.0",
"ethers": "^6.16.0",
"framer-motion": "^12.37.0",
"jest": "^30.2.0",
"lucide-react": "^0.562.0",
"next": "15.4.10",
"otplib": "^12.0.1",
"react": "^19.0.0",
"react-dom": "^19.0.0",
"react-hot-toast": "^2.6.0",
"rxdb": "^16.15.0",
"tiny-secp256k1": "^2.2.4",
"ts-jest": "^29.4.5"
},
"devDependencies": {
"@types/node": "^20",
"@types/react": "^19",
"@types/react-dom": "^19",
"babel-plugin-react-compiler": "^1.0.0",
"eslint": "9.34.0",
"eslint-config-next": "15.5.2",
"typescript": "^5"
},
"license": "AGPL-3.0"
}