forked from Qortal/Q-Nodecontrol
31 lines
735 B
JSON
31 lines
735 B
JSON
{
|
|
"name": "q-nodecontrol",
|
|
"private": true,
|
|
"version": "1.0.0",
|
|
"type": "module",
|
|
"scripts": {
|
|
"dev": "vite",
|
|
"build": "tsc && vite build",
|
|
"preview": "vite preview"
|
|
},
|
|
"dependencies": {
|
|
"@emotion/react": "11.14.0",
|
|
"@emotion/styled": "11.14.0",
|
|
"@mui/icons-material": "7.0.0",
|
|
"@mui/material": "7.0.0",
|
|
"@fontsource/lato": "^5.2.5",
|
|
"react": "19.0.0",
|
|
"react-dom": "19.0.0",
|
|
"react-icons": "^5.5.0",
|
|
"react-router": "^7.4.0",
|
|
"react-router-dom": "^7.4.0",
|
|
"react-window": "^1.8.11"
|
|
},
|
|
"devDependencies": {
|
|
"@types/react": "19.0.12",
|
|
"@types/react-dom": "19.0.4",
|
|
"@vitejs/plugin-react": "4.3.4",
|
|
"typescript": "5.8.2",
|
|
"vite": "6.2.3"
|
|
}
|
|
} |