2020-09-21 14:54:16 -05:00
|
|
|
{
|
2022-02-01 14:14:05 -05:00
|
|
|
"private": true,
|
2023-07-24 21:40:29 -05:00
|
|
|
"packageManager": "pnpm@8.2.0",
|
2023-04-17 23:00:47 -04:00
|
|
|
"engines": {
|
|
|
|
"node": ">=16",
|
|
|
|
"pnpm": ">=7"
|
|
|
|
},
|
2022-02-01 14:14:05 -05:00
|
|
|
"scripts": {
|
2023-04-17 23:00:47 -04:00
|
|
|
"dev": "next dev",
|
|
|
|
"build": "next build",
|
|
|
|
"start": "next start",
|
|
|
|
"lint": "next lint",
|
|
|
|
"lint-staged": "lint-staged",
|
|
|
|
"prettier": "prettier --write --ignore-unknown .",
|
|
|
|
"prettier:check": "prettier --check --ignore-unknown .",
|
2023-07-24 21:40:29 -05:00
|
|
|
"test": "pnpm lint && pnpm prettier:check"
|
2020-10-01 20:38:40 -05:00
|
|
|
},
|
2023-04-17 23:00:47 -04:00
|
|
|
"git": {
|
|
|
|
"pre-commit": "lint-staged"
|
2020-09-29 21:41:26 -05:00
|
|
|
},
|
2023-04-17 23:00:47 -04:00
|
|
|
"lint-staged": {
|
|
|
|
"*": "prettier --write --ignore-unknown"
|
2022-02-09 10:30:59 -05:00
|
|
|
},
|
2023-04-17 23:00:47 -04:00
|
|
|
"dependencies": {
|
2023-06-06 18:36:44 -07:00
|
|
|
"@headlessui/react": "^1.7.15",
|
2023-07-24 21:40:29 -05:00
|
|
|
"@heroicons/react": "^2.0.18",
|
|
|
|
"clsx": "^2.0.0",
|
|
|
|
"next": "13.4.10",
|
2023-04-17 23:00:47 -04:00
|
|
|
"react": "18.2.0",
|
|
|
|
"react-dom": "18.2.0"
|
|
|
|
},
|
|
|
|
"devDependencies": {
|
2023-07-24 21:40:29 -05:00
|
|
|
"@tailwindcss/container-queries": "^0.1.1",
|
2023-04-17 23:00:47 -04:00
|
|
|
"@tailwindcss/typography": "^0.5.9",
|
2023-07-24 21:40:29 -05:00
|
|
|
"@types/node": "20.4.2",
|
|
|
|
"@types/react": "18.2.15",
|
|
|
|
"@types/react-dom": "18.2.7",
|
2023-04-17 23:00:47 -04:00
|
|
|
"@vercel/git-hooks": "^1.0.0",
|
2023-05-08 07:22:31 -07:00
|
|
|
"autoprefixer": "^10.4.14",
|
2023-07-24 21:40:29 -05:00
|
|
|
"eslint": "^8.45.0",
|
|
|
|
"eslint-config-next": "^13.4.10",
|
2023-05-08 07:22:31 -07:00
|
|
|
"eslint-config-prettier": "^8.8.0",
|
2023-07-24 21:40:29 -05:00
|
|
|
"eslint-plugin-unicorn": "^48.0.0",
|
2023-07-05 09:26:30 -05:00
|
|
|
"lint-staged": "^13.2.3",
|
2023-07-24 21:40:29 -05:00
|
|
|
"postcss": "^8.4.26",
|
|
|
|
"prettier": "^3.0.0",
|
|
|
|
"prettier-plugin-tailwindcss": "^0.4.1",
|
|
|
|
"tailwindcss": "^3.3.3",
|
|
|
|
"typescript": "5.1.6"
|
2023-04-17 23:00:47 -04:00
|
|
|
}
|
2020-09-21 14:54:16 -05:00
|
|
|
}
|