56 lines
1.4 KiB
JSON
56 lines
1.4 KiB
JSON
{
|
|
"name": "purrfectly-zen",
|
|
"private": true,
|
|
"description": "Find your zen. One breath, one paw print at a time.",
|
|
"license": "MIT",
|
|
"author": "Fauzira Alpiandi <fauziralpiandi.dev@gmail.com>",
|
|
"scripts": {
|
|
"astro": "astro",
|
|
"build": "astro build",
|
|
"dev": "astro dev",
|
|
"format": "prettier --write .",
|
|
"preview": "astro preview"
|
|
},
|
|
"prettier": {
|
|
"bracketSpacing": true,
|
|
"singleQuote": true,
|
|
"plugins": [
|
|
"prettier-plugin-astro",
|
|
"prettier-plugin-tailwindcss"
|
|
],
|
|
"overrides": [
|
|
{
|
|
"files": "*.astro",
|
|
"options": {
|
|
"parser": "astro"
|
|
}
|
|
}
|
|
]
|
|
},
|
|
"dependencies": {
|
|
"@astrojs/react": "^4.4.2",
|
|
"@icons-pack/react-simple-icons": "^13.8.0",
|
|
"astro": "^5.16.9",
|
|
"canvas-nest.js": "^2.0.4",
|
|
"clsx": "^2.1.1",
|
|
"framer-motion": "^12.26.2",
|
|
"lucide-react": "^0.562.0",
|
|
"react": "^19.2.3",
|
|
"react-dom": "^19.2.3",
|
|
"tailwind-merge": "^3.4.0"
|
|
},
|
|
"devDependencies": {
|
|
"@biomejs/biome": "2.3.13",
|
|
"@tailwindcss/vite": "^4.1.18",
|
|
"@types/node": "^25.0.8",
|
|
"@types/react": "^19.2.8",
|
|
"@types/react-dom": "^19.2.3",
|
|
"prettier": "^3.8.0",
|
|
"prettier-plugin-astro": "^0.14.1",
|
|
"prettier-plugin-tailwindcss": "^0.7.2",
|
|
"tailwindcss": "^4.1.18",
|
|
"typescript": "^5.9.3"
|
|
},
|
|
"packageManager": "pnpm@9.15.9+sha256.cf86a7ad764406395d4286a6d09d730711720acc6d93e9dce9ac7ac4dc4a28a7"
|
|
}
|