{ "name": "drift", "version": "0.1.0", "private": true, "scripts": { "dev": "next dev --port 3001", "build": "next build", "start": "next start --port 3001", "lint": "next lint && prettier --list-different --config .prettierrc '{components,lib,pages}/**/*.{ts,tsx}' --write", "analyze": "cross-env ANALYZE=true next build", "find:unused": "next-unused" }, "dependencies": { "@geist-ui/core": "2.3.8", "@geist-ui/icons": "1.0.2", "@types/cookie": "0.5.1", "@types/js-cookie": "3.0.2", "client-zip": "2.2.1", "cookie": "0.5.0", "dotenv": "16.0.0", "js-cookie": "3.0.1", "next": "12.1.6", "next-themes": "0.2.0", "rc-table": "7.24.1", "react": "18.1.0", "react-datepicker": "4.7.0", "react-dom": "18.1.0", "react-dropzone": "12.1.0", "react-loading-skeleton": "3.1.0", "swr": "1.3.0", "textarea-markdown-editor": "0.1.13" }, "devDependencies": { "@next/bundle-analyzer": "12.1.6", "@types/node": "17.0.23", "@types/react": "18.0.9", "@types/react-datepicker": "4.4.1", "@types/react-dom": "18.0.3", "cross-env": "7.0.3", "eslint": "8.15.0", "eslint-config-next": "12.1.6", "next-unused": "0.0.6", "prettier": "2.6.2", "typescript": "4.6.4", "typescript-plugin-css-modules": "3.4.0" }, "next-unused": { "alias": { "@components": "components/", "@lib": "lib/", "@styles": "styles/" }, "include": [ "components", "lib" ] } }