-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
46 lines (46 loc) · 1.13 KB
/
package.json
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
{
"name": "nextcash",
"version": "0.1.0",
"private": true,
"scripts": {
"dev": "next dev",
"build": "next build",
"start": "next start",
"lint": "next lint",
"back-dev": "ts-node-dev ./api/index.ts"
},
"dependencies": {
"@types/node": "20.8.7",
"@types/react": "18.2.31",
"@types/react-dom": "18.2.14",
"bcryptjs": "^2.4.3",
"eslint": "8.52.0",
"eslint-config-next": "13.5.6",
"googleapis": "^128.0.0",
"jsonwebtoken": "^9.0.2",
"knex": "^3.0.1",
"next": "13.5.6",
"next-auth": "^4.24.4",
"numeral": "^2.0.6",
"react": "18.2.0",
"react-dom": "18.2.0",
"react-icons": "^4.11.0",
"react-input-mask": "^2.0.4",
"react-number-format": "^5.3.1",
"sqlite3": "^5.1.6",
"threejs-toys": "^0.0.8",
"ts-node": "^10.9.1",
"ts-node-dev": "^2.0.0",
"typescript": "5.2.2",
"uuid": "^9.0.1",
"zod": "^3.22.4"
},
"devDependencies": {
"@types/bcryptjs": "^2.4.5",
"@types/cors": "^2.8.15",
"@types/express": "^4.17.20",
"@types/jsonwebtoken": "^9.0.4",
"@types/next-auth": "^3.15.0",
"@types/uuid": "^9.0.6"
}
}