Files
Archive/clash-nyanpasu/frontend/nyanpasu/package.json
2024-07-07 20:30:33 +02:00

72 lines
2.1 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.3.0",
"@mui/icons-material": "5.16.0",
"@mui/lab": "5.0.0-alpha.171",
"@mui/material": "5.16.0",
"@mui/x-data-grid": "7.9.0",
"@nyanpasu/interface": "workspace:^",
"@nyanpasu/ui": "workspace:^",
"@tauri-apps/api": "1.6.0",
"ahooks": "3.8.0",
"allotment": "1.20.2",
"axios": "1.7.2",
"dayjs": "1.11.11",
"framer-motion": "12.0.0-alpha.0",
"i18next": "23.11.5",
"jotai": "2.8.4",
"monaco-editor": "0.50.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.5",
"react-hook-form": "7.52.1",
"react-hook-form-mui": "7.0.1",
"react-i18next": "14.1.2",
"react-markdown": "9.0.1",
"react-router-dom": "6.24.1",
"react-transition-group": "4.4.5",
"react-virtuoso": "4.7.10",
"swr": "2.2.5",
"virtua": "0.33.2"
},
"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.15.0",
"@typescript-eslint/parser": "7.15.0",
"@vitejs/plugin-react": "4.3.1",
"@vitejs/plugin-react-swc": "3.7.0",
"clsx": "2.1.1",
"react-resizable-panels": "2.0.20",
"sass": "1.77.6",
"shiki": "1.10.2",
"tailwindcss-textshadow": "2.1.3",
"vite": "5.3.3",
"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"
}
}