-
Notifications
You must be signed in to change notification settings - Fork 4
/
Copy pathpackage.json
69 lines (69 loc) · 1.98 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
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
{
"name": "xt_server",
"version": "1.0.0",
"private": true,
"type": "module",
"scripts": {
"build": "tsc",
"lint": "eslint \"src\"",
"start": "dotenv -c '.env' -- node dist/app"
},
"dependencies": {
"@adminjs/express": "^6.1.0",
"@adminjs/import-export": "^3.0.0",
"@adminjs/sequelize": "^4.1.1",
"@adminjs/upload": "^4.0.2",
"@simplewebauthn/browser": "^10.0.0",
"@simplewebauthn/server": "^10.0.1",
"@simplewebauthn/types": "^10.0.0",
"adminjs": "^7.8.12",
"bcrypt": "^5.1.1",
"bcryptjs": "^2.4.3",
"body-parser": "^1.20.2",
"cbor": "^9.0.2",
"connect-session-sequelize": "^7.1.7",
"cors": "^2.8.5",
"csv-parser": "^3.0.0",
"dotenv": "^16.4.5",
"express": "^4.19.2",
"express-formidable": "^1.2.0",
"express-session": "^1.18.0",
"formidable": "^3.2.5",
"json2csv": "^6.0.0-alpha.2",
"jsonwebtoken": "^9.0.2",
"mysql2": "latest",
"nodemailer": "^6.9.14",
"react-big-calendar": "^1.15.0",
"sequelize": ">=6",
"uuid": "^10.0.0"
},
"devDependencies": {
"@eslint/config-array": "^0.18.0",
"@eslint/object-schema": "^2.0.3",
"@types/bcrypt": "^5.0.2",
"@types/bcryptjs": "^2.4.6",
"@types/cors": "^2.8.17",
"@types/express": "^4.17.17",
"@types/express-session": "^1.18.0",
"@types/jsonwebtoken": "^9.0.6",
"@types/node": "^18.19.45",
"@types/react-big-calendar": "^1.15.0",
"@types/uuid": "^10.0.0",
"@typescript-eslint/eslint-plugin": "^5.58.0",
"@typescript-eslint/parser": "^5.58.0",
"dotenv-cli": "^7.2.1",
"eslint": "^8.38.0",
"eslint-config-airbnb": "^19.0.4",
"eslint-plugin-import": "^2.27.5",
"eslint-plugin-jsx-a11y": "^6.7.1",
"eslint-plugin-prettier": "^5.0.1",
"eslint-plugin-react": "^7.32.2",
"eslint-plugin-react-hooks": "^4.6.0",
"glob": "^9.0.0",
"prettier": "^3.1.0",
"rimraf": "^4.0.0",
"sequelize-cli": "^6.6.2",
"tslib": "^2.5.0",
"typescript": "^5.0.4"
}
}