qsvpro.dathere.com/package.json
rzmk 6a4723760d
Some checks failed
Deploy to GitHub Pages / build (push) Has been cancelled
Deploy to GitHub Pages / deploy (push) Has been cancelled
build: update to tailwindcss v4
2025-11-24 14:56:30 -05:00

30 lines
717 B
JSON

{
"name": "@example/basics",
"type": "module",
"version": "0.0.1",
"private": true,
"scripts": {
"dev": "astro dev",
"start": "astro dev",
"build": "astro build",
"preview": "astro preview",
"astro": "astro"
},
"dependencies": {
"@fontsource/inter": "^5.2.8",
"@tailwindcss/postcss": "^4.1.17",
"@tailwindcss/vite": "^4.1.17",
"astro": "^5.16.0",
"embla-carousel-autoplay": "^8.6.0",
"embla-carousel-react": "^8.6.0",
"framer-motion": "^12.23.24",
"npm-check-updates": "^19.1.2",
"tailwindcss": "^4.1.17"
},
"devDependencies": {
"@astrojs/react": "^4.4.2",
"prettier": "3.6.2",
"react": "^19.2.0",
"react-dom": "^19.2.0"
}
}