@lark-apaas/coding-template-vite-react 0.1.16 → 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 +3 -11
- package/template/package-lock.json +12 -26
- package/template/package.json +2 -2
package/package.json
CHANGED
|
@@ -1,12 +1,9 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@lark-apaas/coding-template-vite-react",
|
|
3
|
-
"version": "0.1.
|
|
3
|
+
"version": "0.1.17",
|
|
4
4
|
"description": "Vite + React client template for miaoda coding",
|
|
5
5
|
"type": "module",
|
|
6
|
-
"files": [
|
|
7
|
-
"template",
|
|
8
|
-
"hooks"
|
|
9
|
-
],
|
|
6
|
+
"files": ["template", "hooks"],
|
|
10
7
|
"scripts": {
|
|
11
8
|
"validate-manifest": "node ../../../scripts/validate-template.mjs .",
|
|
12
9
|
"smoke": "node ../../../scripts/smoke-template.mjs .",
|
|
@@ -16,12 +13,7 @@
|
|
|
16
13
|
"access": "public",
|
|
17
14
|
"registry": "https://registry.npmjs.org/"
|
|
18
15
|
},
|
|
19
|
-
"keywords": [
|
|
20
|
-
"miaoda",
|
|
21
|
-
"coding-template",
|
|
22
|
-
"vite",
|
|
23
|
-
"react"
|
|
24
|
-
],
|
|
16
|
+
"keywords": ["miaoda", "coding-template", "vite", "react"],
|
|
25
17
|
"license": "MIT",
|
|
26
18
|
"miaodaTemplate": {
|
|
27
19
|
"schemaVersion": 1,
|
|
@@ -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.9",
|
|
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",
|
|
@@ -70,7 +70,7 @@
|
|
|
70
70
|
},
|
|
71
71
|
"devDependencies": {
|
|
72
72
|
"@eslint/js": "^9",
|
|
73
|
-
"@lark-apaas/coding-preset-vite-react": "^1.0.
|
|
73
|
+
"@lark-apaas/coding-preset-vite-react": "^1.0.4",
|
|
74
74
|
"@lark-apaas/coding-presets": "1.0.3-alpha.0",
|
|
75
75
|
"@types/node": "^24",
|
|
76
76
|
"@types/react": "^19",
|
|
@@ -948,37 +948,32 @@
|
|
|
948
948
|
"license": "MIT"
|
|
949
949
|
},
|
|
950
950
|
"node_modules/@lark-apaas/client-capability": {
|
|
951
|
-
"version": "0.1.7
|
|
952
|
-
"resolved": "https://registry.npmmirror.com/@lark-apaas/client-capability/-/client-capability-0.1.7
|
|
953
|
-
"integrity": "sha512-
|
|
951
|
+
"version": "0.1.7",
|
|
952
|
+
"resolved": "https://registry.npmmirror.com/@lark-apaas/client-capability/-/client-capability-0.1.7.tgz",
|
|
953
|
+
"integrity": "sha512-b1SGOa6HkzaBkFdDqkwMWXedKI+wu9QZ+sOYsnOB5Ibk2nz10wHqIVRclZfwHBe0/RkzMgDswTrwV2avNhhfzA==",
|
|
954
954
|
"license": "MIT",
|
|
955
955
|
"dependencies": {
|
|
956
956
|
"@lark-apaas/internal-slardar": "^0.0.3"
|
|
957
957
|
}
|
|
958
958
|
},
|
|
959
959
|
"node_modules/@lark-apaas/client-toolkit-lite": {
|
|
960
|
-
"version": "1.1.
|
|
961
|
-
"resolved": "https://registry.npmmirror.com/@lark-apaas/client-toolkit-lite/-/client-toolkit-lite-1.1.
|
|
962
|
-
"integrity": "sha512-
|
|
960
|
+
"version": "1.1.9",
|
|
961
|
+
"resolved": "https://registry.npmmirror.com/@lark-apaas/client-toolkit-lite/-/client-toolkit-lite-1.1.9.tgz",
|
|
962
|
+
"integrity": "sha512-uYTT41+n6bZWhvrk3rNrNwyoQca9FYFj+bZGjreVTJE/Ishz52IMBX8xwinDel6Zed5gWp4OBiqiOWTz+4PdJg==",
|
|
963
963
|
"license": "MIT",
|
|
964
964
|
"dependencies": {
|
|
965
|
-
"@lark-apaas/client-capability": "0.1.7
|
|
965
|
+
"@lark-apaas/client-capability": "^0.1.7",
|
|
966
966
|
"@lark-apaas/dataloom": "^0.1.1",
|
|
967
967
|
"@lark-apaas/internal-slardar": "^0.0.3",
|
|
968
968
|
"@lark-apaas/miaoda-inspector": "^1.0.23",
|
|
969
969
|
"@lark-apaas/observable-web": "^1.0.6",
|
|
970
|
-
"@radix-ui/react-avatar": "^1.0.4",
|
|
971
970
|
"@radix-ui/react-dialog": "^1.0.5",
|
|
972
971
|
"@radix-ui/react-popover": "^1.0.7",
|
|
973
|
-
"@radix-ui/react-slot": "^1.0.2",
|
|
974
|
-
"@radix-ui/react-tooltip": "^1.0.7",
|
|
975
972
|
"axios": "^1.12.2",
|
|
976
973
|
"blueimp-md5": "^2.10.0",
|
|
977
|
-
"class-variance-authority": "^0.7.1",
|
|
978
974
|
"clsx": "^2.0.1",
|
|
979
975
|
"crypto-js": "^3.1.9-1",
|
|
980
976
|
"lodash": "^4.17.21",
|
|
981
|
-
"lucide-react": "^0.400.0",
|
|
982
977
|
"penpal": "^6.2.2",
|
|
983
978
|
"stacktrace-js": "^2.0.2",
|
|
984
979
|
"tailwind-merge": "^2.0.0"
|
|
@@ -993,15 +988,6 @@
|
|
|
993
988
|
"react-router-dom": "^6.0.0 || ^7.0.0"
|
|
994
989
|
}
|
|
995
990
|
},
|
|
996
|
-
"node_modules/@lark-apaas/client-toolkit-lite/node_modules/lucide-react": {
|
|
997
|
-
"version": "0.400.0",
|
|
998
|
-
"resolved": "https://registry.npmmirror.com/lucide-react/-/lucide-react-0.400.0.tgz",
|
|
999
|
-
"integrity": "sha512-rpp7pFHh3Xd93KHixNgB0SqThMHpYNzsGUu69UaQbSZ75Q/J3m5t6EhKyMT3m4w2WOxmJ2mY0tD3vebnXqQryQ==",
|
|
1000
|
-
"license": "ISC",
|
|
1001
|
-
"peerDependencies": {
|
|
1002
|
-
"react": "^16.5.1 || ^17.0.0 || ^18.0.0 || ^19.0.0"
|
|
1003
|
-
}
|
|
1004
|
-
},
|
|
1005
991
|
"node_modules/@lark-apaas/client-toolkit-lite/node_modules/tailwind-merge": {
|
|
1006
992
|
"version": "2.6.1",
|
|
1007
993
|
"resolved": "https://registry.npmmirror.com/tailwind-merge/-/tailwind-merge-2.6.1.tgz",
|
|
@@ -1013,9 +999,9 @@
|
|
|
1013
999
|
}
|
|
1014
1000
|
},
|
|
1015
1001
|
"node_modules/@lark-apaas/coding-preset-vite-react": {
|
|
1016
|
-
"version": "1.0.
|
|
1017
|
-
"resolved": "https://registry.npmmirror.com/@lark-apaas/coding-preset-vite-react/-/coding-preset-vite-react-1.0.
|
|
1018
|
-
"integrity": "sha512-
|
|
1002
|
+
"version": "1.0.4",
|
|
1003
|
+
"resolved": "https://registry.npmmirror.com/@lark-apaas/coding-preset-vite-react/-/coding-preset-vite-react-1.0.4.tgz",
|
|
1004
|
+
"integrity": "sha512-6Nj/XuTw7bw3MRQnvfiRMfPM40vt5AGJb2yy20u/qf9ig53+MkFwyeuFyaQ9akU6nf+bsMfbxYvh2S7kz7+rtw==",
|
|
1019
1005
|
"dev": true,
|
|
1020
1006
|
"license": "MIT",
|
|
1021
1007
|
"dependencies": {
|
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.9",
|
|
44
44
|
"@formkit/auto-animate": "^0.9.0",
|
|
45
45
|
"@gsap/react": "^2.1.2",
|
|
46
46
|
"framer-motion": "^12.38.0",
|
|
@@ -79,7 +79,7 @@
|
|
|
79
79
|
"@types/react": "^19",
|
|
80
80
|
"@types/react-dom": "^19",
|
|
81
81
|
"@lark-apaas/coding-presets": "1.0.3-alpha.0",
|
|
82
|
-
"@lark-apaas/coding-preset-vite-react": "^1.0.
|
|
82
|
+
"@lark-apaas/coding-preset-vite-react": "^1.0.4",
|
|
83
83
|
"concurrently": "^9",
|
|
84
84
|
"eslint": "^9",
|
|
85
85
|
"eslint-plugin-react-hooks": "^7",
|