{ "name": "@homedisk/website", "description": "Fast and lightweight local cloud for your data written in Rust", "version": "0.0.0", "author": "MedzikUser ", "license": "GPL-3.0", "scripts": { "dev": "next dev", "build": "next build", "export": "next export", "start": "next start", "lint": "next lint" }, "dependencies": { "@babel/core": "7.18.2", "@emotion/react": "11.9.0", "@emotion/styled": "11.8.1", "@fortawesome/fontawesome-svg-core": "6.1.1", "@fortawesome/free-solid-svg-icons": "6.1.1", "@fortawesome/react-fontawesome": "0.1.18", "@mui/icons-material": "5.8.2", "@mui/material": "5.8.2", "@mui/styled-engine-sc": "5.8.0", "axios": "0.27.2", "next": "12.1.6", "react": "18.1.0", "react-cookie": "4.1.1", "react-dom": "18.1.0", "react-is": "18.1.0", "react-toastify": "9.0.3", "styled-components": "5.3.5" }, "devDependencies": { "@types/node": "17.0.31", "@types/react": "18.0.10", "@types/styled-components": "5.1.25", "eslint": "8.16.0", "eslint-config-next": "12.1.6", "typescript": "4.7.3" } }