create-nextjs-stack 0.1.0 → 0.1.1

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 CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "create-nextjs-stack",
3
- "version": "0.1.0",
3
+ "version": "0.1.1",
4
4
  "description": "CLI to scaffold Next.js Landing Page and Supabase Admin Panel",
5
5
  "private": false,
6
6
  "bin": "./bin/cli.js",
@@ -10,12 +10,10 @@
10
10
  "dependencies": {
11
11
  "@hookform/resolvers": "^5.2.2",
12
12
  "@next/third-parties": "^16.1.1",
13
- "@reduxjs/toolkit": "^2.11.2",
14
13
  "@supabase/ssr": "^0.8.0",
15
14
  "@supabase/supabase-js": "^2.94.1",
16
15
  "@vercel/analytics": "^1.6.1",
17
16
  "cloudinary": "^2.9.0",
18
- "dotenv": "^17.2.4",
19
17
  "framer-motion": "^12.23.26",
20
18
  "lucide-react": "^0.562.0",
21
19
  "next": "^16.1.6",
@@ -26,7 +24,6 @@
26
24
  "react-icons": "^5.5.0",
27
25
  "react-redux": "^9.2.0",
28
26
  "react-toastify": "^11.0.5",
29
- "redux": "^5.0.1",
30
27
  "redux-logger": "^3.0.6",
31
28
  "redux-thunk": "^3.1.0",
32
29
  "resend": "^6.6.0",
@@ -1102,32 +1099,6 @@
1102
1099
  "node": ">=12.4.0"
1103
1100
  }
1104
1101
  },
1105
- "node_modules/@reduxjs/toolkit": {
1106
- "version": "2.11.2",
1107
- "resolved": "https://registry.npmjs.org/@reduxjs/toolkit/-/toolkit-2.11.2.tgz",
1108
- "integrity": "sha512-Kd6kAHTA6/nUpp8mySPqj3en3dm0tdMIgbttnQ1xFMVpufoj+ADi8pXLBsd4xzTRHQa7t/Jv8W5UnCuW4kuWMQ==",
1109
- "license": "MIT",
1110
- "dependencies": {
1111
- "@standard-schema/spec": "^1.0.0",
1112
- "@standard-schema/utils": "^0.3.0",
1113
- "immer": "^11.0.0",
1114
- "redux": "^5.0.1",
1115
- "redux-thunk": "^3.1.0",
1116
- "reselect": "^5.1.0"
1117
- },
1118
- "peerDependencies": {
1119
- "react": "^16.9.0 || ^17.0.0 || ^18 || ^19",
1120
- "react-redux": "^7.2.1 || ^8.1.3 || ^9.0.0"
1121
- },
1122
- "peerDependenciesMeta": {
1123
- "react": {
1124
- "optional": true
1125
- },
1126
- "react-redux": {
1127
- "optional": true
1128
- }
1129
- }
1130
- },
1131
1102
  "node_modules/@rtsao/scc": {
1132
1103
  "version": "1.1.0",
1133
1104
  "resolved": "https://registry.npmjs.org/@rtsao/scc/-/scc-1.1.0.tgz",
@@ -1148,12 +1119,6 @@
1148
1119
  "integrity": "sha512-1bnPQqSxSuc3Ii6MhBysoWCg58j97aUjuCSZrGSmDxNqtytIi0k8utUenAwTZN4V5mXXYGsVUI9zeBqy+jBOSQ==",
1149
1120
  "license": "MIT"
1150
1121
  },
1151
- "node_modules/@standard-schema/spec": {
1152
- "version": "1.1.0",
1153
- "resolved": "https://registry.npmjs.org/@standard-schema/spec/-/spec-1.1.0.tgz",
1154
- "integrity": "sha512-l2aFy5jALhniG5HgqrD6jXLi/rUWrKvqN/qJx6yoJsgKhblVd+iqqU4RCXavm/jPityDo5TCvKMnpjKnOriy0w==",
1155
- "license": "MIT"
1156
- },
1157
1122
  "node_modules/@standard-schema/utils": {
1158
1123
  "version": "0.3.0",
1159
1124
  "resolved": "https://registry.npmjs.org/@standard-schema/utils/-/utils-0.3.0.tgz",
@@ -2887,18 +2852,6 @@
2887
2852
  "node": ">=0.10.0"
2888
2853
  }
2889
2854
  },
2890
- "node_modules/dotenv": {
2891
- "version": "17.2.4",
2892
- "resolved": "https://registry.npmjs.org/dotenv/-/dotenv-17.2.4.tgz",
2893
- "integrity": "sha512-mudtfb4zRB4bVvdj0xRo+e6duH1csJRM8IukBqfTRvHotn9+LBXB8ynAidP9zHqoRC/fsllXgk4kCKlR21fIhw==",
2894
- "license": "BSD-2-Clause",
2895
- "engines": {
2896
- "node": ">=12"
2897
- },
2898
- "funding": {
2899
- "url": "https://dotenvx.com"
2900
- }
2901
- },
2902
2855
  "node_modules/dunder-proto": {
2903
2856
  "version": "1.0.1",
2904
2857
  "resolved": "https://registry.npmjs.org/dunder-proto/-/dunder-proto-1.0.1.tgz",
@@ -4031,16 +3984,6 @@
4031
3984
  "node": ">= 4"
4032
3985
  }
4033
3986
  },
4034
- "node_modules/immer": {
4035
- "version": "11.1.4",
4036
- "resolved": "https://registry.npmjs.org/immer/-/immer-11.1.4.tgz",
4037
- "integrity": "sha512-XREFCPo6ksxVzP4E0ekD5aMdf8WMwmdNaz6vuvxgI40UaEiu6q3p8X52aU6GdyvLY3XXX/8R7JOTXStz/nBbRw==",
4038
- "license": "MIT",
4039
- "funding": {
4040
- "type": "opencollective",
4041
- "url": "https://opencollective.com/immer"
4042
- }
4043
- },
4044
3987
  "node_modules/import-fresh": {
4045
3988
  "version": "3.3.1",
4046
3989
  "resolved": "https://registry.npmjs.org/import-fresh/-/import-fresh-3.3.1.tgz",
@@ -5684,12 +5627,6 @@
5684
5627
  "url": "https://github.com/sponsors/ljharb"
5685
5628
  }
5686
5629
  },
5687
- "node_modules/reselect": {
5688
- "version": "5.1.1",
5689
- "resolved": "https://registry.npmjs.org/reselect/-/reselect-5.1.1.tgz",
5690
- "integrity": "sha512-K/BG6eIky/SBpzfHZv/dd+9JBFiS4SWV7FIujVyJRux6e45+73RaUHXLmIR1f7WOMaQ0U1km6qwklRQxpJJY0w==",
5691
- "license": "MIT"
5692
- },
5693
5630
  "node_modules/resend": {
5694
5631
  "version": "6.9.2",
5695
5632
  "resolved": "https://registry.npmjs.org/resend/-/resend-6.9.2.tgz",
@@ -24,7 +24,10 @@
24
24
  "react-dom": "^19.2.4",
25
25
  "react-hook-form": "^7.70.0",
26
26
  "react-icons": "^5.5.0",
27
+ "react-redux": "^9.2.0",
27
28
  "react-toastify": "^11.0.5",
29
+ "redux-logger": "^3.0.6",
30
+ "redux-thunk": "^3.1.0",
28
31
  "resend": "^6.6.0",
29
32
  "zod": "^4.3.5"
30
33
  },