-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
34 lines (34 loc) · 793 Bytes
/
Copy pathpackage.json
File metadata and controls
34 lines (34 loc) · 793 Bytes
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
{
"name": "nextadmingithubstarter",
"version": "0.1.0",
"private": true,
"scripts": {
"dev": "next dev",
"build": "next build",
"start": "next start",
"lint": "next lint"
},
"dependencies": {
"@next/eslint-plugin-next": "14.0.1",
"bcrypt": "^5.1.1",
"bcryptjs": "^2.4.3",
"mongoose": "^8.8.0",
"next": "14.0.1",
"next-auth": "^5.0.0-beta.3",
"react": "18",
"react-dom": "^18.3.1",
"react-icons": "^5.3.0",
"recharts": "^2.9.0",
"sass": "^1.80.5",
"use-debounce": "^10.0.4"
},
"devDependencies": {
"@types/bcrypt": "^5.0.2",
"@types/node": "^22.8.1",
"@types/react": "^18.3.12",
"@types/react-dom": "^18.3.1",
"eslint": "8",
"eslint-config-next": "14.0.1",
"typescript": "^5.6.3"
}
}