-
Notifications
You must be signed in to change notification settings - Fork 7
Expand file tree
/
Copy pathpackage.json
More file actions
47 lines (47 loc) · 1.13 KB
/
package.json
File metadata and controls
47 lines (47 loc) · 1.13 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
{
"name": "nextjs14-auth-sequelize-starter",
"version": "0.1.0",
"private": true,
"scripts": {
"dev": "next dev",
"build": "next build",
"start": "next start",
"lint": "next lint"
},
"dependencies": {
"@emotion/react": "^11.11.1",
"@emotion/styled": "^11.11.0",
"@mui/material": "^5.15.0",
"@types/cookie": "^0.6.0",
"bcryptjs": "^2.4.3",
"colors": "^1.4.0",
"cookie": "^0.6.0",
"daisyui": "^4.4.20",
"jose": "^5.1.3",
"next": "14.0.4",
"nextjs13-progress": "^1.1.45",
"pg": "^8.11.3",
"pg-hstore": "^2.3.4",
"react": "^18",
"react-dom": "^18",
"react-hook-turnstile": "^1.1.2",
"react-icons": "^4.12.0",
"sequelize": "^6.35.2",
"yup": "^1.3.3",
"yup-password": "^0.2.2"
},
"devDependencies": {
"@types/bcryptjs": "^2.4.6",
"@types/node": "^20",
"@types/pg": "^8.10.9",
"@types/react": "^18",
"@types/react-dom": "^18",
"@types/sequelize": "^4.28.19",
"autoprefixer": "^10.0.1",
"eslint": "^8",
"eslint-config-next": "14.0.4",
"postcss": "^8",
"tailwindcss": "^3.3.0",
"typescript": "^5"
}
}