mirror of
https://github.com/bolucat/Archive.git
synced 2025-12-24 13:28:37 +08:00
48 lines
1.2 KiB
JSON
48 lines
1.2 KiB
JSON
{
|
|
"name": "@nyanpasu/ui",
|
|
"version": "0.1.0",
|
|
"type": "module",
|
|
"exports": {
|
|
".": "./dist/index.js"
|
|
},
|
|
"main": "./dist/index.js",
|
|
"types": "./dist/index.d.ts",
|
|
"files": [
|
|
"dist"
|
|
],
|
|
"scripts": {
|
|
"build": "vite build"
|
|
},
|
|
"dependencies": {
|
|
"@material/material-color-utilities": "0.3.0",
|
|
"@mui/icons-material": "5.16.7",
|
|
"@mui/lab": "5.0.0-alpha.173",
|
|
"@mui/material": "5.16.7",
|
|
"@radix-ui/react-portal": "1.1.1",
|
|
"@radix-ui/react-scroll-area": "1.1.0",
|
|
"@tauri-apps/api": "1.6.0",
|
|
"@types/d3": "7.4.3",
|
|
"@types/react": "18.3.3",
|
|
"@vitejs/plugin-react": "4.3.1",
|
|
"ahooks": "3.8.1",
|
|
"d3": "7.9.0",
|
|
"framer-motion": "12.0.0-alpha.0",
|
|
"react": "18.3.1",
|
|
"react-error-boundary": "4.0.13",
|
|
"react-i18next": "15.0.1",
|
|
"react-use": "17.5.1",
|
|
"vite": "5.4.1",
|
|
"vite-tsconfig-paths": "5.0.1"
|
|
},
|
|
"devDependencies": {
|
|
"@emotion/react": "11.13.0",
|
|
"@types/d3-interpolate-path": "2.0.3",
|
|
"clsx": "2.1.1",
|
|
"d3-interpolate-path": "2.3.0",
|
|
"sass": "1.77.8",
|
|
"tailwind-merge": "2.5.2",
|
|
"typescript-plugin-css-modules": "5.1.0",
|
|
"vite-plugin-dts": "4.0.3"
|
|
}
|
|
}
|