mirror of
https://github.com/vercel/commerce.git
synced 2025-03-14 14:42:31 +00:00
39 lines
976 B
JSON
39 lines
976 B
JSON
{
|
|
"private": true,
|
|
"engines": {
|
|
"node": ">=20",
|
|
"pnpm": ">=9"
|
|
},
|
|
"scripts": {
|
|
"dev": "next dev --turbo",
|
|
"build": "next build",
|
|
"start": "next start",
|
|
"prettier": "prettier --write --ignore-unknown .",
|
|
"prettier:check": "prettier --check --ignore-unknown .",
|
|
"test": "pnpm prettier:check"
|
|
},
|
|
"dependencies": {
|
|
"@headlessui/react": "^2.1.2",
|
|
"@heroicons/react": "^2.1.5",
|
|
"clsx": "^2.1.1",
|
|
"geist": "^1.3.1",
|
|
"next": "14.2.5",
|
|
"react": "18.3.1",
|
|
"react-dom": "18.3.1"
|
|
},
|
|
"devDependencies": {
|
|
"@tailwindcss/container-queries": "^0.1.1",
|
|
"@tailwindcss/typography": "^0.5.13",
|
|
"@types/node": "20.14.12",
|
|
"@types/react": "18.3.3",
|
|
"@types/react-dom": "18.3.0",
|
|
"@vercel/git-hooks": "^1.0.0",
|
|
"autoprefixer": "^10.4.19",
|
|
"postcss": "^8.4.39",
|
|
"prettier": "3.3.3",
|
|
"prettier-plugin-tailwindcss": "^0.6.5",
|
|
"tailwindcss": "^3.4.6",
|
|
"typescript": "5.5.4"
|
|
}
|
|
}
|