-
Notifications
You must be signed in to change notification settings - Fork 57
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
6 changed files
with
649 additions
and
2,463 deletions.
There are no files selected for viewing
This file was deleted.
Oops, something went wrong.
This file was deleted.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,47 +1,29 @@ | ||
{ | ||
"private": true, | ||
"packageManager": "[email protected]", | ||
"scripts": { | ||
"build": "next build", | ||
"dev": "next dev --turbo", | ||
"lint": "next lint", | ||
"lint-staged": "lint-staged", | ||
"prettier": "prettier --write --ignore-unknown .", | ||
"prettier:check": "prettier --check --ignore-unknown .", | ||
"start": "next start", | ||
"test": "pnpm prettier:check && pnpm lint" | ||
}, | ||
"git": { | ||
"pre-commit": "lint-staged" | ||
}, | ||
"lint-staged": { | ||
"*": "prettier --write --ignore-unknown" | ||
"start": "next start" | ||
}, | ||
"dependencies": { | ||
"@heroicons/react": "2.1.1", | ||
"clsx": "2.1.0", | ||
"date-fns": "3.1.0", | ||
"@heroicons/react": "2.1.5", | ||
"clsx": "2.1.1", | ||
"date-fns": "3.6.0", | ||
"dinero.js": "2.0.0-alpha.8", | ||
"geist": "1.2.0", | ||
"next": "14.0.5-canary.42", | ||
"react": "18.2.0", | ||
"react-dom": "18.2.0" | ||
"geist": "1.3.1", | ||
"next": "15.0.0-canary.67", | ||
"react": "19.0.0-rc-8b08e99e-20240713", | ||
"react-dom": "19.0.0-rc-8b08e99e-20240713" | ||
}, | ||
"devDependencies": { | ||
"@tailwindcss/forms": "0.5.7", | ||
"@tailwindcss/typography": "0.5.10", | ||
"@types/node": "20.10.7", | ||
"@types/react": "18.2.47", | ||
"@types/react-dom": "18.2.18", | ||
"@vercel/git-hooks": "1.0.0", | ||
"autoprefixer": "10.4.16", | ||
"eslint": "8.56.0", | ||
"eslint-config-next": "14.0.4", | ||
"lint-staged": "15.2.0", | ||
"postcss": "8.4.33", | ||
"prettier": "3.1.1", | ||
"prettier-plugin-tailwindcss": "0.5.11", | ||
"tailwindcss": "3.4.1", | ||
"typescript": "5.3.3" | ||
"@tailwindcss/typography": "0.5.13", | ||
"@types/node": "20.14.10", | ||
"@types/react": "18.3.3", | ||
"@types/react-dom": "18.3.0", | ||
"autoprefixer": "10.4.19", | ||
"postcss": "8.4.39", | ||
"tailwindcss": "3.4.5", | ||
"typescript": "5.5.3" | ||
} | ||
} |
Oops, something went wrong.