create-rex-app 1.0.0 → 1.0.2
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 +2 -2
- package/template/package.json +2 -2
- package/template-mongo/package.json +2 -2
- package/template/package-lock.json +0 -4667
- package/template-mongo/package-lock.json +0 -5076
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "create-rex-app",
|
|
3
|
-
"version": "1.0.
|
|
3
|
+
"version": "1.0.2",
|
|
4
4
|
"main": "index.js",
|
|
5
5
|
"type": "module",
|
|
6
6
|
"homepage": "https://rex-docs.vercel.app/",
|
|
@@ -22,7 +22,7 @@
|
|
|
22
22
|
],
|
|
23
23
|
"author": "Saumya Rawal",
|
|
24
24
|
"license": "MIT",
|
|
25
|
-
"description": "
|
|
25
|
+
"description": "A blazing fast, unified full-stack architecture for modern web applications.",
|
|
26
26
|
"dependencies": {
|
|
27
27
|
"@inquirer/prompts": "^8.2.1",
|
|
28
28
|
"chalk": "^5.6.2",
|
package/template/package.json
CHANGED
|
@@ -19,11 +19,11 @@
|
|
|
19
19
|
"tailwindcss": "^4.2.0"
|
|
20
20
|
},
|
|
21
21
|
"devDependencies": {
|
|
22
|
-
"@eslint/js": "^
|
|
22
|
+
"@eslint/js": "^9.15.0",
|
|
23
23
|
"@types/react": "^19.2.14",
|
|
24
24
|
"@types/react-dom": "^19.2.3",
|
|
25
25
|
"@vitejs/plugin-react": "^5.1.4",
|
|
26
|
-
"eslint": "^
|
|
26
|
+
"eslint": "^9.15.0",
|
|
27
27
|
"eslint-plugin-react-hooks": "^7.0.1",
|
|
28
28
|
"eslint-plugin-react-refresh": "^0.5.0",
|
|
29
29
|
"globals": "^17.3.0",
|
|
@@ -24,11 +24,11 @@
|
|
|
24
24
|
"tailwindcss": "^4.2.0"
|
|
25
25
|
},
|
|
26
26
|
"devDependencies": {
|
|
27
|
-
"@eslint/js": "^
|
|
27
|
+
"@eslint/js": "^9.15.0",
|
|
28
28
|
"@types/react": "^19.2.14",
|
|
29
29
|
"@types/react-dom": "^19.2.3",
|
|
30
30
|
"@vitejs/plugin-react": "^5.1.4",
|
|
31
|
-
"eslint": "^
|
|
31
|
+
"eslint": "^9.15.0",
|
|
32
32
|
"eslint-plugin-react-hooks": "^7.0.1",
|
|
33
33
|
"eslint-plugin-react-refresh": "^0.5.0",
|
|
34
34
|
"globals": "^17.3.0",
|