zs_library 0.3.12 → 0.3.13

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 CHANGED
@@ -1,110 +1,116 @@
1
- {
2
- "name": "zs_library",
3
- "version": "0.3.12",
4
- "homepage": "https://zs-library.vercel.app",
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/style.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
- "@blocknote/core": "^0.15.6",
43
- "@blocknote/mantine": "^0.15.6",
44
- "@blocknote/react": "^0.15.6",
45
- "@codexteam/ajax": "^4.2.0",
46
- "@editorjs/dom": "^1.0.0",
47
- "@editorjs/editorjs": "^2.30.5",
48
- "@emotion/css": "^11.13.0",
49
- "@mantine/core": "^7.12.2",
50
- "@mdxeditor/editor": "^3.11.3",
51
- "@remixicon/react": "^4.2.0",
52
- "ahooks": "^3.8.1",
53
- "editorjs-drag-drop": "^1.1.14",
54
- "editorjs-undo": "^2.0.28",
55
- "framer-motion": "^11.5.4",
56
- "github-markdown-css": "^5.6.1",
57
- "lint-staged": "^15.2.10",
58
- "rc-dialog": "^9.6.0",
59
- "rc-tooltip": "^6.2.0",
60
- "react": "^18.3.1",
61
- "react-dom": "^18.3.1",
62
- "react-json-view": "^1.21.3",
63
- "react-modal-sheet": "^3.1.0",
64
- "react-slick": "^0.30.2",
65
- "react-sortablejs": "^6.1.4",
66
- "remixicon": "^4.3.0",
67
- "slick-carousel": "^1.8.1",
68
- "sortablejs": "^1.15.3",
69
- "uuid": "^10.0.0"
70
- },
71
- "devDependencies": {
72
- "@commitlint/cli": "^19.5.0",
73
- "@commitlint/config-conventional": "^19.5.0",
74
- "@eslint/js": "^9.9.0",
75
- "@rspress/plugin-playground": "^1.29.0",
76
- "@rspress/plugin-preview": "^1.30.0",
77
- "@rspress/plugin-typedoc": "^1.29.0",
78
- "@types/node": "^22.5.4",
79
- "@types/react": "^18.3.3",
80
- "@types/react-dom": "^18.3.0",
81
- "@types/react-slick": "^0.23.13",
82
- "@vitejs/plugin-react": "^4.3.1",
83
- "@vitejs/plugin-react-swc": "^3.5.0",
84
- "eslint": "^9.9.0",
85
- "eslint-plugin-react-hooks": "^5.1.0-rc.0",
86
- "eslint-plugin-react-refresh": "^0.4.9",
87
- "globals": "^15.9.0",
88
- "husky": "^9.1.6",
89
- "rollup": "^4.21.2",
90
- "rollup-plugin-auto-external": "^2.0.0",
91
- "rollup-plugin-visualizer": "^5.12.0",
92
- "rspress": "^1.29.0",
93
- "ts-node": "^10.9.2",
94
- "typescript": "^5.5.4",
95
- "typescript-eslint": "^8.0.1",
96
- "vite": "^5.4.1",
97
- "vite-plugin-dts": "^4.1.0",
98
- "vite-plugin-libcss": "^1.1.1"
99
- },
100
- "publishConfig": {
101
- "access": "public"
102
- },
103
- "authors": [
104
- "virs2018@outlook.com"
105
- ],
106
- "peerDependencies": {
107
- "react": "^17.0.0 || ^18.0.0",
108
- "react-dom": "^17.0.0 || ^18.0.0"
109
- }
110
- }
1
+ {
2
+ "name": "zs_library",
3
+ "version": "0.3.13",
4
+ "homepage": "https://zs-library.vercel.app",
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/style.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
+ "@blocknote/core": "^0.15.6",
43
+ "@blocknote/mantine": "^0.15.6",
44
+ "@blocknote/react": "^0.15.6",
45
+ "@codexteam/ajax": "^4.2.0",
46
+ "@editorjs/dom": "^1.0.0",
47
+ "@editorjs/editorjs": "^2.30.5",
48
+ "@emotion/css": "^11.13.0",
49
+ "@mantine/core": "^7.12.2",
50
+ "@mdxeditor/editor": "^3.11.3",
51
+ "@remixicon/react": "^4.2.0",
52
+ "ahooks": "^3.8.1",
53
+ "editorjs-drag-drop": "^1.1.14",
54
+ "editorjs-undo": "^2.0.28",
55
+ "framer-motion": "^11.5.4",
56
+ "github-markdown-css": "^5.6.1",
57
+ "lint-staged": "^15.2.10",
58
+ "rc-dialog": "^9.6.0",
59
+ "rc-tooltip": "^6.2.0",
60
+ "react": "^18.3.1",
61
+ "react-dom": "^18.3.1",
62
+ "react-json-view": "^1.21.3",
63
+ "react-markdown": "^9.0.1",
64
+ "react-modal-sheet": "^3.1.0",
65
+ "react-slick": "^0.30.2",
66
+ "react-sortablejs": "^6.1.4",
67
+ "react-syntax-highlighter": "^15.5.0",
68
+ "rehype-raw": "^7.0.0",
69
+ "remark-emoji": "^5.0.1",
70
+ "remark-gfm": "^4.0.0",
71
+ "remixicon": "^4.3.0",
72
+ "slick-carousel": "^1.8.1",
73
+ "sortablejs": "^1.15.3",
74
+ "uuid": "^10.0.0"
75
+ },
76
+ "devDependencies": {
77
+ "@commitlint/cli": "^19.5.0",
78
+ "@commitlint/config-conventional": "^19.5.0",
79
+ "@eslint/js": "^9.9.0",
80
+ "@rspress/plugin-playground": "^1.29.0",
81
+ "@rspress/plugin-preview": "^1.30.0",
82
+ "@rspress/plugin-typedoc": "^1.29.0",
83
+ "@types/node": "^22.5.4",
84
+ "@types/react": "^18.3.3",
85
+ "@types/react-dom": "^18.3.0",
86
+ "@types/react-slick": "^0.23.13",
87
+ "@types/react-syntax-highlighter": "^15.5.13",
88
+ "@vitejs/plugin-react": "^4.3.1",
89
+ "@vitejs/plugin-react-swc": "^3.5.0",
90
+ "eslint": "^9.9.0",
91
+ "eslint-plugin-react-hooks": "^5.1.0-rc.0",
92
+ "eslint-plugin-react-refresh": "^0.4.9",
93
+ "globals": "^15.9.0",
94
+ "husky": "^9.1.6",
95
+ "rollup": "^4.21.2",
96
+ "rollup-plugin-auto-external": "^2.0.0",
97
+ "rollup-plugin-visualizer": "^5.12.0",
98
+ "rspress": "^1.29.0",
99
+ "ts-node": "^10.9.2",
100
+ "typescript": "^5.5.4",
101
+ "typescript-eslint": "^8.0.1",
102
+ "vite": "^5.4.1",
103
+ "vite-plugin-dts": "^4.1.0",
104
+ "vite-plugin-libcss": "^1.1.1"
105
+ },
106
+ "publishConfig": {
107
+ "access": "public"
108
+ },
109
+ "authors": [
110
+ "virs2018@outlook.com"
111
+ ],
112
+ "peerDependencies": {
113
+ "react": "^17.0.0 || ^18.0.0",
114
+ "react-dom": "^17.0.0 || ^18.0.0"
115
+ }
116
+ }