mirror of
https://github.com/vercel/commerce.git
synced 2025-05-12 12:47:50 +00:00
73 lines
2.0 KiB
JSON
73 lines
2.0 KiB
JSON
{
|
|
"private": true,
|
|
"packageManager": "pnpm@9.1.2",
|
|
"engines": {
|
|
"node": ">=20",
|
|
"pnpm": ">=7"
|
|
},
|
|
"scripts": {
|
|
"dev": "next dev --turbo",
|
|
"build": "next build",
|
|
"start": "next start",
|
|
"lint": "next lint",
|
|
"lint-staged": "lint-staged",
|
|
"prettier": "prettier --write --ignore-unknown .",
|
|
"prettier:check": "prettier --check --ignore-unknown .",
|
|
"test": "pnpm lint && pnpm prettier:check"
|
|
},
|
|
"git": {
|
|
"pre-commit": "lint-staged"
|
|
},
|
|
"lint-staged": {
|
|
"*": "prettier --write --ignore-unknown"
|
|
},
|
|
"dependencies": {
|
|
"@headlessui/react": "^2.1.0",
|
|
"@heroicons/react": "^2.1.3",
|
|
"@hookform/resolvers": "^3.6.0",
|
|
"@radix-ui/react-checkbox": "^1.0.4",
|
|
"@radix-ui/react-label": "^2.1.0",
|
|
"@radix-ui/react-popover": "^1.1.1",
|
|
"@radix-ui/react-slot": "^1.0.2",
|
|
"@react-pdf/renderer": "^3.4.4",
|
|
"clsx": "^2.1.0",
|
|
"geist": "^1.3.0",
|
|
"lodash.get": "^4.4.2",
|
|
"lodash.kebabcase": "^4.1.1",
|
|
"lodash.startcase": "^4.4.0",
|
|
"markdown-to-jsx": "^7.4.7",
|
|
"next": "14.2.4",
|
|
"react": "18.2.0",
|
|
"react-dom": "18.2.0",
|
|
"react-hook-form": "^7.51.5",
|
|
"react-tooltip": "^5.26.3",
|
|
"tailwind-merge": "^2.2.2",
|
|
"tailwind-variants": "^0.2.1",
|
|
"zod": "^3.23.8"
|
|
},
|
|
"devDependencies": {
|
|
"@tailwindcss/aspect-ratio": "^0.4.2",
|
|
"@tailwindcss/container-queries": "^0.1.1",
|
|
"@tailwindcss/forms": "^0.5.7",
|
|
"@tailwindcss/typography": "^0.5.11",
|
|
"@types/lodash.get": "^4.4.9",
|
|
"@types/lodash.kebabcase": "^4.1.9",
|
|
"@types/lodash.startcase": "^4.4.9",
|
|
"@types/node": "20.11.30",
|
|
"@types/react": "18.2.72",
|
|
"@types/react-dom": "18.2.22",
|
|
"@vercel/git-hooks": "^1.0.0",
|
|
"autoprefixer": "^10.4.19",
|
|
"eslint": "^8.57.0",
|
|
"eslint-config-next": "^14.2.4",
|
|
"eslint-config-prettier": "^9.1.0",
|
|
"eslint-plugin-unicorn": "^51.0.1",
|
|
"lint-staged": "^15.2.2",
|
|
"postcss": "^8.4.38",
|
|
"prettier": "3.2.5",
|
|
"prettier-plugin-tailwindcss": "^0.5.12",
|
|
"tailwindcss": "^3.4.1",
|
|
"typescript": "5.4.3"
|
|
}
|
|
}
|