-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
58 lines (58 loc) · 1.31 KB
/
Copy pathpackage.json
File metadata and controls
58 lines (58 loc) · 1.31 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
{
"name": "protein-binding",
"version": "0.1.0",
"private": true,
"scripts": {
"dev": "next dev",
"build": "next build",
"start": "next start",
"lint": "next lint"
},
"dependencies": {
"@keyv/redis": "^4.2.0",
"@rdkit/rdkit": "2024.3.5-1.0.0",
"ably": "^2.6.3",
"apexcharts": "^4.4.0",
"autoprefixer": "^10.4.20",
"axios": "^1.8.4",
"bcryptjs": "^3.0.2",
"copy-webpack-plugin": "^12.0.2",
"flatpickr": "^4.6.13",
"jsvectormap": "^1.6.0",
"keyv": "^4.5.4",
"lodash": "^4.17.21",
"lucide-react": "^0.475.0",
"mongoose": "^8.10.1",
"next": "^15.2.4",
"next-auth": "^4.24.11",
"prop-types": "^15.8.1",
"react": "^19.0.0",
"react-apexcharts": "^1.7.0",
"react-dom": "^19.0.0",
"resend": "^4.1.2"
},
"devDependencies": {
"@eslint/eslintrc": "^3",
"@types/bcrypt": "^5.0.2",
"@types/node": "^20",
"@types/react": "^19",
"@types/react-dom": "^19",
"@types/webpack": "^5.28.5",
"daisyui": "^4.12.23",
"eslint": "^9",
"eslint-config-next": "15.1.7",
"postcss": "^8",
"tailwindcss": "^3.4.1",
"typescript": "^5",
"webpack": "^5.98.0"
},
"pnpm": {
"ignoredBuiltDependencies": [
"bcrypt"
],
"onlyBuiltDependencies": [
"bcrypt",
"sharp"
]
}
}