forked from RafaelGoulartB/adminbro-dashboard
-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathpackage.json
92 lines (90 loc) · 2.51 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
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
{
"name": "adminbro-dashboard",
"description": "<h1 align=\"center\">Adminbro Dashboard</h1>",
"version": "1.0.0",
"main": "src/index.ts",
"type": "module",
"engines": {
"node": ">=16"
},
"dependencies": {
<<<<<<< HEAD
"@adminjs/design-system": "^4.0.1",
=======
"@adminjs/design-system": "^4.0.2",
>>>>>>> a6f72f9771d6d5254a3aed43e3617aad1c4b8249
"@adminjs/express": "^6.0.0",
"@adminjs/mongoose": "^4.0.0",
"@adminjs/themes": "^1.0.0",
"@adminjs/upload": "^4.0.0",
"@carbon/icons-react": "^11.18.0",
"@flaticon/flaticon-uicons": "^2.1.0",
<<<<<<< HEAD
"adminjs": "^7.0.0",
=======
"adminjs": "^7.2.0",
"argon2": "^0.30.3",
>>>>>>> a6f72f9771d6d5254a3aed43e3617aad1c4b8249
"bcrypt": "^5.0.0",
"connect-mongo": "^5.0.0",
"cookie-parser": "^1.4.5",
"dotenv": "^16.3.1",
"express": "^4.17.1",
"express-formidable": "^1.2.0",
"express-session": "^1.17.3",
"firebase-admin": "^11.7.0",
"fs-extra": "^11.1.1",
"mongodb": "^5.3.0",
<<<<<<< HEAD
"mongoose": "^5.13.17",
"react-dom": "^18.2.0",
"react-redux": "^8.0.5",
"react-swipeable": "^7.0.0",
"styled-components": "^5.3.9",
=======
"mongoose": "^7.4.1",
"react-dom": "^18.2.0",
"react-redux": "^8.0.5",
"react-swipeable": "^7.0.0",
"styled-components": "^6.0.5",
>>>>>>> a6f72f9771d6d5254a3aed43e3617aad1c4b8249
"tslib": "^2.5.0",
"url-encode-decode": "^1.0.0"
},
"devDependencies": {
"@types/bcrypt": "^5.0.0",
"@types/express": "^4.17.8",
"@types/mongoose": "^5.7.37",
<<<<<<< HEAD
"@types/node": "^18.16.0",
"@typescript-eslint/eslint-plugin": "^4.6.1",
"@typescript-eslint/parser": "^4.6.1",
"eslint": "^7.12.1",
"eslint-config-standard": "^16.0.1",
"eslint-plugin-import": "^2.22.1",
"eslint-plugin-node": "^11.1.0",
"eslint-plugin-promise": "^4.2.1",
"prettier": "^2.1.2",
"ts-node": "^10.9.1",
"tsconfig-paths": "^4.1.2",
"typescript": "^5.0.2"
=======
"@types/node": "^20.4.5",
"@typescript-eslint/eslint-plugin": "^6.2.1",
"@typescript-eslint/parser": "^6.2.1",
"eslint": "^8.46.0",
"eslint-config-standard": "^17.1.0",
"eslint-plugin-import": "^2.22.1",
"eslint-plugin-node": "^11.1.0",
"eslint-plugin-promise": "^6.1.1",
"prettier": "^3.0.0",
"ts-node": "^10.9.1",
"tsconfig-paths": "^4.1.2",
"typescript": "^5.1.6"
>>>>>>> a6f72f9771d6d5254a3aed43e3617aad1c4b8249
},
"scripts": {
"start": "node dist/index.js"
},
"author": ""
}