trptk/package.json
2026-02-24 17:14:07 +01:00

38 lines
992 B
JSON

{
"name": "trptk",
"version": "0.2.0",
"private": true,
"scripts": {
"dev": "next dev --webpack",
"build": "next build",
"start": "next start",
"lint": "eslint",
"format": "prettier --write \"**/*.{ts,tsx,js,jsx,css,md,json}\"",
"typegen": "sanity typegen generate"
},
"dependencies": {
"@medusajs/js-sdk": "^2.13.1",
"@portabletext/react": "^6.0.2",
"@sanity/client": "^7.14.0",
"@sanity/image-url": "^2.0.2",
"next": "16.1.1",
"next-sanity": "^12.0.10",
"next-themes": "^0.4.6",
"react": "19.2.3",
"react-dom": "19.2.3",
"react-icons": "^5.5.0"
},
"devDependencies": {
"@tailwindcss/postcss": "^4",
"@tailwindcss/typography": "^0.5.19",
"@types/node": "^20",
"@types/react": "^19",
"@types/react-dom": "^19",
"eslint": "^9",
"eslint-config-next": "16.1.1",
"prettier": "^3.8.1",
"prettier-plugin-tailwindcss": "^0.7.2",
"tailwindcss": "^4",
"typescript": "^5"
}
}