mirror of
https://github.com/bolucat/Archive.git
synced 2025-12-24 13:28:37 +08:00
47 lines
1.2 KiB
JSON
47 lines
1.2 KiB
JSON
{
|
|
"name": "@nyanpasu/ui",
|
|
"version": "2.0.0",
|
|
"type": "module",
|
|
"main": "./src/index.ts",
|
|
"files": [
|
|
"dist",
|
|
"src"
|
|
],
|
|
"scripts": {
|
|
"build": "vite build --sourcemap"
|
|
},
|
|
"dependencies": {
|
|
"@material/material-color-utilities": "0.3.0",
|
|
"@mui/icons-material": "7.3.5",
|
|
"@mui/lab": "7.0.0-beta.17",
|
|
"@mui/material": "7.3.5",
|
|
"@radix-ui/react-portal": "1.1.9",
|
|
"@radix-ui/react-scroll-area": "1.2.10",
|
|
"@tauri-apps/api": "2.8.0",
|
|
"@types/d3": "7.4.3",
|
|
"@types/react": "19.2.2",
|
|
"@vitejs/plugin-react": "5.1.0",
|
|
"ahooks": "3.9.6",
|
|
"d3": "7.9.0",
|
|
"framer-motion": "12.23.24",
|
|
"react": "19.2.0",
|
|
"react-dom": "19.2.0",
|
|
"react-error-boundary": "6.0.0",
|
|
"react-i18next": "15.7.4",
|
|
"react-use": "17.6.0",
|
|
"tailwindcss": "4.1.16",
|
|
"vite": "7.1.12",
|
|
"vite-tsconfig-paths": "5.1.4"
|
|
},
|
|
"devDependencies": {
|
|
"@emotion/react": "11.14.0",
|
|
"@types/d3-interpolate-path": "2.0.3",
|
|
"clsx": "2.1.1",
|
|
"d3-interpolate-path": "2.3.0",
|
|
"sass-embedded": "1.93.3",
|
|
"tailwind-merge": "3.3.1",
|
|
"typescript-plugin-css-modules": "5.2.0",
|
|
"vite-plugin-dts": "4.5.4"
|
|
}
|
|
}
|