mirror of
https://github.com/bolucat/Archive.git
synced 2026-04-23 00:17:16 +08:00
94 lines
2.8 KiB
JSON
94 lines
2.8 KiB
JSON
{
|
|
"name": "@nyanpasu/nyanpasu",
|
|
"version": "2.0.0",
|
|
"license": "GPL-3.0",
|
|
"type": "module",
|
|
"scripts": {
|
|
"build": "vite build",
|
|
"bundle:visualize": "vite-bundle-visualizer",
|
|
"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.5",
|
|
"@juggle/resize-observer": "3.4.0",
|
|
"@material/material-color-utilities": "0.3.0",
|
|
"@mui/icons-material": "6.1.7",
|
|
"@mui/lab": "6.0.0-beta.15",
|
|
"@mui/material": "6.1.7",
|
|
"@nyanpasu/interface": "workspace:^",
|
|
"@nyanpasu/ui": "workspace:^",
|
|
"@tanstack/router-zod-adapter": "1.81.5",
|
|
"@tauri-apps/api": "2.1.1",
|
|
"@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.16.6",
|
|
"jotai": "2.10.3",
|
|
"json-schema": "0.4.0",
|
|
"material-react-table": "3.0.1",
|
|
"monaco-editor": "0.52.0",
|
|
"mui-color-input": "5.0.1",
|
|
"react": "rc",
|
|
"react-dom": "rc",
|
|
"react-error-boundary": "4.1.2",
|
|
"react-fast-marquee": "1.6.5",
|
|
"react-hook-form-mui": "7.4.0",
|
|
"react-i18next": "15.1.1",
|
|
"react-markdown": "9.0.1",
|
|
"react-split-grid": "1.0.4",
|
|
"react-use": "17.5.1",
|
|
"swr": "2.2.5",
|
|
"virtua": "0.36.3",
|
|
"vite-bundle-visualizer": "1.2.1"
|
|
},
|
|
"devDependencies": {
|
|
"@csstools/normalize.css": "12.1.1",
|
|
"@emotion/babel-plugin": "11.13.5",
|
|
"@emotion/react": "11.13.5",
|
|
"@iconify/json": "2.2.274",
|
|
"@monaco-editor/react": "4.6.0",
|
|
"@tanstack/react-router": "1.82.1",
|
|
"@tanstack/router-devtools": "1.82.1",
|
|
"@tanstack/router-plugin": "1.81.9",
|
|
"@tauri-apps/plugin-clipboard-manager": "2.0.0",
|
|
"@tauri-apps/plugin-dialog": "2.0.1",
|
|
"@tauri-apps/plugin-fs": "2.0.2",
|
|
"@tauri-apps/plugin-notification": "2.0.0",
|
|
"@tauri-apps/plugin-os": "2.0.0",
|
|
"@tauri-apps/plugin-process": "2.0.0",
|
|
"@tauri-apps/plugin-shell": "2.0.1",
|
|
"@tauri-apps/plugin-updater": "2.0.0",
|
|
"@types/react": "18.3.12",
|
|
"@types/react-dom": "18.3.1",
|
|
"@types/validator": "13.12.2",
|
|
"@vitejs/plugin-legacy": "5.4.3",
|
|
"@vitejs/plugin-react": "4.3.3",
|
|
"@vitejs/plugin-react-swc": "3.7.1",
|
|
"change-case": "5.4.4",
|
|
"clsx": "2.1.1",
|
|
"core-js": "3.39.0",
|
|
"filesize": "10.1.6",
|
|
"meta-json-schema": "1.18.10",
|
|
"monaco-yaml": "5.2.3",
|
|
"nanoid": "5.0.8",
|
|
"sass": "1.81.0",
|
|
"shiki": "1.23.1",
|
|
"tailwindcss-textshadow": "2.1.3",
|
|
"unplugin-auto-import": "0.18.5",
|
|
"unplugin-icons": "0.20.1",
|
|
"validator": "13.12.0",
|
|
"vite": "5.4.11",
|
|
"vite-plugin-sass-dts": "1.3.29",
|
|
"vite-plugin-svgr": "4.3.0",
|
|
"vite-tsconfig-paths": "5.1.3",
|
|
"zod": "3.23.8"
|
|
}
|
|
}
|