Dashboard/package.json

27 lines
591 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": {
"react": "^18.2.0",
"react-dom": "^18.2.0",
"sass": "^1.61.0"
},
"devDependencies": {
"@types/react": "^18.0.33",
"@types/react-dom": "^18.0.11",
"@vitejs/plugin-react": "^3.1.0",
"vite": "^4.2.1"
}
}