NitWikit/package.json

60 lines
1.7 KiB
JSON
Raw Normal View History

2024-03-23 13:25:49 +08:00
{
2024-04-04 10:58:19 +08:00
"name": "Wiki",
2024-03-23 13:25:49 +08:00
"version": "0.0.0",
"private": true,
"scripts": {
"docusaurus": "docusaurus",
"start": "docusaurus start",
"build": "docusaurus build",
"swizzle": "docusaurus swizzle",
"deploy": "docusaurus deploy",
"clear": "docusaurus clear",
"serve": "docusaurus serve",
2024-07-11 10:48:27 +08:00
"test": "docusaurus build && docusaurus serve",
2024-03-23 13:25:49 +08:00
"write-translations": "docusaurus write-translations",
2024-08-13 13:06:32 +08:00
"write-heading-ids": "docusaurus write-heading-ids",
"patch": "patch-package"
2024-03-23 13:25:49 +08:00
},
"dependencies": {
2024-08-11 19:44:39 +08:00
"@docusaurus/core": "^3.5.1",
"@docusaurus/plugin-content-docs": "^3.5.1",
"@docusaurus/plugin-debug": "^3.5.1",
2024-08-13 11:42:21 +08:00
"@docusaurus/plugin-pwa": "^3.5.1",
2024-08-11 19:44:39 +08:00
"@docusaurus/plugin-sitemap": "^3.5.1",
"@docusaurus/preset-classic": "^3.5.1",
"@docusaurus/theme-mermaid": "^3.5.1",
"@docusaurus/theme-search-algolia": "^3.5.1",
2024-04-04 10:58:19 +08:00
"@mdx-js/react": "^3.0.0",
"clsx": "^2.0.0",
2024-08-13 13:06:32 +08:00
"patch-package": "^8.0.0",
2024-04-04 10:58:19 +08:00
"prism-react-renderer": "^2.3.0",
"react": "^18.0.0",
规范化 + 修复 (#81) * 规范化 (1/2) * 链接更新 * docs(contributor): contrib-readme-action has updated readme * Move plugin.yml.md * docs(contributor): contrib-readme-action has updated readme * Rename "扩展阅读" to "杂项" * Fix links * docs(contributor): contrib-readme-action has updated readme * Rename "反作弊" * docs(contributor): contrib-readme-action has updated readme * docs(contributor): contrib-readme-action has updated readme * Move 进阶教程 to 杂项 * docs(contributor): contrib-readme-action has updated readme * docs(contributor): contrib-readme-action has updated readme * Fix * docs(contributor): contrib-readme-action has updated readme * docs(contributor): contrib-readme-action has updated readme * Fix Build * docs(contributor): contrib-readme-action has updated readme * Fix again (我谢谢你啊小杰) * docs(contributor): contrib-readme-action has updated readme * Fix * docs(contributor): contrib-readme-action has updated readme * 你个老6 * 好烦 * 你别一直触发 * 删除多余文件 * Fix #82 & Optimize * 服务器核心移动到正式开服中 * Fix Build * exp * Update * Move Script to plugin * Update * Optimize * preparation * process * start * Fix * 1 * 2 * 3 * 4 * 5 * Fix build * a * a * c * 不搞了 * a * a * c * Fix * ow * 尝试支持Velcel和Pages共同作用 * Update modules * Update * 排序 * 移动 反作弊 * Move * Move deploy * c * Fix * Correct * 排序 * move todo --------- Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
2024-06-10 10:26:44 +08:00
"react-dom": "^18.0.0"
2024-03-23 13:25:49 +08:00
},
"devDependencies": {
2024-08-11 19:44:39 +08:00
"@docusaurus/module-type-aliases": "^3.5.1",
"@docusaurus/types": "^3.5.1"
2024-03-23 13:25:49 +08:00
},
"browserslist": {
"production": [
">0.5%",
"not dead",
"not op_mini all"
],
"development": [
2024-07-11 09:58:52 +08:00
"last 1 chrome version",
"last 1 firefox version",
"last 1 safari version"
2024-03-23 13:25:49 +08:00
]
},
"engines": {
2024-04-04 10:58:19 +08:00
"node": ">=18.0"
2024-08-13 13:06:32 +08:00
},
"packageManager": "pnpm@9.5.0+sha512.140036830124618d624a2187b50d04289d5a087f326c9edfc0ccd733d76c4f52c3a313d4fc148794a2a9d81553016004e6742e8cf850670268a7387fc220c903",
"pnpm": {
"patchedDependencies": {
"@docusaurus/utils@3.5.1": "patches/@docusaurus__utils@3.5.1.patch"
}
2024-03-23 13:25:49 +08:00
}
2024-06-29 13:53:08 +08:00
}