70 lines
2.1 KiB
JSON
70 lines
2.1 KiB
JSON
{
|
|
"name": "kakawa",
|
|
"version": "0.1.0",
|
|
"private": true,
|
|
"scripts": {
|
|
"dev": "next dev",
|
|
"build": "next build",
|
|
"start": "next start",
|
|
"lint": "next lint"
|
|
},
|
|
"dependencies": {
|
|
"@medusajs/js-sdk": "^0.0.2-preview-20241001060739",
|
|
"@medusajs/medusa": "^1.20.10",
|
|
"@medusajs/modules-sdk": "^1.13.0-preview-20241001060739",
|
|
"@medusajs/pricing": "^0.1.13-preview-20241001060739",
|
|
"@medusajs/product": "^0.3.13-preview-20241001060739",
|
|
"@mikro-orm/core": "^5.9.7",
|
|
"@mikro-orm/postgresql": "^5.9.7",
|
|
"@next/third-parties": "14.2.16",
|
|
"@radix-ui/react-checkbox": "^1.1.2",
|
|
"@radix-ui/react-icons": "^1.3.0",
|
|
"@radix-ui/react-label": "^2.1.0",
|
|
"@radix-ui/react-radio-group": "^1.2.1",
|
|
"@radix-ui/react-select": "^2.1.2",
|
|
"@radix-ui/react-separator": "^1.1.0",
|
|
"@radix-ui/react-slider": "^1.2.1",
|
|
"@radix-ui/react-slot": "^1.1.0",
|
|
"@radix-ui/react-tabs": "^1.1.1",
|
|
"@tanstack/react-query": "4.22",
|
|
"class-variance-authority": "^0.7.0",
|
|
"clsx": "^2.1.1",
|
|
"lucide-react": "^0.447.0",
|
|
"medusa-react": "^9.0.18",
|
|
"next": "^15.0.1-canary.3",
|
|
"react": "^19.0.0-rc-45804af1-20241021",
|
|
"react-dom": "^19.0.0-rc-45804af1-20241021",
|
|
"react-icons": "^5.3.0",
|
|
"sharp": "^0.33.5",
|
|
"swiper": "^11.1.14",
|
|
"swr": "^2.2.5",
|
|
"tailwind-merge": "^2.5.2",
|
|
"tailwindcss-animate": "^1.0.7"
|
|
},
|
|
"devDependencies": {
|
|
"@next/eslint-plugin-next": "^15.0.0-rc.1",
|
|
"@types/node": "^20",
|
|
"@types/react": "18.3.12",
|
|
"@types/react-dom": "18.3.1",
|
|
"@typescript-eslint/eslint-plugin": "^8.8.1",
|
|
"@typescript-eslint/parser": "^8.8.1",
|
|
"eslint": "^9.13.0",
|
|
"eslint-config-next": "^15.0.0-rc.1",
|
|
"eslint-config-prettier": "^9.1.0",
|
|
"eslint-plugin-import": "^2.31.0",
|
|
"eslint-plugin-next": "^0.0.0",
|
|
"eslint-plugin-prettier": "^5.2.1",
|
|
"eslint-plugin-react": "^7.37.2",
|
|
"eslint-plugin-react-hooks": "^5.0.0",
|
|
"postcss": "^8",
|
|
"prettier": "^3.3.3",
|
|
"tailwindcss": "^3.4.1",
|
|
"typescript": "^5",
|
|
"typescript-eslint": "^8.11.0"
|
|
},
|
|
"overrides": {
|
|
"@types/react": "18.3.12",
|
|
"@types/react-dom": "18.3.1"
|
|
}
|
|
}
|