mirror of
https://github.com/bartvdbraak/hellob.art.git
synced 2025-04-26 17:11:21 +00:00
Bumps [eslint](https://github.com/eslint/eslint) from 8.44.0 to 8.45.0. - [Release notes](https://github.com/eslint/eslint/releases) - [Changelog](https://github.com/eslint/eslint/blob/main/CHANGELOG.md) - [Commits](https://github.com/eslint/eslint/compare/v8.44.0...v8.45.0) --- updated-dependencies: - dependency-name: eslint dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <support@github.com>
46 lines
1.2 KiB
JSON
46 lines
1.2 KiB
JSON
{
|
|
"name": "hellob.art",
|
|
"version": "0.1.0",
|
|
"private": true,
|
|
"author": {
|
|
"name": "Bart van der Braak",
|
|
"url": "https://hellob.art"
|
|
},
|
|
"scripts": {
|
|
"dev": "next dev",
|
|
"build": "next build",
|
|
"start": "next start",
|
|
"lint": "next lint",
|
|
"prepare": "husky install",
|
|
"typecheck": "tsc --noEmit",
|
|
"format:write": "prettier . --write --cache",
|
|
"format:check": "prettier . --check --cache"
|
|
},
|
|
"dependencies": {
|
|
"@t3-oss/env-nextjs": "^0.6.0",
|
|
"@tailwindcss/typography": "^0.5.9",
|
|
"@types/node": "20.4.2",
|
|
"@types/react": "18.2.15",
|
|
"@types/react-dom": "18.2.7",
|
|
"@vercel/analytics": "^1.0.1",
|
|
"autoprefixer": "10.4.14",
|
|
"class-variance-authority": "^0.7.0",
|
|
"clsx": "^2.0.0",
|
|
"eslint": "8.45.0",
|
|
"eslint-config-next": "13.4.10",
|
|
"next": "13.4.10",
|
|
"next-themes": "^0.2.1",
|
|
"postcss": "8.4.26",
|
|
"react": "18.2.0",
|
|
"react-dom": "18.2.0",
|
|
"tailwind-merge": "^1.14.0",
|
|
"tailwindcss": "3.3.3",
|
|
"tailwindcss-animate": "^1.0.6",
|
|
"typescript": "5.1.6"
|
|
},
|
|
"devDependencies": {
|
|
"@commitlint/config-conventional": "^17.6.6",
|
|
"husky": "^8.0.3",
|
|
"prettier": "2.8.8"
|
|
}
|
|
}
|