@rspress-theme-anatole/theme-default 0.7.22-alpha3 → 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 +69 -69
package/package.json
CHANGED
|
@@ -1,69 +1,69 @@
|
|
|
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
|
-
}
|
|
1
|
+
{
|
|
2
|
+
"name": "@rspress-theme-anatole/theme-default",
|
|
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
|
+
"./src/styles/index.ts",
|
|
14
|
+
"./dist/index.js"
|
|
15
|
+
],
|
|
16
|
+
"type": "module",
|
|
17
|
+
"imports": {
|
|
18
|
+
"#theme/*": "./src/*"
|
|
19
|
+
},
|
|
20
|
+
"main": "./dist/index.js",
|
|
21
|
+
"types": "./dist/bundle.d.ts",
|
|
22
|
+
"dependencies": {
|
|
23
|
+
"@mdx-js/react": "2.3.0",
|
|
24
|
+
"@rspress-theme-anatole/rspress-plugin-mermaid": "0.7.22-alpha4",
|
|
25
|
+
"@rspress-theme-anatole/shared": "0.7.22-alpha4",
|
|
26
|
+
"@rspress/runtime": "1.43.8",
|
|
27
|
+
"body-scroll-lock": "4.0.0-beta.0",
|
|
28
|
+
"copy-to-clipboard": "^3.3.3",
|
|
29
|
+
"flexsearch": "0.7.43",
|
|
30
|
+
"github-slugger": "^2.0.0",
|
|
31
|
+
"html2pdf.js": "^0.10.3",
|
|
32
|
+
"htmr": "^1.0.2",
|
|
33
|
+
"lodash-es": "^4.17.21",
|
|
34
|
+
"nprogress": "^0.2.0",
|
|
35
|
+
"react": "^18.3.1",
|
|
36
|
+
"react-dom": "^18.3.1",
|
|
37
|
+
"react-helmet-async": "^1.3.0",
|
|
38
|
+
"react-router-dom": "6.29.0",
|
|
39
|
+
"react-syntax-highlighter": "^15.6.1"
|
|
40
|
+
},
|
|
41
|
+
"devDependencies": {
|
|
42
|
+
"@microsoft/api-extractor": "^7.49.2",
|
|
43
|
+
"@modern-js/tsconfig": "2.64.0",
|
|
44
|
+
"@rsbuild/plugin-react": "~1.1.0",
|
|
45
|
+
"@rsbuild/plugin-sass": "~1.2.0",
|
|
46
|
+
"@rsbuild/plugin-svgr": "^1.0.6",
|
|
47
|
+
"@rslib/core": "0.5.2",
|
|
48
|
+
"@types/body-scroll-lock": "^3.1.2",
|
|
49
|
+
"@types/hast": "^2.3.10",
|
|
50
|
+
"@types/jest": "~29.5.14",
|
|
51
|
+
"@types/lodash-es": "^4.17.12",
|
|
52
|
+
"@types/mdast": "^3.0.15",
|
|
53
|
+
"@types/nprogress": "^0.2.3",
|
|
54
|
+
"@types/react": "^18.3.18",
|
|
55
|
+
"@types/react-dom": "^18.3.5",
|
|
56
|
+
"@types/react-syntax-highlighter": "^15.5.13",
|
|
57
|
+
"gray-matter": "4.0.3",
|
|
58
|
+
"tailwindcss": "^3.4.17",
|
|
59
|
+
"typescript": "^5.5.3"
|
|
60
|
+
},
|
|
61
|
+
"keywords": [
|
|
62
|
+
"rspress",
|
|
63
|
+
"theme",
|
|
64
|
+
"rspress-theme"
|
|
65
|
+
],
|
|
66
|
+
"publishConfig": {
|
|
67
|
+
"access": "public"
|
|
68
|
+
}
|
|
69
|
+
}
|