Skip to content

Commit

Permalink
Move things around
Browse files Browse the repository at this point in the history
  • Loading branch information
goncy committed Apr 30, 2023
1 parent c698cf6 commit d23192f
Show file tree
Hide file tree
Showing 33 changed files with 1,519 additions and 1,466 deletions.
4 changes: 4 additions & 0 deletions .eslintrc.json
Original file line number Diff line number Diff line change
Expand Up @@ -55,6 +55,10 @@
"pattern": "~/**",
"group": "external",
"position": "after"
}, {
"pattern": "@/**",
"group": "external",
"position": "after"
}],
"newlines-between": "always"
}],
Expand Down
7 changes: 6 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -15,11 +15,16 @@
"@emotion/react": "^11.10.5",
"@emotion/styled": "^11.10.5",
"axios": "^1.3.2",
"class-variance-authority": "^0.6.0",
"clsx": "^1.2.1",
"framer-motion": "^9.0.2",
"lucide-react": "^0.189.0",
"next": "^13.1.6",
"papaparse": "^5.3.2",
"react": "18.2.0",
"react-dom": "18.2.0"
"react-dom": "18.2.0",
"tailwind-merge": "^1.12.0",
"tailwindcss-animate": "^1.0.5"
},
"devDependencies": {
"@testing-library/jest-dom": "^5.16.5",
Expand Down
Loading

0 comments on commit d23192f

Please sign in to comment.