@lark-apaas/coding-template-vite-react 0.1.43 → 0.1.45
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 +1 -1
- package/template/package-lock.json +23 -8
- package/template/package.json +2 -2
package/package.json
CHANGED
|
@@ -11,7 +11,7 @@
|
|
|
11
11
|
"@formkit/auto-animate": "^0.9.0",
|
|
12
12
|
"@gsap/react": "^2.1.2",
|
|
13
13
|
"@hookform/resolvers": "^5.2.2",
|
|
14
|
-
"@lark-apaas/client-toolkit-lite": "^1.1.
|
|
14
|
+
"@lark-apaas/client-toolkit-lite": "^1.1.27",
|
|
15
15
|
"@radix-ui/react-accordion": "^1.2.11",
|
|
16
16
|
"@radix-ui/react-alert-dialog": "^1.1.14",
|
|
17
17
|
"@radix-ui/react-aspect-ratio": "^1.1.7",
|
|
@@ -69,7 +69,7 @@
|
|
|
69
69
|
"zod": "^4.3.6"
|
|
70
70
|
},
|
|
71
71
|
"devDependencies": {
|
|
72
|
-
"@lark-apaas/coding-preset-vite-react": "^1.0.
|
|
72
|
+
"@lark-apaas/coding-preset-vite-react": "^1.0.21",
|
|
73
73
|
"@lark-apaas/coding-presets-react": "^0.1.0",
|
|
74
74
|
"@types/node": "^24",
|
|
75
75
|
"@types/react": "^19",
|
|
@@ -831,9 +831,9 @@
|
|
|
831
831
|
}
|
|
832
832
|
},
|
|
833
833
|
"node_modules/@lark-apaas/client-toolkit-lite": {
|
|
834
|
-
"version": "1.1.
|
|
835
|
-
"resolved": "https://registry.npmmirror.com/@lark-apaas/client-toolkit-lite/-/client-toolkit-lite-1.1.
|
|
836
|
-
"integrity": "sha512
|
|
834
|
+
"version": "1.1.27",
|
|
835
|
+
"resolved": "https://registry.npmmirror.com/@lark-apaas/client-toolkit-lite/-/client-toolkit-lite-1.1.27.tgz",
|
|
836
|
+
"integrity": "sha512-mAZyPgjf1Lfo1YryeeuKnfoYMmYbiNfL7yQlcSbWw3dzsmQSpOXz9c+wpVzGSMJIEJLPBPXIJXmM8b6FLoJuJw==",
|
|
837
837
|
"license": "MIT",
|
|
838
838
|
"dependencies": {
|
|
839
839
|
"@lark-apaas/auth-sdk": "^0.1.5",
|
|
@@ -874,9 +874,9 @@
|
|
|
874
874
|
}
|
|
875
875
|
},
|
|
876
876
|
"node_modules/@lark-apaas/coding-preset-vite-react": {
|
|
877
|
-
"version": "1.0.
|
|
878
|
-
"resolved": "https://registry.npmmirror.com/@lark-apaas/coding-preset-vite-react/-/coding-preset-vite-react-1.0.
|
|
879
|
-
"integrity": "sha512-
|
|
877
|
+
"version": "1.0.21",
|
|
878
|
+
"resolved": "https://registry.npmmirror.com/@lark-apaas/coding-preset-vite-react/-/coding-preset-vite-react-1.0.21.tgz",
|
|
879
|
+
"integrity": "sha512-6rXnXwA+tQZaxr4W69YyFjMzzYroGfsQX2R7SK/AB7XZK4QBWJbGEHz4OXjTnKxhRNjP4r7CznHEbR/ShzuTxg==",
|
|
880
880
|
"dev": true,
|
|
881
881
|
"license": "MIT",
|
|
882
882
|
"dependencies": {
|
|
@@ -889,10 +889,12 @@
|
|
|
889
889
|
"clsx": "^2.1.1",
|
|
890
890
|
"colorjs.io": "^0.5.2",
|
|
891
891
|
"core-js": "^3.40.0",
|
|
892
|
+
"dotenv": "^16.4.5",
|
|
892
893
|
"echarts": "^6.0.0",
|
|
893
894
|
"echarts-for-react": "^3.0.2",
|
|
894
895
|
"express": "^4.18.2",
|
|
895
896
|
"html-minifier-terser": "^7.2.0",
|
|
897
|
+
"magic-string": "~0.30.18",
|
|
896
898
|
"tailwind-merge": "^2.5.5"
|
|
897
899
|
},
|
|
898
900
|
"peerDependencies": {
|
|
@@ -5485,6 +5487,19 @@
|
|
|
5485
5487
|
"tslib": "^2.0.3"
|
|
5486
5488
|
}
|
|
5487
5489
|
},
|
|
5490
|
+
"node_modules/dotenv": {
|
|
5491
|
+
"version": "16.6.1",
|
|
5492
|
+
"resolved": "https://registry.npmmirror.com/dotenv/-/dotenv-16.6.1.tgz",
|
|
5493
|
+
"integrity": "sha512-uBq4egWHTcTt33a72vpSG0z3HnPuIl6NqYcTrKEg2azoEyl2hpW0zqlxysq2pK9HlDIHyHyakeYaYnSAwd8bow==",
|
|
5494
|
+
"dev": true,
|
|
5495
|
+
"license": "BSD-2-Clause",
|
|
5496
|
+
"engines": {
|
|
5497
|
+
"node": ">=12"
|
|
5498
|
+
},
|
|
5499
|
+
"funding": {
|
|
5500
|
+
"url": "https://dotenvx.com"
|
|
5501
|
+
}
|
|
5502
|
+
},
|
|
5488
5503
|
"node_modules/dunder-proto": {
|
|
5489
5504
|
"version": "1.0.1",
|
|
5490
5505
|
"resolved": "https://registry.npmmirror.com/dunder-proto/-/dunder-proto-1.0.1.tgz",
|
package/template/package.json
CHANGED
|
@@ -40,7 +40,7 @@
|
|
|
40
40
|
"@radix-ui/react-toggle": "^1.1.9",
|
|
41
41
|
"@radix-ui/react-toggle-group": "^1.1.10",
|
|
42
42
|
"@radix-ui/react-tooltip": "^1.1.18",
|
|
43
|
-
"@lark-apaas/client-toolkit-lite": "^1.1.
|
|
43
|
+
"@lark-apaas/client-toolkit-lite": "^1.1.27",
|
|
44
44
|
"@formkit/auto-animate": "^0.9.0",
|
|
45
45
|
"@gsap/react": "^2.1.2",
|
|
46
46
|
"framer-motion": "^12.38.0",
|
|
@@ -78,7 +78,7 @@
|
|
|
78
78
|
"@types/react": "^19",
|
|
79
79
|
"@types/react-dom": "^19",
|
|
80
80
|
"@lark-apaas/coding-presets-react": "^0.1.0",
|
|
81
|
-
"@lark-apaas/coding-preset-vite-react": "^1.0.
|
|
81
|
+
"@lark-apaas/coding-preset-vite-react": "^1.0.21",
|
|
82
82
|
"concurrently": "^9",
|
|
83
83
|
"eslint": "^9",
|
|
84
84
|
"typescript": "~5.9",
|