diff --git a/src/.eslintrc.json b/src/.eslintrc.json index 51d893e..5219399 100644 --- a/src/.eslintrc.json +++ b/src/.eslintrc.json @@ -1,7 +1,7 @@ { "extends": "next/core-web-vitals", "rules": { - "react-hooks/exhaustive-deps": "on", + "react-hooks/exhaustive-deps": "1", "@next/next/no-sync-scripts": "on" } } diff --git a/src/package.json b/src/package.json index c3a916e..68c3845 100644 --- a/src/package.json +++ b/src/package.json @@ -1,42 +1,42 @@ { - "name": "src", - "version": "0.1.0", - "private": true, - "scripts": { - "dev": "next dev", - "build": "next build", - "start": "next start", - "lint": "next lint" - }, - "dependencies": { - "@types/rheostat": "^3.0.2", - "@uppy/core": "^2.2.0", - "@uppy/dashboard": "^2.2.0", - "@uppy/react": "^2.2.0", - "@uppy/tus": "^2.3.0", - "@visx/stats": "^2.10.0", - "@visx/visx": "^2.10.0", - "d3": "^7.6.1", - "d3-scale": "^4.0.2", - "d3-scale-chromatic": "^3.0.0", - "fs": "^0.0.1-security", - "next": "12.1.6", - "raw-loader": "^4.0.2", - "react": "18.1.0", - "react-dom": "18.1.0", - "react-icons": "^4.4.0", - "react-range": "^1.8.14", - "react-spinners-kit": "^1.9.1", - "rheostat": "^4.1.1", - "sass": "^1.51.0" - }, - "devDependencies": { - "@types/d3-scale-chromatic": "^3.0.0", - "@types/node": "17.0.34", - "@types/react": "18.0.9", - "@types/react-dom": "18.0.4", - "eslint": "8.15.0", - "eslint-config-next": "12.1.6", - "typescript": "4.6.4" - } + "name": "src", + "version": "0.1.0", + "private": true, + "scripts": { + "dev": "next dev", + "build": "next build && next export", + "start": "next start", + "lint": "next lint" + }, + "dependencies": { + "@types/rheostat": "^3.0.2", + "@uppy/core": "^2.2.0", + "@uppy/dashboard": "^2.2.0", + "@uppy/react": "^2.2.0", + "@uppy/tus": "^2.3.0", + "@visx/stats": "^2.10.0", + "@visx/visx": "^2.10.0", + "d3": "^7.6.1", + "d3-scale": "^4.0.2", + "d3-scale-chromatic": "^3.0.0", + "fs": "^0.0.1-security", + "next": "12.1.6", + "raw-loader": "^4.0.2", + "react": "18.1.0", + "react-dom": "18.1.0", + "react-icons": "^4.4.0", + "react-range": "^1.8.14", + "react-spinners-kit": "^1.9.1", + "rheostat": "^4.1.1", + "sass": "^1.51.0" + }, + "devDependencies": { + "@types/d3-scale-chromatic": "^3.0.0", + "@types/node": "17.0.34", + "@types/react": "18.0.9", + "@types/react-dom": "18.0.4", + "eslint": "8.15.0", + "eslint-config-next": "12.1.6", + "typescript": "4.6.4" + } }