Skip to content
This repository has been archived by the owner on Oct 15, 2023. It is now read-only.

Commit

Permalink
chore(Release): v2.0.0
Browse files Browse the repository at this point in the history
  • Loading branch information
ijsKoud committed Nov 13, 2022
1 parent 7cc1cdc commit 8ad5a4e
Show file tree
Hide file tree
Showing 2 changed files with 261 additions and 345 deletions.
29 changes: 14 additions & 15 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -12,38 +12,37 @@
"postinstall": "is-ci || husky install"
},
"dependencies": {
"@tippyjs/react": "^4.2.6",
"@types/react-dom": "^18.0.8",
"axios": "^1.1.3",
"framer-motion": "^7.5.3",
"next": "13.0.0",
"framer-motion": "^7.6.6",
"next": "13.0.3",
"next-themes": "^0.2.1",
"nprogress": "^0.2.0",
"react": "18.2.0",
"react-dom": "18.2.0"
},
"devDependencies": {
"@commitlint/cli": "^17.1.2",
"@commitlint/config-angular": "^17.1.0",
"@commitlint/cli": "^17.2.0",
"@commitlint/config-angular": "^17.2.0",
"@sapphire/eslint-config": "^4.3.8",
"@sapphire/prettier-config": "^1.4.4",
"@sapphire/ts-config": "^3.3.4",
"@types/node": "17.0.8",
"@types/node": "18.11.9",
"@types/nprogress": "^0.2.0",
"@types/react": "18.0.21",
"@typescript-eslint/eslint-plugin": "^5.40.0",
"@typescript-eslint/parser": "^5.40.0",
"@types/react": "18.0.25",
"@types/react-dom": "^18.0.8",
"@typescript-eslint/eslint-plugin": "^5.42.1",
"@typescript-eslint/parser": "^5.42.1",
"autoprefixer": "^10.4.13",
"eslint": "^8.25.0",
"eslint-config-next": "12.3.1",
"eslint": "^8.27.0",
"eslint-config-next": "13.0.3",
"eslint-config-prettier": "^8.5.0",
"eslint-plugin-prettier": "^4.2.1",
"husky": "^8.0.1",
"husky": "^8.0.2",
"is-ci": "^3.0.1",
"lint-staged": "^13.0.3",
"postcss": "^8.4.18",
"postcss": "^8.4.19",
"prettier": "^2.7.1",
"tailwindcss": "^3.2.1",
"tailwindcss": "^3.2.4",
"typescript": "4.8.4"
},
"packageManager": "[email protected]"
Expand Down
Loading

0 comments on commit 8ad5a4e

Please sign in to comment.