@rspress-theme-anatole/theme-default
Version:
69 lines (68 loc) • 1.79 kB
JSON
{
"name": "@rspress-theme-anatole/theme-default",
"author": "Anatole Tong",
"version": "0.2.4",
"license": "MIT",
"sideEffects": [
"*.css",
"*.less",
"*.sass",
"*.scss",
"**/virtual-global-styles.js",
"virtual-global-styles",
"./src/styles/index.ts",
"./dist/index.js"
],
"type": "module",
"imports": {
"#theme/*": "./src/*"
},
"main": "./dist/index.js",
"types": "./dist/bundle.d.ts",
"dependencies": {
"@mdx-js/react": "2.3.0",
"@rspress-theme-anatole/shared": "0.2.4",
"@rspress/runtime": "1.43.8",
"body-scroll-lock": "4.0.0-beta.0",
"copy-to-clipboard": "^3.3.3",
"flexsearch": "0.7.43",
"github-slugger": "^2.0.0",
"htmr": "^1.0.2",
"lodash-es": "^4.17.21",
"nprogress": "^0.2.0",
"react": "^18.3.1",
"react-dom": "^18.3.1",
"react-helmet-async": "^1.3.0",
"react-router-dom": "6.29.0",
"react-syntax-highlighter": "^15.6.1",
"@rspress-theme-anatole/rspress-plugin-mermaid": "0.2.4"
},
"devDependencies": {
"@microsoft/api-extractor": "^7.49.2",
"@modern-js/tsconfig": "2.64.0",
"@rsbuild/plugin-react": "~1.1.0",
"@rsbuild/plugin-sass": "~1.2.0",
"@rsbuild/plugin-svgr": "^1.0.6",
"@rslib/core": "0.5.2",
"@types/body-scroll-lock": "^3.1.2",
"@types/hast": "^2.3.10",
"@types/jest": "~29.5.14",
"@types/lodash-es": "^4.17.12",
"@types/mdast": "^3.0.15",
"@types/nprogress": "^0.2.3",
"@types/react": "^18.3.18",
"@types/react-dom": "^18.3.5",
"@types/react-syntax-highlighter": "^15.5.13",
"gray-matter": "4.0.3",
"tailwindcss": "^3.4.17",
"typescript": "^5.5.3"
},
"keywords": [
"rspress",
"theme",
"rspress-theme"
],
"publishConfig": {
"access": "public"
}
}