zs_library 0.4.3 → 0.4.5

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.
Files changed (3) hide show
  1. package/dist/index.es.js +532 -528
  2. package/dist/index.umd.js +39 -39
  3. package/package.json +146 -148
package/package.json CHANGED
@@ -1,148 +1,146 @@
1
- {
2
- "name": "zs_library",
3
- "version": "0.4.3",
4
- "homepage": "https://zs-library.virs.xyz/",
5
- "bugs": {
6
- "url": "https://github.com/virzs/zs_library/issues"
7
- },
8
- "repository": {
9
- "type": "git",
10
- "url": "git+https://github.com/virzs/zs_library.git"
11
- },
12
- "license": "MIT",
13
- "author": "v",
14
- "type": "module",
15
- "exports": {
16
- ".": {
17
- "import": "./dist/index.es.js",
18
- "require": "./dist/index.umd.js",
19
- "types": "./dist/index.d.ts"
20
- },
21
- "./style.css": "./dist/zs_library.css"
22
- },
23
- "main": "dist/index.umd.js",
24
- "module": "dist/index.es.js",
25
- "types": "dist/index.d.ts",
26
- "directories": {
27
- "doc": "docs"
28
- },
29
- "files": [
30
- "dist"
31
- ],
32
- "scripts": {
33
- "build": "tsc -b && vite build",
34
- "dev": "vite",
35
- "docs:build": "vite build && rspress build",
36
- "docs:dev": "rspress dev --host 0.0.0.0 --port 4372",
37
- "docs:preview": "rspress preview",
38
- "lint": "eslint .",
39
- "prepare": "husky"
40
- },
41
- "dependencies": {
42
- "@ai-sdk/react": "^1.1.17",
43
- "@emotion/css": "^11.13.5",
44
- "@mantine/core": "^7.14.3",
45
- "@mdxeditor/editor": "^3.20.0",
46
- "@radix-ui/react-dialog": "^1.1.6",
47
- "@radix-ui/react-dropdown-menu": "^2.1.6",
48
- "@radix-ui/react-popover": "^1.1.6",
49
- "@radix-ui/react-scroll-area": "^1.2.3",
50
- "@radix-ui/react-separator": "^1.1.2",
51
- "@radix-ui/react-slot": "^1.1.2",
52
- "@radix-ui/react-tooltip": "^1.1.8",
53
- "@remixicon/react": "^4.5.0",
54
- "@tailwindcss/typography": "^0.5.16",
55
- "@tiptap/core": "^2.11.5",
56
- "@tiptap/html": "^2.11.5",
57
- "@tiptap/pm": "^2.11.5",
58
- "ahooks": "^3.8.4",
59
- "class-variance-authority": "^0.7.1",
60
- "clsx": "^2.1.1",
61
- "cmdk": "^1.0.4",
62
- "echarts": "^5.5.1",
63
- "framer-motion": "12.0.0-alpha.2",
64
- "github-markdown-css": "^5.8.1",
65
- "highlight.js": "^11.11.1",
66
- "i18next": "^24.2.2",
67
- "lint-staged": "^15.2.10",
68
- "lowlight": "^3.3.0",
69
- "lucide-react": "^0.475.0",
70
- "next-themes": "^0.4.4",
71
- "novel": "^1.0.2",
72
- "rc-dialog": "^9.6.0",
73
- "rc-dropdown": "^4.2.1",
74
- "rc-image": "^7.11.0",
75
- "rc-menu": "^9.16.1",
76
- "rc-tooltip": "^6.3.1",
77
- "react-i18next": "^15.4.0",
78
- "react-json-view": "^1.21.3",
79
- "react-markdown": "^9.0.1",
80
- "react-modal-sheet": "^3.3.0",
81
- "react-slick": "^0.30.2",
82
- "react-sortablejs": "^6.1.4",
83
- "react-syntax-highlighter": "^15.6.1",
84
- "rehype-raw": "^7.0.0",
85
- "remark-emoji": "^5.0.1",
86
- "remark-gfm": "^4.0.0",
87
- "remixicon": "^4.5.0",
88
- "slick-carousel": "^1.8.1",
89
- "sonner": "^1.7.4",
90
- "sortablejs": "^1.15.6",
91
- "tailwind-merge": "^2.5.5",
92
- "tailwindcss-animate": "^1.0.7",
93
- "tiptap-markdown": "^0.8.10",
94
- "use-debounce": "^10.0.4",
95
- "uuid": "^11.0.3"
96
- },
97
- "devDependencies": {
98
- "@commitlint/cli": "^19.6.0",
99
- "@commitlint/config-conventional": "^19.6.0",
100
- "@eslint/js": "^9.16.0",
101
- "@rspress/plugin-api-docgen": "^1.42.0",
102
- "@rspress/plugin-playground": "^1.42.0",
103
- "@rspress/plugin-preview": "^1.42.0",
104
- "@rspress/plugin-typedoc": "^1.42.0",
105
- "@types/node": "^22.10.1",
106
- "@types/react": "^19.0.1",
107
- "@types/react-dom": "^19.0.1",
108
- "@types/react-slick": "^0.23.13",
109
- "@types/react-syntax-highlighter": "^15.5.13",
110
- "@types/rollup-plugin-auto-external": "^2.0.5",
111
- "@types/uuid": "^10.0.0",
112
- "@vitejs/plugin-react": "^4.3.4",
113
- "@vitejs/plugin-react-swc": "^3.7.2",
114
- "autoprefixer": "^10.4.20",
115
- "eslint": "^9.16.0",
116
- "eslint-plugin-react-hooks": "^5.1.0",
117
- "eslint-plugin-react-refresh": "^0.4.16",
118
- "globals": "^15.13.0",
119
- "husky": "^9.1.7",
120
- "postcss": "^8.4.49",
121
- "rollup": "^4.28.1",
122
- "rollup-plugin-auto-external": "^2.0.0",
123
- "rollup-plugin-visualizer": "^5.12.0",
124
- "rspress": "^1.42.0",
125
- "tailwindcss": "^3.4.16",
126
- "ts-node": "^10.9.2",
127
- "typescript": "^5.7.2",
128
- "typescript-eslint": "^8.17.0",
129
- "vite": "^6.2.0",
130
- "vite-plugin-dts": "^4.5.0",
131
- "vite-plugin-libcss": "^1.1.1"
132
- },
133
- "publishConfig": {
134
- "access": "public"
135
- },
136
- "authors": [
137
- "virs2018@outlook.com"
138
- ],
139
- "peerDependencies": {
140
- "react": "^17.0.0 || ^18.0.0",
141
- "react-dom": "^17.0.0 || ^18.0.0"
142
- },
143
- "pnpm": {
144
- "overrides": {
145
- "tiptap-extension-global-drag-handle": "^0.1.18"
146
- }
147
- }
148
- }
1
+ {
2
+ "name": "zs_library",
3
+ "version": "0.4.5",
4
+ "homepage": "https://zs-library.virs.xyz/",
5
+ "bugs": {
6
+ "url": "https://github.com/virzs/zs_library/issues"
7
+ },
8
+ "repository": {
9
+ "type": "git",
10
+ "url": "git+https://github.com/virzs/zs_library.git"
11
+ },
12
+ "license": "MIT",
13
+ "author": "v",
14
+ "type": "module",
15
+ "exports": {
16
+ ".": {
17
+ "types": "./dist/index.d.ts",
18
+ "import": "./dist/index.es.js",
19
+ "require": "./dist/index.umd.js"
20
+ },
21
+ "./style.css": "./dist/zs_library.css"
22
+ },
23
+ "main": "dist/index.umd.js",
24
+ "module": "dist/index.es.js",
25
+ "types": "dist/index.d.ts",
26
+ "directories": {
27
+ "doc": "docs"
28
+ },
29
+ "files": [
30
+ "dist"
31
+ ],
32
+ "scripts": {
33
+ "build": "tsc -b && vite build",
34
+ "dev": "vite",
35
+ "docs:build": "vite build && rspress build",
36
+ "docs:dev": "rspress dev --host 0.0.0.0 --port 4372",
37
+ "docs:preview": "rspress preview",
38
+ "lint": "eslint .",
39
+ "prepare": "husky"
40
+ },
41
+ "dependencies": {
42
+ "@ai-sdk/react": "^1.1.17",
43
+ "@emotion/css": "^11.13.5",
44
+ "@mantine/core": "^7.14.3",
45
+ "@mdxeditor/editor": "^3.20.0",
46
+ "@radix-ui/react-dialog": "^1.1.6",
47
+ "@radix-ui/react-dropdown-menu": "^2.1.6",
48
+ "@radix-ui/react-popover": "^1.1.6",
49
+ "@radix-ui/react-scroll-area": "^1.2.3",
50
+ "@radix-ui/react-separator": "^1.1.2",
51
+ "@radix-ui/react-slot": "^1.1.2",
52
+ "@radix-ui/react-tooltip": "^1.1.8",
53
+ "@remixicon/react": "^4.5.0",
54
+ "@tailwindcss/typography": "^0.5.16",
55
+ "@tiptap/core": "^2.11.5",
56
+ "@tiptap/html": "^2.11.5",
57
+ "@tiptap/pm": "^2.11.5",
58
+ "ahooks": "^3.8.4",
59
+ "class-variance-authority": "^0.7.1",
60
+ "clsx": "^2.1.1",
61
+ "cmdk": "^1.0.4",
62
+ "echarts": "^5.5.1",
63
+ "framer-motion": "12.0.0-alpha.2",
64
+ "github-markdown-css": "^5.8.1",
65
+ "highlight.js": "^11.11.1",
66
+ "i18next": "^24.2.2",
67
+ "lint-staged": "^15.2.10",
68
+ "lowlight": "^3.3.0",
69
+ "lucide-react": "^0.475.0",
70
+ "next-themes": "^0.4.4",
71
+ "novel": "^1.0.2",
72
+ "rc-dialog": "^9.6.0",
73
+ "rc-dropdown": "^4.2.1",
74
+ "rc-image": "^7.11.0",
75
+ "rc-menu": "^9.16.1",
76
+ "rc-tooltip": "^6.3.1",
77
+ "react": "^19.1.0",
78
+ "react-dom": "^19.1.0",
79
+ "react-i18next": "^15.4.0",
80
+ "react-json-view": "^1.21.3",
81
+ "react-markdown": "^9.0.1",
82
+ "react-modal-sheet": "^3.3.0",
83
+ "react-slick": "^0.30.2",
84
+ "react-sortablejs": "^6.1.4",
85
+ "react-syntax-highlighter": "^15.6.1",
86
+ "rehype-raw": "^7.0.0",
87
+ "remark-emoji": "^5.0.1",
88
+ "remark-gfm": "^4.0.0",
89
+ "remixicon": "^4.5.0",
90
+ "slick-carousel": "^1.8.1",
91
+ "sonner": "^1.7.4",
92
+ "sortablejs": "^1.15.6",
93
+ "tailwind-merge": "^2.5.5",
94
+ "tailwindcss-animate": "^1.0.7",
95
+ "tiptap-markdown": "^0.8.10",
96
+ "use-debounce": "^10.0.4",
97
+ "uuid": "^11.0.3"
98
+ },
99
+ "devDependencies": {
100
+ "@commitlint/cli": "^19.6.0",
101
+ "@commitlint/config-conventional": "^19.6.0",
102
+ "@eslint/js": "^9.16.0",
103
+ "@rspress/plugin-api-docgen": "^1.42.0",
104
+ "@rspress/plugin-playground": "^1.42.0",
105
+ "@rspress/plugin-preview": "^1.42.0",
106
+ "@rspress/plugin-typedoc": "^1.42.0",
107
+ "@types/node": "^22.10.1",
108
+ "@types/react": "^19.0.1",
109
+ "@types/react-dom": "^19.0.1",
110
+ "@types/react-slick": "^0.23.13",
111
+ "@types/react-syntax-highlighter": "^15.5.13",
112
+ "@types/rollup-plugin-auto-external": "^2.0.5",
113
+ "@types/uuid": "^10.0.0",
114
+ "@vitejs/plugin-react": "^4.3.4",
115
+ "@vitejs/plugin-react-swc": "^3.7.2",
116
+ "autoprefixer": "^10.4.20",
117
+ "eslint": "^9.16.0",
118
+ "eslint-plugin-react-hooks": "^5.1.0",
119
+ "eslint-plugin-react-refresh": "^0.4.16",
120
+ "globals": "^15.13.0",
121
+ "husky": "^9.1.7",
122
+ "postcss": "^8.4.49",
123
+ "rollup": "^4.28.1",
124
+ "rollup-plugin-auto-external": "^2.0.0",
125
+ "rollup-plugin-visualizer": "^5.12.0",
126
+ "rspress": "^1.42.0",
127
+ "tailwindcss": "^3.4.16",
128
+ "ts-node": "^10.9.2",
129
+ "typescript": "^5.7.2",
130
+ "typescript-eslint": "^8.17.0",
131
+ "vite": "^6.2.0",
132
+ "vite-plugin-dts": "^4.5.0",
133
+ "vite-plugin-libcss": "^1.1.1"
134
+ },
135
+ "publishConfig": {
136
+ "access": "public"
137
+ },
138
+ "authors": [
139
+ "virs2018@outlook.com"
140
+ ],
141
+ "pnpm": {
142
+ "overrides": {
143
+ "tiptap-extension-global-drag-handle": "^0.1.18"
144
+ }
145
+ }
146
+ }