@akanjs/cli 0.0.74 → 0.0.76
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/index.js
CHANGED
|
@@ -4700,7 +4700,7 @@ var WorkspaceScript = class {
|
|
|
4700
4700
|
"@akanjs/store",
|
|
4701
4701
|
"@akanjs/ui"
|
|
4702
4702
|
];
|
|
4703
|
-
const devDependencies = ["@akanjs/
|
|
4703
|
+
const devDependencies = ["@akanjs/devkit", "@akanjs/lint", "@akanjs/test"];
|
|
4704
4704
|
const latestPublishedVersionOfBase = await (0, import_latest_version2.default)("@akanjs/base");
|
|
4705
4705
|
const packageJson = {
|
|
4706
4706
|
...rootPackageJson,
|
package/package.json
CHANGED
|
@@ -1,13 +1,17 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "<%= repoName %>",
|
|
3
|
-
"description": "<%= repoName %> workspace"
|
|
3
|
+
"description": "<%= repoName %> workspace",
|
|
4
4
|
"version": "0.0.1",
|
|
5
5
|
"dependencies": {
|
|
6
6
|
"next": "15.3.2",
|
|
7
|
+
"react": "18.3.1",
|
|
8
|
+
"react-dom": "18.3.1",
|
|
7
9
|
"tailwindcss": "^4.1.7",
|
|
8
10
|
"daisyui": "^5.0.35"
|
|
9
11
|
},
|
|
10
12
|
"devDependencies": {
|
|
13
|
+
"@types/react": "18.3.1",
|
|
14
|
+
"@types/react-dom": "18.3.1",
|
|
11
15
|
"eslint": "^9.19.0",
|
|
12
16
|
"jest": "^29.7.0",
|
|
13
17
|
"jiti": "^2.4.2",
|