create-tengits-app 1.0.2 → 1.0.3
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 +5 -2
- package/packages/main/dist/manifest.json +12 -12
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "create-tengits-app",
|
|
3
|
-
"version": "1.0.
|
|
3
|
+
"version": "1.0.3",
|
|
4
4
|
"description": "🚀 快速创建基于 React + Rsbuild + TypeScript + Tailwind CSS + Antd 的现代前端项目脚手架",
|
|
5
5
|
"author": "",
|
|
6
6
|
"license": "MIT",
|
|
@@ -48,7 +48,10 @@
|
|
|
48
48
|
"fs-extra": "^11.2.0",
|
|
49
49
|
"i18next": "^25.0.2",
|
|
50
50
|
"i18next-http-backend": "^3.0.2",
|
|
51
|
-
"react-i18next": "^15.5.1"
|
|
51
|
+
"react-i18next": "^15.5.1",
|
|
52
|
+
"@tailwindcss/forms": "0.5.7",
|
|
53
|
+
"@tailwindcss/typography": "0.5.13",
|
|
54
|
+
"tailwindcss-animate": "1.0.7"
|
|
52
55
|
},
|
|
53
56
|
"devDependencies": {
|
|
54
57
|
"@types/fs-extra": "^11.0.4"
|
|
@@ -1,34 +1,34 @@
|
|
|
1
1
|
{
|
|
2
2
|
"allFiles": [
|
|
3
|
-
"/static/js/lib-react.js",
|
|
4
|
-
"/static/js/vendors-node_modules_pnpm_rspack_core_1_4_8__swc_helpers_0_5_17_node_modules_rspack_core_dist-6d1c2b.js",
|
|
5
3
|
"/static/js/async/node_modules_pnpm_cross-fetch_4_0_0_node_modules_cross-fetch_dist_browser-ponyfill_js_lazy-co-6570d5.js",
|
|
6
4
|
"/static/css/index.css",
|
|
7
5
|
"/static/js/index.js",
|
|
6
|
+
"/static/js/lib-react.js",
|
|
7
|
+
"/static/js/vendors-node_modules_pnpm_rspack_core_1_4_8__swc_helpers_0_5_17_node_modules_rspack_core_dist-6d1c2b.js",
|
|
8
8
|
"/index.html",
|
|
9
|
-
"/static/js/lib-react.js.map",
|
|
10
|
-
"/static/js/vendors-node_modules_pnpm_rspack_core_1_4_8__swc_helpers_0_5_17_node_modules_rspack_core_dist-6d1c2b.js.map",
|
|
11
9
|
"/static/js/async/node_modules_pnpm_cross-fetch_4_0_0_node_modules_cross-fetch_dist_browser-ponyfill_js_lazy-co-6570d5.js.map",
|
|
12
|
-
"/index.
|
|
13
|
-
"/static/js/index.js.map"
|
|
10
|
+
"/index.a77ae4993f7bf23d.hot-update.js.map",
|
|
11
|
+
"/static/js/index.js.map",
|
|
12
|
+
"/static/js/lib-react.js.map",
|
|
13
|
+
"/static/js/vendors-node_modules_pnpm_rspack_core_1_4_8__swc_helpers_0_5_17_node_modules_rspack_core_dist-6d1c2b.js.map"
|
|
14
14
|
],
|
|
15
15
|
"entries": {
|
|
16
16
|
"index": {
|
|
17
17
|
"assets": [
|
|
18
|
-
"index.803b8e2da71c2009.hot-update.js.map",
|
|
19
|
-
"static/js/index.js.map",
|
|
20
|
-
"static/js/async/node_modules_pnpm_cross-fetch_4_0_0_node_modules_cross-fetch_dist_browser-ponyfill_js_lazy-co-6570d5.js.map",
|
|
21
18
|
"static/js/vendors-node_modules_pnpm_rspack_core_1_4_8__swc_helpers_0_5_17_node_modules_rspack_core_dist-6d1c2b.js.map",
|
|
22
|
-
"static/js/lib-react.js.map"
|
|
19
|
+
"static/js/lib-react.js.map",
|
|
20
|
+
"index.a77ae4993f7bf23d.hot-update.js.map",
|
|
21
|
+
"static/js/index.js.map",
|
|
22
|
+
"static/js/async/node_modules_pnpm_cross-fetch_4_0_0_node_modules_cross-fetch_dist_browser-ponyfill_js_lazy-co-6570d5.js.map"
|
|
23
23
|
],
|
|
24
24
|
"html": [
|
|
25
25
|
"/index.html"
|
|
26
26
|
],
|
|
27
27
|
"initial": {
|
|
28
28
|
"js": [
|
|
29
|
-
"/static/js/index.js",
|
|
30
29
|
"/static/js/vendors-node_modules_pnpm_rspack_core_1_4_8__swc_helpers_0_5_17_node_modules_rspack_core_dist-6d1c2b.js",
|
|
31
|
-
"/static/js/lib-react.js"
|
|
30
|
+
"/static/js/lib-react.js",
|
|
31
|
+
"/static/js/index.js"
|
|
32
32
|
],
|
|
33
33
|
"css": [
|
|
34
34
|
"/static/css/index.css"
|