mirror of
https://github.com/vercel/commerce.git
synced 2025-07-22 20:26:49 +00:00
Iterated with translations
This commit is contained in:
26
package.json
26
package.json
@@ -13,7 +13,8 @@
|
||||
"prettier": "prettier --write --ignore-unknown .",
|
||||
"prettier:check": "prettier --check --ignore-unknown .",
|
||||
"test": "pnpm lint && pnpm prettier:check",
|
||||
"test:e2e": "playwright test"
|
||||
"test:e2e": "playwright test",
|
||||
"analyze": "BUNDLE_ANALYZE=true next build"
|
||||
},
|
||||
"git": {
|
||||
"pre-commit": "lint-staged"
|
||||
@@ -23,25 +24,42 @@
|
||||
},
|
||||
"dependencies": {
|
||||
"@headlessui/react": "^1.7.10",
|
||||
"@next/bundle-analyzer": "^13.3.4",
|
||||
"@portabletext/react": "^3.0.0",
|
||||
"@radix-ui/react-navigation-menu": "^1.1.2",
|
||||
"@sanity/icons": "2",
|
||||
"@sanity/image-url": "^1.0.2",
|
||||
"@sanity/types": "3",
|
||||
"@sanity/ui": "1",
|
||||
"@types/styled-components": "^5.1",
|
||||
"@vercel/og": "^0.1.0",
|
||||
"class-variance-authority": "^0.6.0",
|
||||
"clsx": "^1.2.1",
|
||||
"framer-motion": "^8.4.0",
|
||||
"is-empty-iterable": "^3.0.0",
|
||||
"next": "13.3.1",
|
||||
"lucide-react": "^0.194.0",
|
||||
"next": "13.3.4",
|
||||
"next-intl": "^2.13.1",
|
||||
"next-sanity": "^4.2.0",
|
||||
"react": "18.2.0",
|
||||
"react-cookie": "^4.1.1",
|
||||
"react-dom": "18.2.0"
|
||||
"react-dom": "18.2.0",
|
||||
"sanity": "3",
|
||||
"styled-components": "^5.2",
|
||||
"tailwind-merge": "^1.12.0",
|
||||
"tailwindcss-animate": "^1.0.5"
|
||||
},
|
||||
"devDependencies": {
|
||||
"@playwright/test": "^1.31.2",
|
||||
"@tailwindcss/typography": "^0.5.9",
|
||||
"@types/negotiator": "^0.6.1",
|
||||
"@types/node": "18.13.0",
|
||||
"@types/react": "18.0.27",
|
||||
"@types/react-dom": "18.0.10",
|
||||
"@vercel/git-hooks": "^1.0.0",
|
||||
"autoprefixer": "^10.4.13",
|
||||
"eslint": "^8.35.0",
|
||||
"eslint-config-next": "^13.3.1",
|
||||
"eslint-config-next": "^13.3.4",
|
||||
"eslint-config-prettier": "^8.6.0",
|
||||
"eslint-plugin-unicorn": "^45.0.2",
|
||||
"lint-staged": "^13.1.1",
|
||||
|
Reference in New Issue
Block a user