{ "name": "dashboard", "version": "0.1.0", "private": true, "scripts": { "dev": "next dev", "build": "next build", "start": "next start", "lint": "next lint" }, "dependencies": { "@chakra-ui/react": "^1.8.7", "@emotion/react": "^11", "@emotion/styled": "^11", "@fontsource/open-sans": "^4.5.8", "axios": "^0.26.1", "clsx": "^1.1.1", "final-form": "^4.20.6", "framer-motion": "^6", "immer": "^9.0.12", "js-cookie": "^3.0.1", "next": "12.1.6", "react": "18.1.0", "react-dom": "18.1.0", "react-final-form": "^6.5.9", "react-icons": "^4.3.1", "swr": "^1.3.0", "systeminformation": "^5.11.9", "validator": "^13.7.0", "zustand": "^3.7.2" }, "devDependencies": { "@babel/core": "^7.0.0", "@types/js-cookie": "^3.0.2", "@types/node": "17.0.31", "@types/react": "18.0.8", "@types/react-dom": "18.0.3", "@types/validator": "^13.7.2", "@typescript-eslint/eslint-plugin": "^5.18.0", "@typescript-eslint/parser": "^5.0.0", "eslint-plugin-import": "^2.25.3", "autoprefixer": "^10.4.4", "eslint": "8.12.0", "eslint-config-airbnb-typescript": "^17.0.0", "eslint-config-next": "12.1.4", "postcss": "^8.4.12", "tailwindcss": "^3.0.23", "typescript": "4.6.4" } }