Skip to content

Commit

Permalink
πŸ‰
Browse files Browse the repository at this point in the history
  • Loading branch information
transitive-bullshit committed Apr 4, 2023
1 parent 949721a commit ea2e996
Show file tree
Hide file tree
Showing 4 changed files with 899 additions and 813 deletions.
1 change: 1 addition & 0 deletions .prettierignore
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
/.next/
16 changes: 8 additions & 8 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@
},
"dependencies": {
"clsx": "^1.2.1",
"framer-motion": "^10.9.1",
"framer-motion": "^10.10.0",
"human-number": "^2.0.1",
"next": "13.2.4",
"raf": "^3.4.1",
Expand All @@ -37,29 +37,29 @@
"remark-gfm": "^3.0.1",
"remark-parse": "^10.0.1",
"remark-rehype": "^10.1.0",
"three": "^0.150.1",
"three": "^0.151.3",
"unified": "^10.1.2",
"unstated-next": "^1.1.0"
},
"devDependencies": {
"@tailwindcss/typography": "^0.5.9",
"@trivago/prettier-plugin-sort-imports": "^4.1.1",
"@types/node": "18.15.3",
"@types/react": "18.0.28",
"@types/node": "18.15.11",
"@types/react": "18.0.33",
"@types/react-dom": "18.0.11",
"@types/three": "^0.149.0",
"@types/three": "^0.150.1",
"@vercel/analytics": "^0.1.11",
"autoprefixer": "^10.4.14",
"eslint": "8.36.0",
"eslint": "8.37.0",
"eslint-config-next": "13.2.4",
"husky": "^8.0.3",
"lint-staged": "^13.2.0",
"npm-run-all": "^4.1.5",
"postcss": "^8.4.21",
"postcss-import": "^15.1.0",
"prettier": "^2.8.7",
"tailwindcss": "^3.2.7",
"typescript": "4.9.5"
"tailwindcss": "^3.3.1",
"typescript": "5.0.3"
},
"lint-staged": {
"*.{ts,tsx}": [
Expand Down
Loading

1 comment on commit ea2e996

@vercel
Copy link

@vercel vercel bot commented on ea2e996 Apr 4, 2023

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Please sign in to comment.