-
Notifications
You must be signed in to change notification settings - Fork 23
Expand file tree
/
Copy pathpackage.json
More file actions
38 lines (38 loc) · 999 Bytes
/
Copy pathpackage.json
File metadata and controls
38 lines (38 loc) · 999 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
36
37
38
{
"name": "admin",
"version": "0.0.6",
"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.26.10",
"@mui/icons-material": "^5.15.14",
"@mui/material": "^5.15.14",
"@mui/styles": "^5.15.14",
"@prisma/extension-read-replicas": "^0.4.1",
"axios": "^1.13.2",
"db": "workspace:*",
"lodash": "^4.17.21",
"next": "15.3.0",
"next-auth": "^4.24.11",
"next-auth-prisma-adapter": "workspace:*",
"ra-data-simple-prisma": "workspace:*",
"react": "18.3.1",
"react-admin": "^5.7.2",
"react-dom": "18.3.1",
"react-json-view-lite": "^2.4.1"
},
"devDependencies": {
"@types/lodash": "^4.17.16",
"@types/node": "22.14.1",
"@types/react": "18.3.12",
"@types/react-dom": "18.3.1",
"eslint-config-custom": "workspace:*",
"typescript": "5.8.3"
}
}