@modern-js/plugin-docsite 1.0.0-rc.10 → 1.0.0-rc.11
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/CHANGELOG.md +13 -0
- package/package.json +85 -85
package/CHANGELOG.md
CHANGED
@@ -1,5 +1,18 @@
|
|
1
1
|
# @modern-js/plugin-docsite
|
2
2
|
|
3
|
+
## 1.0.0-rc.11
|
4
|
+
|
5
|
+
### Patch Changes
|
6
|
+
|
7
|
+
- 224f7fe: fix server route match
|
8
|
+
- 204c626: feat: initial
|
9
|
+
- Updated dependencies [224f7fe]
|
10
|
+
- Updated dependencies [204c626]
|
11
|
+
- @modern-js/core@1.0.0-rc.11
|
12
|
+
- @modern-js/webpack@1.0.0-rc.11
|
13
|
+
- @modern-js/plugin@1.0.0-rc.11
|
14
|
+
- @modern-js/utils@1.0.0-rc.11
|
15
|
+
|
3
16
|
## 1.0.0-rc.10
|
4
17
|
|
5
18
|
### Patch Changes
|
package/package.json
CHANGED
@@ -1,86 +1,86 @@
|
|
1
1
|
{
|
2
|
-
|
3
|
-
|
4
|
-
|
5
|
-
|
6
|
-
|
7
|
-
|
8
|
-
|
9
|
-
|
10
|
-
|
11
|
-
|
12
|
-
|
13
|
-
|
14
|
-
|
15
|
-
|
16
|
-
|
17
|
-
|
18
|
-
|
19
|
-
|
20
|
-
|
21
|
-
|
22
|
-
|
23
|
-
|
24
|
-
|
25
|
-
|
26
|
-
|
27
|
-
|
28
|
-
|
29
|
-
|
30
|
-
|
31
|
-
|
32
|
-
|
33
|
-
|
34
|
-
|
35
|
-
|
36
|
-
|
37
|
-
|
38
|
-
|
39
|
-
|
40
|
-
|
41
|
-
|
42
|
-
|
43
|
-
|
44
|
-
|
45
|
-
|
46
|
-
|
47
|
-
|
48
|
-
|
49
|
-
|
50
|
-
|
51
|
-
|
52
|
-
|
53
|
-
|
54
|
-
|
55
|
-
|
56
|
-
|
57
|
-
|
58
|
-
|
59
|
-
|
60
|
-
|
61
|
-
|
62
|
-
|
63
|
-
|
64
|
-
|
65
|
-
|
66
|
-
|
67
|
-
|
68
|
-
|
69
|
-
|
70
|
-
|
71
|
-
|
72
|
-
|
73
|
-
|
74
|
-
|
75
|
-
|
76
|
-
|
77
|
-
|
78
|
-
|
79
|
-
|
80
|
-
|
81
|
-
|
82
|
-
|
83
|
-
|
84
|
-
|
85
|
-
|
86
|
-
}
|
2
|
+
"name": "@modern-js/plugin-docsite",
|
3
|
+
"version": "1.0.0-rc.11",
|
4
|
+
"jsnext:source": "./src/index.ts",
|
5
|
+
"types": "./dist/types/index.d.ts",
|
6
|
+
"main": "./dist/js/node/index.js",
|
7
|
+
"module": "./dist/js/treeshaking/index.js",
|
8
|
+
"jsnext:modern": "./dist/js/modern/index.js",
|
9
|
+
"exports": {
|
10
|
+
".": {
|
11
|
+
"node": {
|
12
|
+
"import": "./dist/js/modern/index.js",
|
13
|
+
"require": "./dist/js/node/index.js"
|
14
|
+
},
|
15
|
+
"default": "./dist/js/treeshaking/index.js"
|
16
|
+
},
|
17
|
+
"./cli": "./dist/js/node/index.js"
|
18
|
+
},
|
19
|
+
"dependencies": {
|
20
|
+
"@babel/parser": "^7.15.2",
|
21
|
+
"@babel/runtime": "^7",
|
22
|
+
"@mdx-js/mdx": "^1.6.22",
|
23
|
+
"@mdx-js/react": "^1.6.22",
|
24
|
+
"@modern-js/core": "^1.0.0-rc.11",
|
25
|
+
"@modern-js/plugin": "^1.0.0-rc.11",
|
26
|
+
"@modern-js/utils": "^1.0.0-rc.11",
|
27
|
+
"@modern-js/webpack": "^1.0.0-rc.11",
|
28
|
+
"antd": "^4.16.13",
|
29
|
+
"chokidar": "^3.5.2",
|
30
|
+
"core-js": "^3.17.2",
|
31
|
+
"github-slugger": "^1.4.0",
|
32
|
+
"glob": "^7.1.6",
|
33
|
+
"gray-matter": "^4.0.3",
|
34
|
+
"html-webpack-plugin": "^5.3.2",
|
35
|
+
"lodash": "^4.17.21",
|
36
|
+
"mdast-util-to-string": "^2.0.0",
|
37
|
+
"path-browserify": "^1.0.1",
|
38
|
+
"prism-react-renderer": "^1.2.1",
|
39
|
+
"react": "^17",
|
40
|
+
"react-dom": "^17",
|
41
|
+
"react-live": "^2.3.0",
|
42
|
+
"react-router-dom": "^5.3.0",
|
43
|
+
"sort-paths": "^1.1.1",
|
44
|
+
"styled-components": "^5.3.1",
|
45
|
+
"unist-builder": "^2.0.3",
|
46
|
+
"unist-util-visit": "^2.0.3",
|
47
|
+
"webpack": "^5.54.0",
|
48
|
+
"webpack-dev-server": "^4.1.1"
|
49
|
+
},
|
50
|
+
"devDependencies": {
|
51
|
+
"@modern-js/module-tools-hooks": "^1.0.0-rc.11",
|
52
|
+
"@types/core-js": "^2.5.5",
|
53
|
+
"@types/github-slugger": "^1.3.0",
|
54
|
+
"@types/glob": "^7.1.4",
|
55
|
+
"@types/jest": "^26",
|
56
|
+
"@types/lodash": "^4.14.168",
|
57
|
+
"@types/node": "^14",
|
58
|
+
"@types/react": "^17",
|
59
|
+
"@types/react-dom": "^17",
|
60
|
+
"@types/webpack-dev-server": "^4.1.0",
|
61
|
+
"typescript": "^4",
|
62
|
+
"@modern-js/plugin-testing": "^1.0.0-rc.11",
|
63
|
+
"@modern-js/module-tools": "^1.0.0-rc.11"
|
64
|
+
},
|
65
|
+
"sideEffects": false,
|
66
|
+
"modernConfig": {
|
67
|
+
"output": {
|
68
|
+
"packageMode": "node-js",
|
69
|
+
"copy": [
|
70
|
+
{
|
71
|
+
"from": "static",
|
72
|
+
"to": ""
|
73
|
+
}
|
74
|
+
]
|
75
|
+
}
|
76
|
+
},
|
77
|
+
"publishConfig": {
|
78
|
+
"registry": "https://registry.npmjs.org/",
|
79
|
+
"access": "public"
|
80
|
+
},
|
81
|
+
"scripts": {
|
82
|
+
"new": "modern new",
|
83
|
+
"build": "modern build",
|
84
|
+
"test": "modern test --passWithNoTests"
|
85
|
+
}
|
86
|
+
}
|