frontend-hamroun 1.2.44 → 1.2.46
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/package.json +12 -6
package/package.json
CHANGED
@@ -1,6 +1,6 @@
|
|
1
1
|
{
|
2
2
|
"name": "frontend-hamroun",
|
3
|
-
"version": "1.2.
|
3
|
+
"version": "1.2.46",
|
4
4
|
"description": "A lightweight full-stack JavaScript framework",
|
5
5
|
"type": "module",
|
6
6
|
"main": "./dist/index.js",
|
@@ -125,18 +125,24 @@
|
|
125
125
|
},
|
126
126
|
"dependencies": {
|
127
127
|
"bcryptjs": "^2.4.3",
|
128
|
-
"
|
129
|
-
"
|
128
|
+
"boxen": "^5.1.2",
|
129
|
+
"chalk": "^4.1.2",
|
130
|
+
"commander": "^9.4.1",
|
130
131
|
"cors": "^2.8.5",
|
131
132
|
"express": "^4.18.2",
|
132
|
-
"
|
133
|
-
"
|
133
|
+
"figlet": "^1.5.2",
|
134
|
+
"fs-extra": "^10.1.0",
|
135
|
+
"gradient-string": "^2.0.2",
|
136
|
+
"inquirer": "^8.2.5",
|
134
137
|
"jsonwebtoken": "^9.0.2",
|
135
138
|
"mongodb": "^5.7.0",
|
136
139
|
"mysql2": "^3.6.1",
|
137
140
|
"nanospinner": "^1.1.0",
|
141
|
+
"ora": "^5.4.1",
|
138
142
|
"pg": "^8.11.3",
|
139
|
-
"
|
143
|
+
"terminal-link": "^2.1.1",
|
144
|
+
"ts-node": "^10.9.1",
|
145
|
+
"update-notifier": "^5.1.0"
|
140
146
|
},
|
141
147
|
"peerDependencies": {
|
142
148
|
"react": ">=16.8.0",
|