mirror of
https://github.com/vercel/commerce.git
synced 2025-05-14 21:47:51 +00:00
64 lines
1.7 KiB
JSON
64 lines
1.7 KiB
JSON
{
|
|
"name": "commerce",
|
|
"private": true,
|
|
"packageManager": "yarn@3.6.1",
|
|
"engines": {
|
|
"node": ">=18",
|
|
"pnpm": ">=7"
|
|
},
|
|
"scripts": {
|
|
"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 .",
|
|
"test": "pnpm lint && pnpm prettier:check"
|
|
},
|
|
"git": {
|
|
"pre-commit": "lint-staged"
|
|
},
|
|
"lint-staged": {
|
|
"*": "prettier --write --ignore-unknown"
|
|
},
|
|
"dependencies": {
|
|
"@headlessui/react": "^1.7.15",
|
|
"@heroicons/react": "^2.0.18",
|
|
"@thgh/next-gtm": "^0.1.4",
|
|
"clsx": "^2.0.0",
|
|
"date-fns": "^2.30.0",
|
|
"eslint-plugin-tailwindcss": "^3.13.0",
|
|
"eslint-plugin-unused-imports": "^3.0.0",
|
|
"js-cookie": "^3.0.5",
|
|
"negotiator": "^0.6.3",
|
|
"next": "latest",
|
|
"next-intl": "latest",
|
|
"prettier-plugin-organize-imports": "^3.2.3",
|
|
"react": "latest",
|
|
"react-dom": "latest",
|
|
"react-intersection-observer": "^9.5.2",
|
|
"react-player": "^2.12.0"
|
|
},
|
|
"devDependencies": {
|
|
"@tailwindcss/container-queries": "^0.1.1",
|
|
"@tailwindcss/typography": "^0.5.9",
|
|
"@types/js-cookie": "^3.0.3",
|
|
"@types/negotiator": "^0.6.1",
|
|
"@types/node": "20.4.4",
|
|
"@types/react": "18.2.16",
|
|
"@types/react-dom": "18.2.7",
|
|
"autoprefixer": "^10.4.14",
|
|
"eslint": "^8.45.0",
|
|
"eslint-config-next": "latest",
|
|
"eslint-config-prettier": "^8.8.0",
|
|
"eslint-plugin-unicorn": "^48.0.0",
|
|
"lint-staged": "^13.2.3",
|
|
"postcss": "^8.4.27",
|
|
"prettier": "3.0.1",
|
|
"prettier-plugin-tailwindcss": "^0.4.1",
|
|
"tailwindcss": "^3.3.3",
|
|
"typescript": "5.1.6"
|
|
}
|
|
}
|