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