-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
50 lines (50 loc) · 1.29 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
47
48
49
50
{
"dependencies": {
"@adminjs/express": "^6.1.0",
"@adminjs/import-export": "^3.0.0",
"@adminjs/leaflet": "^2.0.1",
"@adminjs/logger": "^5.0.1",
"@adminjs/passwords": "^4.0.0",
"@adminjs/prisma": "^5.0.3",
"@adminjs/relations": "^1.1.2",
"@adminjs/sql": "^2.2.6",
"@adminjs/upload": "^4.0.2",
"@prisma/client": "^5.22.0",
"@types/mocha": "^10.0.7",
"@types/react": "^18.3.3",
"adminjs": "^7.8.7",
"argon2": "^0.40.3",
"body-parser": "^1.20.2",
"connect-pg-simple": "^9.0.1",
"cors": "^2.8.5",
"crypto-js": "^4.2.0",
"express": "^4.19.2",
"express-formidable": "^1.2.0",
"express-session": "^1.18.0",
"multer": "^1.4.5-lts.1",
"pg": "^8.13.1",
"puppeteer-core": "^22.15.0",
"tslib": "^2.6.3"
},
"name": "adminjs",
"version": "1.0.0",
"main": "app.js",
"scripts": {
"start": "node --no-warnings app.js",
"test": "echo \"Error: no test specified\" && exit 1"
},
"author": "",
"license": "ISC",
"description": "",
"type": "module",
"devDependencies": {
"@eslint/js": "^9.14.0",
"@types/cors": "^2.8.17",
"@types/eslint__js": "^8.42.3",
"@types/node": "^22.2.0",
"eslint": "^9.14.0",
"prisma": "^5.22.0",
"typescript": "^5.6.3",
"typescript-eslint": "^8.14.0"
}
}