-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
35 lines (35 loc) · 797 Bytes
/
Copy pathpackage.json
File metadata and controls
35 lines (35 loc) · 797 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
35
{
"name": "punch",
"version": "0.1.0",
"private": true,
"scripts": {
"dev": "next dev",
"build": "next build",
"start": "next start",
"lint": "next lint"
},
"dependencies": {
"@auth/core": "^0.27.0",
"@heroicons/react": "^2.1.1",
"@reduxjs/toolkit": "^2.1.0",
"bcrypt": "^5.1.1",
"compress.js": "^1.2.2",
"express": "^4.18.2",
"mongoose": "^8.0.4",
"next": "14.0.4",
"next-auth": "5.0.0-beta.3",
"react": "^18",
"react-cropper": "^2.3.3",
"react-dom": "^18",
"react-redux": "^9.1.0",
"use-debounce": "^10.0.0",
"zod": "^3.22.4"
},
"devDependencies": {
"autoprefixer": "^10.4.17",
"eslint": "^8.57.0",
"eslint-config-next": "14.0.4",
"postcss": "^8.4.35",
"tailwindcss": "^3.4.1"
}
}