markmap-plus 0.0.4 → 0.0.6

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,55 +1,55 @@
1
- {
2
- "name": "markmap-plus",
3
- "version": "0.0.4",
4
- "description": "Full markmap package",
5
- "author": "Lin Jiman <temman_lin@qq.com>",
6
- "license": "MIT",
7
- "keywords": [
8
- "markmap",
9
- "markdown",
10
- "mindmap"
11
- ],
12
- "homepage": "https://github.com/markmap/markmap/packages/markmap-view-plus#readme",
13
- "publishConfig": {
14
- "access": "public",
15
- "registry": "https://registry.npmjs.org/"
16
- },
17
- "repository": {
18
- "type": "git",
19
- "url": "git+https://github.com/markmap/markmap.git"
20
- },
21
- "scripts": {
22
- "clean": "del-cli dist tsconfig.tsbuildinfo",
23
- "build:types": "tsc",
24
- "build:js": "vite build && pnpm build:js:es",
25
- "build:js:es": "cross-env TARGET=es vite build",
26
- "build": "pnpm clean && pnpm /^build:/",
27
- "prepublishOnly": "pnpm build"
28
- },
29
- "bugs": {
30
- "url": "https://github.com/markmap/markmap/issues"
31
- },
32
- "type": "module",
33
- "main": "dist/index.js",
34
- "module": "dist/index.js",
35
- "unpkg": "dist/browser/index.js",
36
- "jsdelivr": "dist/browser/index.js",
37
- "files": [
38
- "dist"
39
- ],
40
- "typings": "dist/index.d.ts",
41
- "dependencies": {
42
- "@babel/runtime": "^7.22.6",
43
- "markmap-common": "^0.18.9",
44
- "markmap-lib": "^0.18.12",
45
- "markmap-view-plus": "^0.0.2"
46
- },
47
- "devDependencies": {
48
- "@gera2ld/jsx-dom": "^2.2.2",
49
- "@types/d3": "^7.4.0",
50
- "@types/d3-flextree": "^2.1.1",
51
- "d3-flextree": "^2.1.2",
52
- "cross-env": "^7.0.3"
53
- }
54
- }
55
-
1
+ {
2
+ "name": "markmap-plus",
3
+ "version": "0.0.6",
4
+ "description": "Full markmap package",
5
+ "author": "Lin Jiman <temman_lin@qq.com>",
6
+ "license": "MIT",
7
+ "keywords": [
8
+ "markmap",
9
+ "markdown",
10
+ "mindmap"
11
+ ],
12
+ "homepage": "https://tem-man.github.io/markmap-plus-docs",
13
+ "publishConfig": {
14
+ "access": "public",
15
+ "registry": "https://registry.npmjs.org/"
16
+ },
17
+ "repository": {
18
+ "type": "git",
19
+ "url": "git+https://github.com/Tem-man/markmap-plus.git"
20
+ },
21
+ "scripts": {
22
+ "clean": "del-cli dist tsconfig.tsbuildinfo",
23
+ "build:types": "tsc",
24
+ "build:js": "vite build && pnpm build:js:es",
25
+ "build:js:es": "cross-env TARGET=es vite build",
26
+ "build": "pnpm clean && pnpm /^build:/",
27
+ "prepublishOnly": "pnpm build"
28
+ },
29
+ "bugs": {
30
+ "url": "https://github.com/Tem-man/markmap-plus/issues"
31
+ },
32
+ "type": "module",
33
+ "main": "dist/index.js",
34
+ "module": "dist/index.js",
35
+ "unpkg": "dist/browser/index.js",
36
+ "jsdelivr": "dist/browser/index.js",
37
+ "files": [
38
+ "dist"
39
+ ],
40
+ "typings": "dist/index.d.ts",
41
+ "dependencies": {
42
+ "@babel/runtime": "^7.22.6",
43
+ "markmap-common": "^0.18.9",
44
+ "markmap-lib": "^0.18.12",
45
+ "markmap-view-plus": "^0.0.2"
46
+ },
47
+ "devDependencies": {
48
+ "@gera2ld/jsx-dom": "^2.2.2",
49
+ "@types/d3": "^7.4.0",
50
+ "@types/d3-flextree": "^2.1.1",
51
+ "cross-env": "^7.0.3",
52
+ "d3-flextree": "^2.1.2",
53
+ "terser": "^5.46.0"
54
+ }
55
+ }