forked from whisperrnote/whisperrnote
-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathpackage.json
More file actions
68 lines (68 loc) · 1.88 KB
/
package.json
File metadata and controls
68 lines (68 loc) · 1.88 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
{
"name": "kylrix-note",
"version": "0.1.0",
"private": true,
"scripts": {
"dev": "next dev -H localhost",
"build": "next build",
"start": "next start",
"lint": "next lint",
"lint:fix": "eslint --fix --ext .ts,.tsx ."
},
"dependencies": {
"@azure-rest/ai-inference": "^1.0.0-beta.6",
"@azure/core-auth": "^1.10.0",
"@emotion/react": "^11.14.0",
"@emotion/styled": "^11.14.1",
"@google/generative-ai": "^0.24.1",
"@kylrix/subscription": "link:../sdks/kylrix-subscription",
"@mui/icons-material": "^7.3.1",
"@mui/material": "^7.3.1",
"@mysten/sui": "^2.9.1",
"@simplewebauthn/browser": "^13.2.2",
"@simplewebauthn/server": "^13.2.2",
"@solana/web3.js": "^1.98.4",
"@types/lodash": "^4.17.20",
"appwrite": "^21.2.1",
"bcryptjs": "^2.4.3",
"bip32": "^5.0.1",
"bip39": "^3.1.0",
"bitcoinjs-lib": "^7.0.1",
"dotenv": "^17.2.1",
"ed25519-hd-key": "^1.3.0",
"ethers": "^6.16.0",
"framer-motion": "^12.23.12",
"fuse.js": "^7.1.0",
"jsonwebtoken": "^9.0.2",
"lodash": "^4.17.21",
"lucide-react": "^0.562.0",
"next": "15.4.10",
"next-themes": "^0.4.6",
"qrcode": "^1.5.4",
"react": "^19.0.0",
"react-dom": "^19.0.0",
"react-hot-toast": "^2.6.0",
"react-markdown": "^10.1.0",
"rehype-format": "^5.0.1",
"rehype-sanitize": "^6.0.0",
"rehype-stringify": "^10.0.1",
"remark-breaks": "^4.0.0",
"remark-gfm": "^4.0.1",
"remark-parse": "^11.0.0",
"remark-rehype": "^11.1.2",
"speakeasy": "^2.0.0",
"tiny-secp256k1": "^2.2.4"
},
"devDependencies": {
"@eslint/eslintrc": "^3",
"@types/node": "^20",
"@types/react": "^19",
"@types/react-dom": "^19",
"babel-plugin-react-compiler": "^1.0.0",
"cross-env": "^10.1.0",
"eslint": "^9",
"eslint-config-next": "15.1.6",
"typescript": "5.9.3"
},
"license": "MIT"
}