mirror of
https://github.com/Qortal/Q-Manager.git
synced 2025-06-14 23:11:21 +00:00
35 lines
861 B
JSON
35 lines
861 B
JSON
{
|
|
"name": "QManager",
|
|
"private": true,
|
|
"version": "0.0.0",
|
|
"type": "module",
|
|
"scripts": {
|
|
"dev": "vite",
|
|
"build": "vite build",
|
|
"preview": "vite preview"
|
|
},
|
|
"dependencies": {
|
|
"@dnd-kit/core": "^6.2.0",
|
|
"@dnd-kit/sortable": "^9.0.0",
|
|
"@emotion/styled": "^11.11.0",
|
|
"@mui/icons-material": "^5.14.18",
|
|
"@mui/material": "^5.14.18",
|
|
"@uiw/react-json-view": "^2.0.0-alpha.30",
|
|
"copy-to-clipboard": "^3.3.3",
|
|
"js-beautify": "^1.15.1",
|
|
"prettier": "^3.3.3",
|
|
"prism-react-renderer": "^2.4.0",
|
|
"react": "^18.2.0",
|
|
"react-dom": "^18.2.0",
|
|
"react-dropzone": "^14.3.5",
|
|
"react-hot-toast": "^2.4.1",
|
|
"short-unique-id": "^5.2.0"
|
|
},
|
|
"devDependencies": {
|
|
"@types/react": "^18.0.27",
|
|
"@types/react-dom": "^18.0.10",
|
|
"@vitejs/plugin-react": "^3.1.0",
|
|
"vite": "^4.5.2"
|
|
}
|
|
}
|