frontend-hamroun 1.2.35 → 1.2.40
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/bin/cli.js +0 -2
- package/package.json +2 -8
package/bin/cli.js
CHANGED
package/package.json
CHANGED
@@ -1,6 +1,6 @@
|
|
1
1
|
{
|
2
2
|
"name": "frontend-hamroun",
|
3
|
-
"version": "1.2.
|
3
|
+
"version": "1.2.40",
|
4
4
|
"description": "A lightweight full-stack JavaScript framework",
|
5
5
|
"type": "module",
|
6
6
|
"main": "./dist/index.js",
|
@@ -125,24 +125,18 @@
|
|
125
125
|
},
|
126
126
|
"dependencies": {
|
127
127
|
"bcryptjs": "^2.4.3",
|
128
|
-
"boxen": "^7.1.1",
|
129
128
|
"chalk": "^5.3.0",
|
130
129
|
"commander": "^11.0.0",
|
131
130
|
"cors": "^2.8.5",
|
132
131
|
"express": "^4.18.2",
|
133
|
-
"figlet": "^1.7.0",
|
134
132
|
"fs-extra": "^11.1.1",
|
135
|
-
"gradient-string": "^3.0.0",
|
136
133
|
"inquirer": "^9.2.10",
|
137
134
|
"jsonwebtoken": "^9.0.2",
|
138
135
|
"mongodb": "^5.7.0",
|
139
136
|
"mysql2": "^3.6.1",
|
140
137
|
"nanospinner": "^1.1.0",
|
141
|
-
"ora": "^7.0.1",
|
142
138
|
"pg": "^8.11.3",
|
143
|
-
"
|
144
|
-
"ts-node": "^10.9.2",
|
145
|
-
"update-notifier": "^6.0.2"
|
139
|
+
"ts-node": "^10.9.2"
|
146
140
|
},
|
147
141
|
"peerDependencies": {
|
148
142
|
"react": ">=16.8.0",
|