Files
Archive/clash-nyanpasu/frontend/nyanpasu/package.json
T
2024-04-15 01:03:38 +02:00

61 lines
1.7 KiB
JSON

{
"name": "@nyanpasu/nyanpasu",
"version": "1.5.1",
"license": "GPL-3.0",
"type": "module",
"scripts": {
"dev": "vite",
"build": "vite build",
"serve": "vite preview"
},
"dependencies": {
"@dnd-kit/core": "6.1.0",
"@dnd-kit/sortable": "8.0.0",
"@dnd-kit/utilities": "3.2.2",
"@emotion/react": "11.11.4",
"@emotion/styled": "11.11.5",
"@generouted/react-router": "1.19.3",
"@juggle/resize-observer": "3.4.0",
"@mui/icons-material": "5.15.15",
"@mui/lab": "5.0.0-alpha.170",
"@mui/material": "5.15.15",
"@mui/x-data-grid": "7.2.0",
"@nyanpasu/interface": "workspace:^",
"@tauri-apps/api": "1.5.3",
"ahooks": "3.7.11",
"axios": "1.6.8",
"dayjs": "1.11.10",
"framer-motion": "11.0.28",
"i18next": "23.11.1",
"monaco-editor": "0.47.0",
"mui-color-input": "2.0.3",
"react": "18.2.0",
"react-dom": "18.2.0",
"react-error-boundary": "4.0.13",
"react-hook-form": "7.51.3",
"react-i18next": "14.1.0",
"react-markdown": "9.0.1",
"react-router-dom": "6.22.3",
"react-transition-group": "4.4.5",
"react-virtuoso": "4.7.8",
"recoil": "0.7.7",
"swr": "2.2.5"
},
"devDependencies": {
"@types/js-cookie": "3.0.6",
"@types/react": "18.2.78",
"@types/react-dom": "18.2.25",
"@types/react-transition-group": "4.4.10",
"@typescript-eslint/eslint-plugin": "7.6.0",
"@typescript-eslint/parser": "7.6.0",
"@vitejs/plugin-react": "4.2.1",
"sass": "1.75.0",
"shiki": "1.3.0",
"vite": "5.2.8",
"vite-plugin-monaco-editor": "1.1.0",
"vite-plugin-sass-dts": "1.3.17",
"vite-plugin-svgr": "4.2.0",
"vite-tsconfig-paths": "4.3.2"
}
}