Files
ThriveX-Admin/package.json
宇阳 6ef1271b52 chore: 移除可选依赖项
- 删除 package.json 中的 optionalDependencies 部分,移除不再需要的依赖项 "@codemod.com/cli-darwin-arm64"。
2026-03-20 21:33:05 +08:00

91 lines
2.4 KiB
JSON
Executable File

{
"name": "thrivex-admin",
"private": true,
"version": "3.0",
"type": "module",
"scripts": {
"dev": "eslint . && vite",
"build": "eslint . && vite build",
"preview": "vite preview",
"lint": "eslint ."
},
"author": {
"name": "刘宇阳",
"email": "liuyuyang1024@yeah.net",
"url": "https://liuyuyang.net"
},
"engines": {
"node": ">=20",
"npm": ">=10"
},
"dependencies": {
"@ant-design/icons": "^6.1.0",
"@bytemd/plugin-gemoji": "^1.21.0",
"@bytemd/plugin-gfm": "^1.21.0",
"@bytemd/plugin-highlight": "^1.21.0",
"@bytemd/plugin-math": "^1.21.0",
"@bytemd/react": "^1.21.0",
"@codemirror/lang-json": "^6.0.2",
"@dicebear/collection": "^7.0.0",
"@dicebear/core": "^7.0.0",
"@uiw/react-codemirror": "^4.23.14",
"@wangeditor-next/editor": "^5.6.45",
"@wangeditor-next/editor-for-react": "^1.0.10",
"antd": "^6.3.1",
"apexcharts": "^4.7.0",
"axios": "^1.7.2",
"bytemd": "^1.22.0",
"compressorjs": "^1.2.1",
"dayjs": "^1.11.13",
"echarts": "^5.6.0",
"echarts-for-react": "^3.0.2",
"eslint-plugin-react-hooks": "^5.2.0",
"file-saver": "^2.0.5",
"highlight.js": "^11.11.1",
"jszip": "^3.10.1",
"katex": "^0.16.11",
"react": "19.2.4",
"react-apexcharts": "^1.7.0",
"react-dom": "19.2.4",
"react-github-calendar": "^4.2.2",
"react-icons": "^4.12.0",
"react-masonry-css": "^1.0.16",
"react-router-dom": "^6.14.2",
"rehype-callouts": "^1.4.1",
"remark-mark-highlight": "^0.1.1",
"sass": "^1.77.8",
"unified": "^11.0.4",
"unist-util-visit": "^5.0.0",
"vite": "^7.3.1",
"vite-plugin-sass-dts": "^1.3.25",
"zustand": "^4.5.4"
},
"devDependencies": {
"@eslint/js": "^9.31.0",
"@tailwindcss/postcss": "^4.2.1",
"@types/file-saver": "^2.0.7",
"@types/hast": "^3.0.4",
"@types/react": "19.2.14",
"@types/react-dom": "19.2.3",
"@vitejs/plugin-react": "^4.0.3",
"codemod": "^1.5.4",
"eslint": "^9.31.0",
"eslint-plugin-react": "^7.37.5",
"eslint-plugin-react-refresh": "^0.4.20",
"globals": "^16.3.0",
"postcss": "^8.4.27",
"prettier": "^3.0.0",
"prettier-plugin-tailwindcss": "^0.7.2",
"tailwindcss": "^4.2.1",
"typescript-eslint": "^8.37.0"
},
"pnpm": {
"onlyBuiltDependencies": [
"@parcel/watcher",
"es5-ext",
"esbuild",
"sharp"
]
}
}