@finesoft/create-app 0.1.15 → 0.1.17
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/templates/react/package.json +2 -2
- package/templates/react-minimal/package.json +2 -2
- package/templates/svelte/package.json +2 -2
- package/templates/svelte-minimal/package.json +2 -2
- package/templates/vue/package.json +2 -2
- package/templates/vue-minimal/package.json +2 -2
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@finesoft/create-app",
|
|
3
|
-
"version": "0.1.
|
|
3
|
+
"version": "0.1.17",
|
|
4
4
|
"description": "Scaffold a new Finesoft Front project",
|
|
5
5
|
"license": "MIT",
|
|
6
6
|
"bin": {
|
|
@@ -17,7 +17,7 @@
|
|
|
17
17
|
},
|
|
18
18
|
"devDependencies": {
|
|
19
19
|
"@types/node": "^22",
|
|
20
|
-
"vite-plus": "
|
|
20
|
+
"vite-plus": "0.1.16"
|
|
21
21
|
},
|
|
22
22
|
"scripts": {
|
|
23
23
|
"build": "vp pack",
|
|
@@ -8,7 +8,7 @@
|
|
|
8
8
|
"preview": "vp preview"
|
|
9
9
|
},
|
|
10
10
|
"dependencies": {
|
|
11
|
-
"@finesoft/front": "^0.1.
|
|
11
|
+
"@finesoft/front": "^0.1.66",
|
|
12
12
|
"react": "^19.0.0",
|
|
13
13
|
"react-dom": "^19.0.0"
|
|
14
14
|
},
|
|
@@ -16,6 +16,6 @@
|
|
|
16
16
|
"@types/react": "^19.0.0",
|
|
17
17
|
"@types/react-dom": "^19.0.0",
|
|
18
18
|
"@vitejs/plugin-react": "^4.0.0",
|
|
19
|
-
"vite-plus": "
|
|
19
|
+
"vite-plus": "0.1.16"
|
|
20
20
|
}
|
|
21
21
|
}
|
|
@@ -8,7 +8,7 @@
|
|
|
8
8
|
"preview": "vp preview"
|
|
9
9
|
},
|
|
10
10
|
"dependencies": {
|
|
11
|
-
"@finesoft/front": "^0.1.
|
|
11
|
+
"@finesoft/front": "^0.1.66",
|
|
12
12
|
"react": "^19.0.0",
|
|
13
13
|
"react-dom": "^19.0.0"
|
|
14
14
|
},
|
|
@@ -16,6 +16,6 @@
|
|
|
16
16
|
"@types/react": "^19.0.0",
|
|
17
17
|
"@types/react-dom": "^19.0.0",
|
|
18
18
|
"@vitejs/plugin-react": "^4.0.0",
|
|
19
|
-
"vite-plus": "
|
|
19
|
+
"vite-plus": "0.1.16"
|
|
20
20
|
}
|
|
21
21
|
}
|
|
@@ -8,11 +8,11 @@
|
|
|
8
8
|
"preview": "vp preview"
|
|
9
9
|
},
|
|
10
10
|
"dependencies": {
|
|
11
|
-
"@finesoft/front": "^0.1.
|
|
11
|
+
"@finesoft/front": "^0.1.66",
|
|
12
12
|
"svelte": "^5.0.0"
|
|
13
13
|
},
|
|
14
14
|
"devDependencies": {
|
|
15
15
|
"@sveltejs/vite-plugin-svelte": "^5.0.0",
|
|
16
|
-
"vite-plus": "
|
|
16
|
+
"vite-plus": "0.1.16"
|
|
17
17
|
}
|
|
18
18
|
}
|
|
@@ -8,11 +8,11 @@
|
|
|
8
8
|
"preview": "vp preview"
|
|
9
9
|
},
|
|
10
10
|
"dependencies": {
|
|
11
|
-
"@finesoft/front": "^0.1.
|
|
11
|
+
"@finesoft/front": "^0.1.66",
|
|
12
12
|
"svelte": "^5.0.0"
|
|
13
13
|
},
|
|
14
14
|
"devDependencies": {
|
|
15
15
|
"@sveltejs/vite-plugin-svelte": "^5.0.0",
|
|
16
|
-
"vite-plus": "
|
|
16
|
+
"vite-plus": "0.1.16"
|
|
17
17
|
}
|
|
18
18
|
}
|
|
@@ -8,11 +8,11 @@
|
|
|
8
8
|
"preview": "vp preview"
|
|
9
9
|
},
|
|
10
10
|
"dependencies": {
|
|
11
|
-
"@finesoft/front": "^0.1.
|
|
11
|
+
"@finesoft/front": "^0.1.66",
|
|
12
12
|
"vue": "^3.5.0"
|
|
13
13
|
},
|
|
14
14
|
"devDependencies": {
|
|
15
15
|
"@vitejs/plugin-vue": "^5.0.0",
|
|
16
|
-
"vite-plus": "
|
|
16
|
+
"vite-plus": "0.1.16"
|
|
17
17
|
}
|
|
18
18
|
}
|
|
@@ -8,11 +8,11 @@
|
|
|
8
8
|
"preview": "vp preview"
|
|
9
9
|
},
|
|
10
10
|
"dependencies": {
|
|
11
|
-
"@finesoft/front": "^0.1.
|
|
11
|
+
"@finesoft/front": "^0.1.66",
|
|
12
12
|
"vue": "^3.5.0"
|
|
13
13
|
},
|
|
14
14
|
"devDependencies": {
|
|
15
15
|
"@vitejs/plugin-vue": "^5.0.0",
|
|
16
|
-
"vite-plus": "
|
|
16
|
+
"vite-plus": "0.1.16"
|
|
17
17
|
}
|
|
18
18
|
}
|