-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathpackage.json
More file actions
57 lines (57 loc) · 1.5 KB
/
package.json
File metadata and controls
57 lines (57 loc) · 1.5 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
{
"name": "lccb_ai_2",
"version": "beta_0.5.0",
"private": true,
"scripts": {
"dev": "next dev",
"build": "next build",
"start": "next start",
"lint": "eslint"
},
"dependencies": {
"@react-three/drei": "^10.7.7",
"@supabase/supabase-js": "^2.104.1",
"bcrypt": "^6.0.0",
"hamburger-react": "^2.5.2",
"html2canvas": "^1.4.1",
"jsonwebtoken": "^9.0.3",
"jspdf": "^4.2.1",
"mysql2": "^3.22.3",
"next": "^16.2.4",
"nodemailer": "^8.0.6",
"nprogress": "^0.2.0",
"react": "19.2.5",
"react-dom": "19.2.5",
"react-loader-spinner": "^8.0.2",
"react-markdown": "^10.1.0",
"recharts": "^3.8.1",
"sweetalert2": "^11.26.24",
"three": "^0.184.0"
},
"devDependencies": {
"@eslint/eslintrc": "^3.3.5",
"@eslint/js": "^9.39.4",
"@next/eslint-plugin-next": "^16.2.4",
"@types/bcrypt": "^6.0.0",
"@types/jsonwebtoken": "^9.0.10",
"@types/node": "^22.19.17",
"@types/nodemailer": "^8.0.0",
"@types/nprogress": "^0.2.3",
"@types/react": "^19.2.14",
"@types/react-dom": "^19.2.3",
"@types/three": "^0.184.0",
"@typescript-eslint/eslint-plugin": "^8.59.0",
"@typescript-eslint/parser": "^8.59.0",
"baseline-browser-mapping": "^2.10.23",
"eslint": "^9.39.4",
"eslint-config-next": "16.2.4",
"eslint-import-resolver-alias": "^1.1.2",
"eslint-plugin-import": "^2.32.0",
"eslint-plugin-next": "^0.0.0",
"eslint-plugin-no-secrets": "^2.3.3",
"eslint-plugin-react": "^7.37.5",
"eslint-plugin-react-hooks": "^7.1.1",
"globals": "^17.5.0",
"typescript": "^6.0.3"
}
}