-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
executable file
·68 lines (68 loc) · 1.74 KB
/
package.json
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": "rx-vision",
"version": "1.3.4",
"private": true,
"scripts": {
"dev": "next dev",
"build": "next build",
"start": "next start",
"lint": "next lint"
},
"dependencies": {
"@neondatabase/serverless": "^0.9.4",
"@next-auth/prisma-adapter": "^1.0.7",
"@prisma/client": "^5.19.1",
"@prisma/extension-accelerate": "^1.1.0",
"@rdkit/rdkit": "^2023.9.2-1.0.0",
"@xmtp/content-type-reaction": "^1.1.9",
"@xmtp/content-type-remote-attachment": "^1.1.9",
"@xmtp/content-type-reply": "^1.1.11",
"@xmtp/message-kit": "^0.0.9",
"@xmtp/react-sdk": "^8.0.1",
"ably": "^2.3.1",
"apexcharts": "^3.45.2",
"bcrypt": "^5.1.1",
"copy-webpack-plugin": "^12.0.2",
"dotenv": "^16.4.5",
"ethers": "^5.7.0",
"flatpickr": "^4.6.13",
"fs": "^0.0.1-security",
"hex-rgb": "^5.0.0",
"install": "^0.13.0",
"jsvectormap": "^1.6.0",
"lodash": "^4.17.21",
"lucide-react": "^0.427.0",
"mongodb": "^6.3.0",
"mongoose": "^8.1.1",
"next": "^14.2.4",
"next-auth": "^4.24.7",
"prop-types": "^15.8.1",
"react": "^18.3.1",
"react-apexcharts": "^1.4.1",
"react-dom": "^18",
"resend": "^3.5.0"
},
"devDependencies": {
"@types/bcrypt": "^5.0.2",
"@types/node": "^20",
"@types/react": "^18",
"@types/react-dom": "^18",
"@types/uuid": "^10.0.0",
"autoprefixer": "^10.0.1",
"daisyui": "^4.12.10",
"eslint": "^8",
"eslint-config-next": "14.1.0",
"node-loader": "^2.0.0",
"postcss": "^8",
"prettier": "^3.2.5",
"prettier-plugin-tailwindcss": "^0.5.11",
"prisma": "^5.19.1",
"tailwindcss": "^3.4.1",
"typescript": "^5"
},
"browser": {
"fs": false,
"path": false,
"os": false
}
}