-
Notifications
You must be signed in to change notification settings - Fork 3
Expand file tree
/
Copy pathpackage.json
More file actions
61 lines (61 loc) · 1.63 KB
/
package.json
File metadata and controls
61 lines (61 loc) · 1.63 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
{
"name": "whisperrnote",
"version": "0.1.0",
"private": true,
"scripts": {
"dev": "next dev --turbopack -p 3001",
"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/genai": "^1.15.0",
"@google/generative-ai": "^0.24.1",
"@heroicons/react": "^2.2.0",
"@mui/icons-material": "^7.3.1",
"@mui/material": "^7.3.1",
"@simplewebauthn/browser": "^13.1.2",
"@simplewebauthn/server": "^13.1.2",
"@types/lodash": "^4.17.20",
"@types/three": "^0.179.0",
"appwrite": "^21.2.1",
"bcryptjs": "^2.4.3",
"class-variance-authority": "^0.7.1",
"dotenv": "^17.2.1",
"ethers": "^6.15.0",
"framer-motion": "^12.23.12",
"fuse.js": "^7.1.0",
"jsonwebtoken": "^9.0.2",
"lodash": "^4.17.21",
"lucide-react": "^0.546.0",
"next": "15.4.7",
"next-themes": "^0.4.6",
"node-appwrite": "^18.0.0",
"qrcode": "^1.5.4",
"react": "^19.0.0",
"react-dom": "^19.0.0",
"react-markdown": "^10.1.0",
"rehype-sanitize": "^6.0.0",
"remark-gfm": "^4.0.1",
"speakeasy": "^2.0.0",
"three": "^0.179.1",
"viem": "^2.36.0"
},
"devDependencies": {
"@eslint/eslintrc": "^3",
"@types/node": "^20",
"@types/react": "^19",
"@types/react-dom": "^19",
"eslint": "^9",
"eslint-config-next": "15.1.6",
"postcss": "^8",
"tailwindcss": "^3.4.1",
"typescript": "^5"
},
"license": "MIT"
}