31 lines
742 B
JSON
31 lines
742 B
JSON
{
|
|
"name": "dashboard",
|
|
"version": "1.0.0",
|
|
"description": "The LicenseAPI Dashboard",
|
|
"repository": "https://github.com/LicenseAPI/Dashboard.git",
|
|
"author": "LicenseAPI",
|
|
"license": "MIT",
|
|
"private": true,
|
|
"type": "module",
|
|
"scripts": {
|
|
"dev": "vite",
|
|
"build": "vite build",
|
|
"preview": "vite preview"
|
|
},
|
|
"dependencies": {
|
|
"@emotion/react": "^11.11.1",
|
|
"@emotion/styled": "^11.11.0",
|
|
"@fontsource/inter": "^5.0.5",
|
|
"@mui/icons-material": "^5.14.1",
|
|
"@mui/material": "^5.13.7",
|
|
"react": "^18.2.0",
|
|
"react-dom": "^18.2.0"
|
|
},
|
|
"devDependencies": {
|
|
"@types/react": "^18.0.33",
|
|
"@types/react-dom": "^18.0.11",
|
|
"@vitejs/plugin-react": "^3.1.0",
|
|
"vite": "^4.2.1"
|
|
}
|
|
}
|