@rspress-theme-anatole/core 0.7.22-alpha2 → 0.7.22-alpha4
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 +106 -106
package/package.json
CHANGED
|
@@ -1,106 +1,106 @@
|
|
|
1
|
-
{
|
|
2
|
-
"name": "@rspress-theme-anatole/core",
|
|
3
|
-
"author": "Anatole Tong",
|
|
4
|
-
"version": "0.7.22-
|
|
5
|
-
"license": "MIT",
|
|
6
|
-
"sideEffects": [
|
|
7
|
-
"*.css",
|
|
8
|
-
"*.less",
|
|
9
|
-
"*.sass",
|
|
10
|
-
"*.scss",
|
|
11
|
-
"**/virtual-global-styles.js",
|
|
12
|
-
"virtual-global-styles"
|
|
13
|
-
],
|
|
14
|
-
"type": "module",
|
|
15
|
-
"exports": {
|
|
16
|
-
".": {
|
|
17
|
-
"types": "./dist/index.d.ts",
|
|
18
|
-
"import": "./dist/index.js"
|
|
19
|
-
},
|
|
20
|
-
"./dist/*": "./dist/*",
|
|
21
|
-
"./package.json": "./package.json",
|
|
22
|
-
"./theme": {
|
|
23
|
-
"default": "./theme.ts"
|
|
24
|
-
},
|
|
25
|
-
"./runtime": {
|
|
26
|
-
"default": "./runtime.ts"
|
|
27
|
-
}
|
|
28
|
-
},
|
|
29
|
-
"main": "./dist/index.js",
|
|
30
|
-
"module": "./dist/node/index.js",
|
|
31
|
-
"types": "./dist/index.d.ts",
|
|
32
|
-
"files": [
|
|
33
|
-
"dist",
|
|
34
|
-
"index.html",
|
|
35
|
-
"runtime.ts",
|
|
36
|
-
"theme.ts"
|
|
37
|
-
],
|
|
38
|
-
"dependencies": {
|
|
39
|
-
"@mdx-js/loader": "2.3.0",
|
|
40
|
-
"@mdx-js/mdx": "2.3.0",
|
|
41
|
-
"@mdx-js/react": "2.3.0",
|
|
42
|
-
"@rsbuild/core": "1.2.3",
|
|
43
|
-
"@rsbuild/plugin-less": "~1.1.0",
|
|
44
|
-
"@rsbuild/plugin-react": "~1.1.0",
|
|
45
|
-
"@rsbuild/plugin-sass": "~1.2.0",
|
|
46
|
-
"@rspress/mdx-rs": "0.6.6",
|
|
47
|
-
"enhanced-resolve": "5.18.0",
|
|
48
|
-
"github-slugger": "^2.0.0",
|
|
49
|
-
"hast-util-from-html": "^2.0.3",
|
|
50
|
-
"hast-util-heading-rank": "^2.1.1",
|
|
51
|
-
"html-to-text": "^9.0.5",
|
|
52
|
-
"htmr": "^1.0.2",
|
|
53
|
-
"lodash-es": "^4.17.21",
|
|
54
|
-
"mdast-util-mdxjs-esm": "^1.3.1",
|
|
55
|
-
"memfs": "^4.17.0",
|
|
56
|
-
"picocolors": "^1.1.1",
|
|
57
|
-
"react": "^18.3.1",
|
|
58
|
-
"react-dom": "^18.3.1",
|
|
59
|
-
"react-helmet-async": "^1.3.0",
|
|
60
|
-
"react-lazy-with-preload": "^2.2.1",
|
|
61
|
-
"react-syntax-highlighter": "^15.6.1",
|
|
62
|
-
"rehype-external-links": "^3.0.0",
|
|
63
|
-
"remark": "^14.0.3",
|
|
64
|
-
"remark-gfm": "3.0.1",
|
|
65
|
-
"rspack-plugin-virtual-module": "0.1.13",
|
|
66
|
-
"tinyglobby": "^0.2.10",
|
|
67
|
-
"unified": "^10.1.2",
|
|
68
|
-
"unist-util-visit": "^4.1.2",
|
|
69
|
-
"unist-util-visit-children": "^2.0.2",
|
|
70
|
-
"webpack": "^5.95.0",
|
|
71
|
-
"@rspress/plugin-auto-nav-sidebar": "1.43.8",
|
|
72
|
-
"@rspress-theme-anatole/plugin-container-syntax": "0.7.22-
|
|
73
|
-
"@rspress/plugin-last-updated": "1.43.8",
|
|
74
|
-
"@rspress/plugin-medium-zoom": "1.43.8",
|
|
75
|
-
"@rspress/runtime": "1.43.8",
|
|
76
|
-
"@rspress-theme-anatole/theme-default": "0.7.22-
|
|
77
|
-
"@rspress-theme-anatole/shared": "0.7.22-
|
|
78
|
-
},
|
|
79
|
-
"devDependencies": {
|
|
80
|
-
"@microsoft/api-extractor": "^7.49.2",
|
|
81
|
-
"@rslib/core": "0.5.2",
|
|
82
|
-
"@rspress-dev/plugin-preview": "link:../plugin-preview",
|
|
83
|
-
"@types/hast": "^2.3.10",
|
|
84
|
-
"@types/html-to-text": "^9.0.4",
|
|
85
|
-
"@types/jest": "~29.5.14",
|
|
86
|
-
"@types/lodash-es": "^4.17.12",
|
|
87
|
-
"@types/mdast": "^3.0.15",
|
|
88
|
-
"@types/node": "^18.11.17",
|
|
89
|
-
"@types/react": "^18.3.18",
|
|
90
|
-
"@types/react-dom": "^18.3.5",
|
|
91
|
-
"postcss": "8.5.1",
|
|
92
|
-
"rehype-stringify": "^9.0.4",
|
|
93
|
-
"remark-mdx": "2.3.0",
|
|
94
|
-
"remark-parse": "^10.0.2",
|
|
95
|
-
"remark-rehype": "^10.1.0",
|
|
96
|
-
"remark-stringify": "^10.0.3",
|
|
97
|
-
"rimraf": "^3.0.2",
|
|
98
|
-
"tailwindcss": "^3.4.17",
|
|
99
|
-
"typescript": "^5.5.3",
|
|
100
|
-
"vfile": "^5.3.7",
|
|
101
|
-
"@rspress/config": "1.0.0"
|
|
102
|
-
},
|
|
103
|
-
"publishConfig": {
|
|
104
|
-
"access": "public"
|
|
105
|
-
}
|
|
106
|
-
}
|
|
1
|
+
{
|
|
2
|
+
"name": "@rspress-theme-anatole/core",
|
|
3
|
+
"author": "Anatole Tong",
|
|
4
|
+
"version": "0.7.22-alpha4",
|
|
5
|
+
"license": "MIT",
|
|
6
|
+
"sideEffects": [
|
|
7
|
+
"*.css",
|
|
8
|
+
"*.less",
|
|
9
|
+
"*.sass",
|
|
10
|
+
"*.scss",
|
|
11
|
+
"**/virtual-global-styles.js",
|
|
12
|
+
"virtual-global-styles"
|
|
13
|
+
],
|
|
14
|
+
"type": "module",
|
|
15
|
+
"exports": {
|
|
16
|
+
".": {
|
|
17
|
+
"types": "./dist/index.d.ts",
|
|
18
|
+
"import": "./dist/index.js"
|
|
19
|
+
},
|
|
20
|
+
"./dist/*": "./dist/*",
|
|
21
|
+
"./package.json": "./package.json",
|
|
22
|
+
"./theme": {
|
|
23
|
+
"default": "./theme.ts"
|
|
24
|
+
},
|
|
25
|
+
"./runtime": {
|
|
26
|
+
"default": "./runtime.ts"
|
|
27
|
+
}
|
|
28
|
+
},
|
|
29
|
+
"main": "./dist/index.js",
|
|
30
|
+
"module": "./dist/node/index.js",
|
|
31
|
+
"types": "./dist/index.d.ts",
|
|
32
|
+
"files": [
|
|
33
|
+
"dist",
|
|
34
|
+
"index.html",
|
|
35
|
+
"runtime.ts",
|
|
36
|
+
"theme.ts"
|
|
37
|
+
],
|
|
38
|
+
"dependencies": {
|
|
39
|
+
"@mdx-js/loader": "2.3.0",
|
|
40
|
+
"@mdx-js/mdx": "2.3.0",
|
|
41
|
+
"@mdx-js/react": "2.3.0",
|
|
42
|
+
"@rsbuild/core": "1.2.3",
|
|
43
|
+
"@rsbuild/plugin-less": "~1.1.0",
|
|
44
|
+
"@rsbuild/plugin-react": "~1.1.0",
|
|
45
|
+
"@rsbuild/plugin-sass": "~1.2.0",
|
|
46
|
+
"@rspress/mdx-rs": "0.6.6",
|
|
47
|
+
"enhanced-resolve": "5.18.0",
|
|
48
|
+
"github-slugger": "^2.0.0",
|
|
49
|
+
"hast-util-from-html": "^2.0.3",
|
|
50
|
+
"hast-util-heading-rank": "^2.1.1",
|
|
51
|
+
"html-to-text": "^9.0.5",
|
|
52
|
+
"htmr": "^1.0.2",
|
|
53
|
+
"lodash-es": "^4.17.21",
|
|
54
|
+
"mdast-util-mdxjs-esm": "^1.3.1",
|
|
55
|
+
"memfs": "^4.17.0",
|
|
56
|
+
"picocolors": "^1.1.1",
|
|
57
|
+
"react": "^18.3.1",
|
|
58
|
+
"react-dom": "^18.3.1",
|
|
59
|
+
"react-helmet-async": "^1.3.0",
|
|
60
|
+
"react-lazy-with-preload": "^2.2.1",
|
|
61
|
+
"react-syntax-highlighter": "^15.6.1",
|
|
62
|
+
"rehype-external-links": "^3.0.0",
|
|
63
|
+
"remark": "^14.0.3",
|
|
64
|
+
"remark-gfm": "3.0.1",
|
|
65
|
+
"rspack-plugin-virtual-module": "0.1.13",
|
|
66
|
+
"tinyglobby": "^0.2.10",
|
|
67
|
+
"unified": "^10.1.2",
|
|
68
|
+
"unist-util-visit": "^4.1.2",
|
|
69
|
+
"unist-util-visit-children": "^2.0.2",
|
|
70
|
+
"webpack": "^5.95.0",
|
|
71
|
+
"@rspress/plugin-auto-nav-sidebar": "1.43.8",
|
|
72
|
+
"@rspress-theme-anatole/plugin-container-syntax": "0.7.22-alpha4",
|
|
73
|
+
"@rspress/plugin-last-updated": "1.43.8",
|
|
74
|
+
"@rspress/plugin-medium-zoom": "1.43.8",
|
|
75
|
+
"@rspress/runtime": "1.43.8",
|
|
76
|
+
"@rspress-theme-anatole/theme-default": "0.7.22-alpha4",
|
|
77
|
+
"@rspress-theme-anatole/shared": "0.7.22-alpha4"
|
|
78
|
+
},
|
|
79
|
+
"devDependencies": {
|
|
80
|
+
"@microsoft/api-extractor": "^7.49.2",
|
|
81
|
+
"@rslib/core": "0.5.2",
|
|
82
|
+
"@rspress-dev/plugin-preview": "link:../plugin-preview",
|
|
83
|
+
"@types/hast": "^2.3.10",
|
|
84
|
+
"@types/html-to-text": "^9.0.4",
|
|
85
|
+
"@types/jest": "~29.5.14",
|
|
86
|
+
"@types/lodash-es": "^4.17.12",
|
|
87
|
+
"@types/mdast": "^3.0.15",
|
|
88
|
+
"@types/node": "^18.11.17",
|
|
89
|
+
"@types/react": "^18.3.18",
|
|
90
|
+
"@types/react-dom": "^18.3.5",
|
|
91
|
+
"postcss": "8.5.1",
|
|
92
|
+
"rehype-stringify": "^9.0.4",
|
|
93
|
+
"remark-mdx": "2.3.0",
|
|
94
|
+
"remark-parse": "^10.0.2",
|
|
95
|
+
"remark-rehype": "^10.1.0",
|
|
96
|
+
"remark-stringify": "^10.0.3",
|
|
97
|
+
"rimraf": "^3.0.2",
|
|
98
|
+
"tailwindcss": "^3.4.17",
|
|
99
|
+
"typescript": "^5.5.3",
|
|
100
|
+
"vfile": "^5.3.7",
|
|
101
|
+
"@rspress/config": "1.0.0"
|
|
102
|
+
},
|
|
103
|
+
"publishConfig": {
|
|
104
|
+
"access": "public"
|
|
105
|
+
}
|
|
106
|
+
}
|