ppanel-web/packages/ui/package.json
2024-11-15 01:39:47 +07:00

51 lines
1.4 KiB
JSON

{
"name": "@repo/ui",
"private": true,
"exports": {
"./tailwind.config": "./tailwind.config.ts",
"./utils": "./src/utils/index.ts",
"./lotties": "./src/lotties/index.tsx",
"./pro-table": "./src/pro-table/index.tsx",
"./pro-list": "./src/pro-list/index.tsx",
"./editor": "./src/editor/index.tsx",
"./*": "./src/*.tsx"
},
"scripts": {
"generate:component": "turbo gen react-component",
"lint": "eslint . --max-warnings 0"
},
"dependencies": {
"@monaco-editor/react": "^4.6.0",
"@radix-ui/react-icons": "^1.3.1",
"@shadcn/ui": "workspace:*",
"@tanstack/react-table": "^8.20.5",
"@types/react-syntax-highlighter": "^15.5.13",
"ahooks": "^3.8.1",
"katex": "^0.16.11",
"lottie-react": "^2.4.0",
"lucide-react": "^0.456.0",
"mathjs": "^13.2.2",
"react": "^18.3.1",
"react-markdown": "^9.0.1",
"react-syntax-highlighter": "^15.6.1",
"rehype-katex": "^7.0.1",
"rehype-raw": "^7.0.0",
"remark-gfm": "^4.0.0",
"remark-math": "^6.0.0",
"remark-toc": "^9.0.0"
},
"devDependencies": {
"@repo/eslint-config": "workspace:*",
"@repo/typescript-config": "workspace:*",
"@turbo/gen": "^2.2.3",
"@types/node": "^22.9.0",
"@types/react": "^18.3.12",
"@types/react-dom": "^18.3.1",
"autoprefixer": "^10.4.20",
"postcss": "^8.4.49",
"react": "^18.3.1",
"tailwindcss": "^3.4.14",
"typescript": "^5.6.3"
}
}