-
Notifications
You must be signed in to change notification settings - Fork 19
/
package.json
38 lines (38 loc) · 999 Bytes
/
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
{
"name": "admin",
"version": "0.0.0",
"private": true,
"scripts": {
"dev": "next dev -p 3020",
"build": "next build",
"start": "next start",
"lint": "next lint",
"kill": "kill -9 $(lsof -t -i:3020)"
},
"dependencies": {
"@babel/core": "7.24.3",
"@mui/icons-material": "^5.15.14",
"@mui/material": "^5.15.14",
"@mui/styles": "^5.15.14",
"@prisma/extension-read-replicas": "^0.3.0",
"axios": "^1.6.8",
"db": "workspace:*",
"lodash": "^4.17.21",
"next": "14.1.4",
"next-auth": "^4.24.7",
"next-auth-prisma-adapter": "workspace:*",
"ra-data-simple-prisma": "workspace:*",
"react": "18.2.0",
"react-admin": "^4.16.13",
"react-dom": "18.2.0",
"react-json-view-lite": "^1.3.0"
},
"devDependencies": {
"@types/lodash": "^4.17.0",
"@types/node": "20.11.30",
"@types/react": "18.2.70",
"@types/react-dom": "18.2.22",
"eslint-config-custom": "workspace:*",
"typescript": "5.4.3"
}
}