-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathpackage.json
37 lines (37 loc) · 1004 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
{
"name": "sequelize-auto-admin",
"version": "1.0.0",
"description": "",
"main": "src/index.ts",
"scripts": {
"build": "docker build -t auto-admin . --no-cache",
"start": "node _init.js && node dist/src"
},
"keywords": [],
"author": "",
"license": "ISC",
"dependencies": {
"@adminjs/express": "^5.0.1",
"@adminjs/sequelize": "^3.0.0",
"@types/express": "^4.17.14",
"@types/express-session": "^1.17.5",
"@types/randomstring": "^1.1.8",
"adminjs": "^6.2.4",
"dotenv": "^16.0.3",
"express": "^4.18.1",
"mysql2": "^2.3.3",
"randomstring": "^1.2.3",
"sequelize": "^6.23.2",
"sequelize-auto": "^0.8.8",
"typescript": "^4.8.4"
},
"devDependencies": {
"@typescript-eslint/eslint-plugin": "^5.40.1",
"eslint": "^8.26.0",
"eslint-config-standard-with-typescript": "^23.0.0",
"eslint-plugin-import": "^2.26.0",
"eslint-plugin-n": "^15.3.0",
"eslint-plugin-promise": "^6.1.1",
"nodemon": "^2.0.20"
}
}