mirror of
https://github.com/bolucat/Archive.git
synced 2026-04-23 00:17:16 +08:00
68 lines
1.9 KiB
JSON
68 lines
1.9 KiB
JSON
{
|
|
"name": "@nyanpasu/nyanpasu",
|
|
"version": "1.5.1",
|
|
"license": "GPL-3.0",
|
|
"type": "module",
|
|
"scripts": {
|
|
"build": "vite build",
|
|
"dev": "vite",
|
|
"serve": "vite preview"
|
|
},
|
|
"dependencies": {
|
|
"@dnd-kit/core": "6.1.0",
|
|
"@dnd-kit/sortable": "8.0.0",
|
|
"@dnd-kit/utilities": "3.2.2",
|
|
"@emotion/styled": "11.11.5",
|
|
"@generouted/react-router": "1.19.5",
|
|
"@juggle/resize-observer": "3.4.0",
|
|
"@material/material-color-utilities": "0.2.7",
|
|
"@mui/icons-material": "5.15.19",
|
|
"@mui/lab": "5.0.0-alpha.170",
|
|
"@mui/material": "5.15.19",
|
|
"@mui/x-data-grid": "7.5.1",
|
|
"@nyanpasu/interface": "workspace:^",
|
|
"@nyanpasu/ui": "workspace:^",
|
|
"@tauri-apps/api": "1.5.6",
|
|
"ahooks": "3.8.0",
|
|
"allotment": "1.20.2",
|
|
"axios": "1.7.2",
|
|
"dayjs": "1.11.11",
|
|
"framer-motion": "11.2.9",
|
|
"i18next": "23.11.5",
|
|
"jotai": "2.8.2",
|
|
"monaco-editor": "0.49.0",
|
|
"mui-color-input": "2.0.3",
|
|
"react": "18.3.1",
|
|
"react-dom": "18.3.1",
|
|
"react-error-boundary": "4.0.13",
|
|
"react-fast-marquee": "1.6.4",
|
|
"react-hook-form": "7.51.5",
|
|
"react-hook-form-mui": "7.0.0",
|
|
"react-i18next": "14.1.2",
|
|
"react-markdown": "9.0.1",
|
|
"react-router-dom": "6.23.1",
|
|
"react-transition-group": "4.4.5",
|
|
"react-virtuoso": "4.7.10",
|
|
"swr": "2.2.5",
|
|
"virtua": "0.31.0"
|
|
},
|
|
"devDependencies": {
|
|
"@emotion/babel-plugin": "11.11.0",
|
|
"@emotion/react": "11.11.4",
|
|
"@types/js-cookie": "3.0.6",
|
|
"@types/react": "18.3.3",
|
|
"@types/react-dom": "18.3.0",
|
|
"@types/react-transition-group": "4.4.10",
|
|
"@typescript-eslint/eslint-plugin": "7.11.0",
|
|
"@typescript-eslint/parser": "7.11.0",
|
|
"@vitejs/plugin-react": "4.3.0",
|
|
"sass": "1.77.3",
|
|
"shiki": "1.6.1",
|
|
"vite": "5.2.12",
|
|
"vite-plugin-monaco-editor": "1.1.3",
|
|
"vite-plugin-sass-dts": "1.3.22",
|
|
"vite-plugin-svgr": "4.2.0",
|
|
"vite-tsconfig-paths": "4.3.2"
|
|
}
|
|
}
|