Skip to content

Commit

Permalink
bruh
Browse files Browse the repository at this point in the history
  • Loading branch information
damiponce committed Aug 2, 2022
1 parent c29836d commit b145ff0
Show file tree
Hide file tree
Showing 2 changed files with 41 additions and 41 deletions.
2 changes: 1 addition & 1 deletion src/.eslintrc.json
Original file line number Diff line number Diff line change
@@ -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"
}
}
80 changes: 40 additions & 40 deletions src/package.json
Original file line number Diff line number Diff line change
@@ -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"
}
}

0 comments on commit b145ff0

Please sign in to comment.