-
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) · 818 Bytes
/
package.json
File metadata and controls
34 lines (34 loc) · 818 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": "taskward-v1-api",
"scripts": {
"dev": "next dev",
"build": "next build",
"start": "next start",
"lint": "next lint",
"dev:docker": "docker-compose up -d && next dev -p 3005"
},
"dependencies": {
"@prisma/client": "^4.3.1",
"axios": "^0.27.2",
"bcrypt": "^5.1.1",
"jsonwebtoken": "^9.0.2",
"next": "12.3.0",
"react": "18.2.0",
"react-dom": "18.2.0",
"string-random": "^0.1.3"
},
"devDependencies": {
"@types/bcrypt": "^5.0.2",
"@types/jsonwebtoken": "^9.0.6",
"@types/node": "20.11.28",
"@types/react": "18.2.66",
"@types/react-dom": "18.2.22",
"cspell": "^8.6.0",
"eslint": "8.57.0",
"eslint-config-next": "12.3.0",
"prisma": "^4.3.1",
"typescript": "4.8.3"
},
"private": true,
"license": "MIT"
}