panel-web/packages/ui/package.json
2024-12-19 16:58:10 +07:00

55 lines
1.5 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": {
"@dnd-kit/core": "^6.3.1",
"@dnd-kit/sortable": "^10.0.0",
"@dnd-kit/utilities": "^3.2.2",
"@monaco-editor/react": "^4.6.0",
"@radix-ui/react-icons": "^1.3.2",
"@shadcn/ui": "workspace:*",
"@tanstack/react-table": "^8.20.6",
"@types/react-syntax-highlighter": "^15.5.13",
"ahooks": "^3.8.4",
"katex": "^0.16.15",
"lottie-react": "^2.4.0",
"lucide-react": "^0.468.0",
"mathjs": "^14.0.1",
"react": "^19.0.0",
"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.3.3",
"@types/node": "^22.10.2",
"@types/react": "^19.0.1",
"@types/react-dom": "^19.0.2",
"autoprefixer": "^10.4.20",
"next": "^15.1.0",
"postcss": "^8.4.49",
"react": "^18.3.1",
"tailwindcss": "^3.4.16",
"typescript": "^5.7.2"
}
}