mirror of
https://github.com/bolucat/Archive.git
synced 2026-04-22 16:07:49 +08:00
26 lines
633 B
JSON
26 lines
633 B
JSON
{
|
|
"name": "@nyanpasu/ui",
|
|
"version": "0.1.0",
|
|
"main": "index.ts",
|
|
"module": "index.ts",
|
|
"dependencies": {
|
|
"@material/material-color-utilities": "0.3.0",
|
|
"@mui/icons-material": "5.15.20",
|
|
"@mui/lab": "5.0.0-alpha.170",
|
|
"@mui/material": "5.15.20",
|
|
"@tauri-apps/api": "1.5.6",
|
|
"@types/d3": "7.4.3",
|
|
"@types/react": "18.3.3",
|
|
"ahooks": "3.8.0",
|
|
"d3": "7.9.0",
|
|
"framer-motion": "12.0.0-alpha.0",
|
|
"react": "18.3.1",
|
|
"react-error-boundary": "4.0.13",
|
|
"react-i18next": "14.1.2"
|
|
},
|
|
"devDependencies": {
|
|
"sass": "1.77.6",
|
|
"typescript-plugin-css-modules": "5.1.0"
|
|
}
|
|
}
|