{ "name": "grid-web", "private": true, "cacheDirectories": [ ".next/cache" ], "scripts": { "dev": "next dev -p 1234", "build": "next build", "start": "next start", "lint": "next lint" }, "dependencies": { "@radix-ui/react-alert-dialog": "^0.1.5", "@radix-ui/react-dialog": "^0.1.5", "@radix-ui/react-dropdown-menu": "^0.1.4", "@radix-ui/react-hover-card": "^0.1.5", "@radix-ui/react-label": "^0.1.4", "@radix-ui/react-switch": "^0.1.4", "@radix-ui/react-toggle-group": "^0.1.5", "@svgr/webpack": "^6.2.0", "@types/axios": "^0.14.0", "axios": "^0.25.0", "classnames": "^2.3.1", "lodash.clonedeep": "^4.5.0", "lodash.debounce": "^4.0.8", "meyer-reset-scss": "^2.0.4", "next": "12.0.8", "react": "17.0.2", "react-cookie": "^4.1.1", "react-dom": "^17.0.2", "react-i18next": "^11.15.3", "react-scroll": "^1.8.5", "sass": "^1.49.0", "valtio": "^1.3.0" }, "devDependencies": { "@types/lodash.clonedeep": "^4.5.6", "@types/lodash.debounce": "^4.0.6", "@types/node": "17.0.11", "@types/react": "17.0.38", "@types/react-dom": "^17.0.11", "@types/react-scroll": "^1.8.3", "eslint": "8.7.0", "eslint-config-next": "12.0.8", "eslint-plugin-valtio": "^0.4.1", "typescript": "4.5.5" } }