mirror of
https://github.com/bolucat/Archive.git
synced 2026-04-23 00:17:16 +08:00
87 lines
2.6 KiB
JSON
87 lines
2.6 KiB
JSON
{
|
|
"name": "@nyanpasu/nyanpasu",
|
|
"version": "1.6.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": "6.0.2",
|
|
"@mui/lab": "6.0.0-beta.9",
|
|
"@mui/material": "6.0.2",
|
|
"@nyanpasu/interface": "workspace:^",
|
|
"@nyanpasu/ui": "workspace:^",
|
|
"@tauri-apps/api": "2.0.0-rc.4",
|
|
"@types/json-schema": "7.0.15",
|
|
"ahooks": "3.8.1",
|
|
"allotment": "1.20.2",
|
|
"country-code-emoji": "2.3.0",
|
|
"dayjs": "1.11.13",
|
|
"framer-motion": "12.0.0-alpha.1",
|
|
"i18next": "23.15.1",
|
|
"jotai": "2.9.3",
|
|
"json-schema": "0.4.0",
|
|
"material-react-table": "3.0.1",
|
|
"monaco-editor": "0.51.0",
|
|
"mui-color-input": "4.0.0",
|
|
"react": "rc",
|
|
"react-dom": "rc",
|
|
"react-error-boundary": "4.0.13",
|
|
"react-fast-marquee": "1.6.5",
|
|
"react-hook-form-mui": "7.2.0",
|
|
"react-i18next": "15.0.2",
|
|
"react-markdown": "9.0.1",
|
|
"react-router-dom": "6.26.2",
|
|
"react-split-grid": "1.0.4",
|
|
"react-use": "17.5.1",
|
|
"swr": "2.2.5",
|
|
"virtua": "0.34.2"
|
|
},
|
|
"devDependencies": {
|
|
"@csstools/normalize.css": "12.1.1",
|
|
"@emotion/babel-plugin": "11.12.0",
|
|
"@emotion/react": "11.13.3",
|
|
"@iconify/json": "2.2.248",
|
|
"@monaco-editor/react": "^4.6.0",
|
|
"@tauri-apps/plugin-clipboard-manager": "2.0.0-rc.2",
|
|
"@tauri-apps/plugin-dialog": "2.0.0-rc.1",
|
|
"@tauri-apps/plugin-fs": "2.0.0-rc.2",
|
|
"@tauri-apps/plugin-notification": "2.0.0-rc.1",
|
|
"@tauri-apps/plugin-os": "2.0.0-rc.1",
|
|
"@tauri-apps/plugin-process": "2.0.0-rc.1",
|
|
"@tauri-apps/plugin-shell": "2.0.0-rc.1",
|
|
"@tauri-apps/plugin-updater": "2.0.0-rc.2",
|
|
"@types/react": "18.3.5",
|
|
"@types/react-dom": "18.3.0",
|
|
"@types/validator": "^13.12.1",
|
|
"@vitejs/plugin-react": "4.3.1",
|
|
"@vitejs/plugin-react-swc": "3.7.0",
|
|
"clsx": "2.1.1",
|
|
"meta-json-schema": "1.18.8",
|
|
"monaco-yaml": "5.2.2",
|
|
"nanoid": "5.0.7",
|
|
"sass": "1.78.0",
|
|
"shiki": "1.17.6",
|
|
"tailwindcss-textshadow": "2.1.3",
|
|
"unplugin-auto-import": "0.18.3",
|
|
"unplugin-icons": "0.19.3",
|
|
"validator": "13.12.0",
|
|
"vite": "5.4.5",
|
|
"vite-plugin-monaco-editor": "1.1.3",
|
|
"vite-plugin-sass-dts": "1.3.28",
|
|
"vite-plugin-svgr": "4.2.0",
|
|
"vite-tsconfig-paths": "5.0.1",
|
|
"zod": "3.23.8"
|
|
}
|
|
}
|