feat(analytics): package.json

This commit is contained in:
oybek 2024-04-01 19:39:37 +04:00
parent 82b4a5d7da
commit 54a827215c
2 changed files with 476 additions and 310 deletions

View File

@ -6,7 +6,7 @@
"pnpm": ">=7" "pnpm": ">=7"
}, },
"scripts": { "scripts": {
"dev": "next dev", "dev": "next dev --turbo",
"build": "next build", "build": "next build",
"start": "next start", "start": "next start",
"lint": "next lint", "lint": "next lint",
@ -22,32 +22,32 @@
"*": "prettier --write --ignore-unknown" "*": "prettier --write --ignore-unknown"
}, },
"dependencies": { "dependencies": {
"@headlessui/react": "^1.7.17", "@headlessui/react": "^1.7.18",
"@heroicons/react": "^2.0.18", "@heroicons/react": "^2.1.3",
"@shopify/hydrogen-react": "^2024.1.0", "@shopify/hydrogen-react": "^2024.1.0",
"clsx": "^2.0.0", "clsx": "^2.1.0",
"geist": "^1.0.0", "geist": "^1.3.0",
"next": "14.0.0", "next": "14.1.4",
"react": "18.2.0", "react": "18.2.0",
"react-dom": "18.2.0" "react-dom": "18.2.0"
}, },
"devDependencies": { "devDependencies": {
"@tailwindcss/container-queries": "^0.1.1", "@tailwindcss/container-queries": "^0.1.1",
"@tailwindcss/typography": "^0.5.10", "@tailwindcss/typography": "^0.5.11",
"@types/node": "20.8.9", "@types/node": "20.11.30",
"@types/react": "18.2.33", "@types/react": "18.2.72",
"@types/react-dom": "18.2.14", "@types/react-dom": "18.2.22",
"@vercel/git-hooks": "^1.0.0", "@vercel/git-hooks": "^1.0.0",
"autoprefixer": "^10.4.16", "autoprefixer": "^10.4.19",
"eslint": "^8.52.0", "eslint": "^8.57.0",
"eslint-config-next": "^14.0.0", "eslint-config-next": "^14.1.4",
"eslint-config-prettier": "^9.0.0", "eslint-config-prettier": "^9.1.0",
"eslint-plugin-unicorn": "^48.0.1", "eslint-plugin-unicorn": "^51.0.1",
"lint-staged": "^15.0.2", "lint-staged": "^15.2.2",
"postcss": "^8.4.31", "postcss": "^8.4.38",
"prettier": "3.0.3", "prettier": "3.2.5",
"prettier-plugin-tailwindcss": "^0.5.6", "prettier-plugin-tailwindcss": "^0.5.12",
"tailwindcss": "^3.3.5", "tailwindcss": "^3.4.1",
"typescript": "5.2.2" "typescript": "5.4.3"
} }
} }

744
pnpm-lock.yaml generated

File diff suppressed because it is too large Load Diff