zs_library 0.3.9 → 0.3.10
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 +108 -107
package/package.json
CHANGED
|
@@ -1,107 +1,108 @@
|
|
|
1
|
-
{
|
|
2
|
-
"name": "zs_library",
|
|
3
|
-
"version": "0.3.
|
|
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.js"
|
|
18
|
-
|
|
19
|
-
|
|
20
|
-
|
|
21
|
-
"
|
|
22
|
-
"
|
|
23
|
-
"
|
|
24
|
-
|
|
25
|
-
|
|
26
|
-
|
|
27
|
-
|
|
28
|
-
|
|
29
|
-
|
|
30
|
-
|
|
31
|
-
"
|
|
32
|
-
"
|
|
33
|
-
"docs:
|
|
34
|
-
"docs:
|
|
35
|
-
"
|
|
36
|
-
"
|
|
37
|
-
|
|
38
|
-
|
|
39
|
-
|
|
40
|
-
"@blocknote/
|
|
41
|
-
"@blocknote/
|
|
42
|
-
"@
|
|
43
|
-
"@
|
|
44
|
-
"@editorjs/
|
|
45
|
-
"@
|
|
46
|
-
"@
|
|
47
|
-
"@
|
|
48
|
-
"@
|
|
49
|
-
"
|
|
50
|
-
"
|
|
51
|
-
"editorjs-
|
|
52
|
-
"
|
|
53
|
-
"
|
|
54
|
-
"
|
|
55
|
-
"
|
|
56
|
-
"rc-
|
|
57
|
-
"
|
|
58
|
-
"react
|
|
59
|
-
"react-
|
|
60
|
-
"react-
|
|
61
|
-
"react-
|
|
62
|
-
"react-
|
|
63
|
-
"
|
|
64
|
-
"
|
|
65
|
-
"
|
|
66
|
-
"
|
|
67
|
-
|
|
68
|
-
|
|
69
|
-
|
|
70
|
-
"@commitlint/
|
|
71
|
-
"@
|
|
72
|
-
"@
|
|
73
|
-
"@rspress/plugin-
|
|
74
|
-
"@rspress/plugin-
|
|
75
|
-
"@
|
|
76
|
-
"@types/
|
|
77
|
-
"@types/react
|
|
78
|
-
"@types/react-
|
|
79
|
-
"@
|
|
80
|
-
"@vitejs/plugin-react
|
|
81
|
-
"
|
|
82
|
-
"eslint
|
|
83
|
-
"eslint-plugin-react-
|
|
84
|
-
"
|
|
85
|
-
"
|
|
86
|
-
"
|
|
87
|
-
"rollup
|
|
88
|
-
"rollup-plugin-
|
|
89
|
-
"
|
|
90
|
-
"
|
|
91
|
-
"
|
|
92
|
-
"typescript
|
|
93
|
-
"
|
|
94
|
-
"vite
|
|
95
|
-
"vite-plugin-
|
|
96
|
-
|
|
97
|
-
|
|
98
|
-
|
|
99
|
-
|
|
100
|
-
|
|
101
|
-
|
|
102
|
-
|
|
103
|
-
|
|
104
|
-
|
|
105
|
-
"react
|
|
106
|
-
|
|
107
|
-
}
|
|
1
|
+
{
|
|
2
|
+
"name": "zs_library",
|
|
3
|
+
"version": "0.3.10",
|
|
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
|
+
}
|
|
20
|
+
},
|
|
21
|
+
"main": "dist/index.umd.js",
|
|
22
|
+
"module": "dist/index.es.js",
|
|
23
|
+
"types": "dist/index.d.ts",
|
|
24
|
+
"directories": {
|
|
25
|
+
"doc": "docs"
|
|
26
|
+
},
|
|
27
|
+
"files": [
|
|
28
|
+
"dist"
|
|
29
|
+
],
|
|
30
|
+
"scripts": {
|
|
31
|
+
"build": "tsc -b && vite build",
|
|
32
|
+
"dev": "vite",
|
|
33
|
+
"docs:build": "vite build && rspress build",
|
|
34
|
+
"docs:dev": "rspress dev --host 0.0.0.0 --port 4372",
|
|
35
|
+
"docs:preview": "rspress preview",
|
|
36
|
+
"lint": "eslint .",
|
|
37
|
+
"prepare": "husky"
|
|
38
|
+
},
|
|
39
|
+
"dependencies": {
|
|
40
|
+
"@blocknote/core": "^0.15.6",
|
|
41
|
+
"@blocknote/mantine": "^0.15.6",
|
|
42
|
+
"@blocknote/react": "^0.15.6",
|
|
43
|
+
"@codexteam/ajax": "^4.2.0",
|
|
44
|
+
"@editorjs/dom": "^1.0.0",
|
|
45
|
+
"@editorjs/editorjs": "^2.30.5",
|
|
46
|
+
"@emotion/css": "^11.13.0",
|
|
47
|
+
"@mantine/core": "^7.12.2",
|
|
48
|
+
"@mdxeditor/editor": "^3.11.3",
|
|
49
|
+
"@remixicon/react": "^4.2.0",
|
|
50
|
+
"ahooks": "^3.8.1",
|
|
51
|
+
"editorjs-drag-drop": "^1.1.14",
|
|
52
|
+
"editorjs-undo": "^2.0.28",
|
|
53
|
+
"framer-motion": "^11.5.4",
|
|
54
|
+
"github-markdown-css": "^5.6.1",
|
|
55
|
+
"lint-staged": "^15.2.10",
|
|
56
|
+
"rc-dialog": "^9.6.0",
|
|
57
|
+
"rc-tooltip": "^6.2.0",
|
|
58
|
+
"react": "^18.3.1",
|
|
59
|
+
"react-dom": "^18.3.1",
|
|
60
|
+
"react-json-view": "^1.21.3",
|
|
61
|
+
"react-modal-sheet": "^3.1.0",
|
|
62
|
+
"react-slick": "^0.30.2",
|
|
63
|
+
"react-sortablejs": "^6.1.4",
|
|
64
|
+
"remixicon": "^4.3.0",
|
|
65
|
+
"slick-carousel": "^1.8.1",
|
|
66
|
+
"sortablejs": "^1.15.3",
|
|
67
|
+
"uuid": "^10.0.0"
|
|
68
|
+
},
|
|
69
|
+
"devDependencies": {
|
|
70
|
+
"@commitlint/cli": "^19.5.0",
|
|
71
|
+
"@commitlint/config-conventional": "^19.5.0",
|
|
72
|
+
"@eslint/js": "^9.9.0",
|
|
73
|
+
"@rspress/plugin-playground": "^1.29.0",
|
|
74
|
+
"@rspress/plugin-preview": "^1.30.0",
|
|
75
|
+
"@rspress/plugin-typedoc": "^1.29.0",
|
|
76
|
+
"@types/node": "^22.5.4",
|
|
77
|
+
"@types/react": "^18.3.3",
|
|
78
|
+
"@types/react-dom": "^18.3.0",
|
|
79
|
+
"@types/react-slick": "^0.23.13",
|
|
80
|
+
"@vitejs/plugin-react": "^4.3.1",
|
|
81
|
+
"@vitejs/plugin-react-swc": "^3.5.0",
|
|
82
|
+
"eslint": "^9.9.0",
|
|
83
|
+
"eslint-plugin-react-hooks": "^5.1.0-rc.0",
|
|
84
|
+
"eslint-plugin-react-refresh": "^0.4.9",
|
|
85
|
+
"globals": "^15.9.0",
|
|
86
|
+
"husky": "^9.1.6",
|
|
87
|
+
"rollup": "^4.21.2",
|
|
88
|
+
"rollup-plugin-auto-external": "^2.0.0",
|
|
89
|
+
"rollup-plugin-visualizer": "^5.12.0",
|
|
90
|
+
"rspress": "^1.29.0",
|
|
91
|
+
"ts-node": "^10.9.2",
|
|
92
|
+
"typescript": "^5.5.4",
|
|
93
|
+
"typescript-eslint": "^8.0.1",
|
|
94
|
+
"vite": "^5.4.1",
|
|
95
|
+
"vite-plugin-dts": "^4.1.0",
|
|
96
|
+
"vite-plugin-libcss": "^1.1.1"
|
|
97
|
+
},
|
|
98
|
+
"publishConfig": {
|
|
99
|
+
"access": "public"
|
|
100
|
+
},
|
|
101
|
+
"authors": [
|
|
102
|
+
"virs2018@outlook.com"
|
|
103
|
+
],
|
|
104
|
+
"peerDependencies": {
|
|
105
|
+
"react": "^17.0.0 || ^18.0.0",
|
|
106
|
+
"react-dom": "^17.0.0 || ^18.0.0"
|
|
107
|
+
}
|
|
108
|
+
}
|