Files
Archive/clash-nyanpasu/frontend/nyanpasu/package.json
T
2024-08-25 20:30:21 +02:00

69 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.13.0",
"@generouted/react-router": "1.19.6",
"@juggle/resize-observer": "3.4.0",
"@material/material-color-utilities": "0.3.0",
"@mui/icons-material": "5.16.7",
"@mui/lab": "5.0.0-alpha.173",
"@mui/material": "5.16.7",
"@nyanpasu/interface": "workspace:^",
"@nyanpasu/ui": "workspace:^",
"@tauri-apps/api": "1.6.0",
"ahooks": "3.8.1",
"allotment": "1.20.2",
"country-code-emoji": "2.3.0",
"dayjs": "1.11.13",
"framer-motion": "12.0.0-alpha.0",
"i18next": "23.14.0",
"jotai": "2.9.3",
"material-react-table": "2.13.1",
"monaco-editor": "0.51.0",
"mui-color-input": "3.0.0",
"react": "18.3.1",
"react-dom": "18.3.1",
"react-error-boundary": "4.0.13",
"react-fast-marquee": "1.6.5",
"react-hook-form-mui": "7.0.1",
"react-i18next": "15.0.1",
"react-markdown": "9.0.1",
"react-router-dom": "6.26.1",
"react-split-grid": "1.0.4",
"react-use": "17.5.1",
"swr": "2.2.5",
"virtua": "0.33.7"
},
"devDependencies": {
"@emotion/babel-plugin": "11.12.0",
"@emotion/react": "11.13.3",
"@iconify/json": "2.2.241",
"@types/react": "18.3.4",
"@types/react-dom": "18.3.0",
"@vitejs/plugin-react": "4.3.1",
"@vitejs/plugin-react-swc": "3.7.0",
"clsx": "2.1.1",
"sass": "1.77.8",
"shiki": "1.14.1",
"tailwindcss-textshadow": "2.1.3",
"unplugin-auto-import": "0.18.2",
"unplugin-icons": "0.19.2",
"vite": "5.4.2",
"vite-plugin-monaco-editor": "1.1.3",
"vite-plugin-sass-dts": "1.3.25",
"vite-plugin-svgr": "4.2.0",
"vite-tsconfig-paths": "5.0.1"
}
}