kakawa/package.json

70 lines
2.1 KiB
JSON
Raw Normal View History

2024-09-23 08:00:25 +00:00
{
"name": "kakawa",
"version": "0.1.0",
"private": true,
"scripts": {
"dev": "next dev",
"build": "next build",
"start": "next start",
"lint": "next lint"
},
"dependencies": {
2024-10-06 03:27:55 +00:00
"@medusajs/js-sdk": "^0.0.2-preview-20241001060739",
2024-09-26 04:20:24 +00:00
"@medusajs/medusa": "^1.20.10",
2024-10-06 03:27:55 +00:00
"@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",
2024-10-23 04:32:02 +00:00
"@next/third-parties": "14.2.16",
2024-10-06 03:27:55 +00:00
"@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",
2024-10-06 03:27:55 +00:00
"@radix-ui/react-slider": "^1.2.1",
"@radix-ui/react-slot": "^1.1.0",
"@radix-ui/react-tabs": "^1.1.1",
2024-09-26 04:20:24 +00:00
"@tanstack/react-query": "4.22",
2024-10-06 03:27:55 +00:00
"class-variance-authority": "^0.7.0",
"clsx": "^2.1.1",
"lucide-react": "^0.447.0",
2024-09-26 04:20:24 +00:00
"medusa-react": "^9.0.18",
2024-10-23 06:48:24 +00:00
"next": "^15.0.1-canary.3",
"react": "^19.0.0-rc-45804af1-20241021",
"react-dom": "^19.0.0-rc-45804af1-20241021",
2024-09-24 02:56:03 +00:00
"react-icons": "^5.3.0",
2024-09-23 17:35:32 +00:00
"sharp": "^0.33.5",
2024-10-06 03:27:55 +00:00
"swiper": "^11.1.14",
"swr": "^2.2.5",
"tailwind-merge": "^2.5.2",
"tailwindcss-animate": "^1.0.7"
2024-09-23 08:00:25 +00:00
},
"devDependencies": {
2024-10-23 06:48:24 +00:00
"@next/eslint-plugin-next": "^15.0.0-rc.1",
2024-09-23 08:00:25 +00:00
"@types/node": "^20",
2024-10-23 04:32:02 +00:00
"@types/react": "18.3.12",
"@types/react-dom": "18.3.1",
"@typescript-eslint/eslint-plugin": "^8.8.1",
"@typescript-eslint/parser": "^8.8.1",
2024-10-23 06:48:24 +00:00
"eslint": "^9.13.0",
"eslint-config-next": "^15.0.0-rc.1",
2024-09-23 17:35:32 +00:00
"eslint-config-prettier": "^9.1.0",
2024-10-06 03:27:55 +00:00
"eslint-plugin-import": "^2.31.0",
2024-10-23 06:48:24 +00:00
"eslint-plugin-next": "^0.0.0",
2024-09-23 17:35:32 +00:00
"eslint-plugin-prettier": "^5.2.1",
2024-10-23 06:48:24 +00:00
"eslint-plugin-react": "^7.37.2",
"eslint-plugin-react-hooks": "^5.0.0",
2024-09-23 08:00:25 +00:00
"postcss": "^8",
2024-09-23 17:35:32 +00:00
"prettier": "^3.3.3",
2024-09-23 08:00:25 +00:00
"tailwindcss": "^3.4.1",
2024-10-23 06:48:24 +00:00
"typescript": "^5",
"typescript-eslint": "^8.11.0"
2024-10-23 04:32:02 +00:00
},
"overrides": {
"@types/react": "18.3.12",
"@types/react-dom": "18.3.1"
2024-09-23 08:00:25 +00:00
}
}