kakawa/package.json

60 lines
1.8 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",
"@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-09-23 17:35:32 +00:00
"next": "14.2.13",
2024-09-23 08:00:25 +00:00
"react": "^18",
"react-dom": "^18",
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": {
"@types/node": "^20",
"@types/react": "^18",
"@types/react-dom": "^18",
"@typescript-eslint/eslint-plugin": "^8.8.1",
"@typescript-eslint/parser": "^8.8.1",
2024-09-23 17:35:32 +00:00
"eslint": "^8",
"eslint-config-next": "14.2.13",
"eslint-config-prettier": "^9.1.0",
2024-10-06 03:27:55 +00:00
"eslint-plugin-import": "^2.31.0",
2024-09-23 17:35:32 +00:00
"eslint-plugin-prettier": "^5.2.1",
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-09-23 17:35:32 +00:00
"typescript": "^5"
2024-09-23 08:00:25 +00:00
}
}