HomeDisk/website/package.json

42 lines
1.1 KiB
JSON

{
"name": "@homedisk/website",
"description": "Fast and lightweight local cloud for your data written in Rust",
"version": "0.0.0",
"author": "MedzikUser <nivua1fn@duck.com>",
"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.5",
"@emotion/react": "11.9.3",
"@emotion/styled": "11.9.3",
"@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.4",
"@mui/material": "5.8.4",
"@mui/styled-engine-sc": "5.8.0",
"axios": "0.27.2",
"next": "12.1.6",
"react": "18.2.0",
"react-cookie": "4.1.1",
"react-dom": "18.2.0",
"react-is": "18.2.0",
"react-toastify": "9.0.4",
"styled-components": "5.3.5"
},
"devDependencies": {
"@types/node": "17.0.31",
"@types/react": "18.0.12",
"@types/styled-components": "5.1.25",
"eslint": "8.17.0",
"eslint-config-next": "12.1.6",
"typescript": "4.7.3"
}
}