mirror of
https://github.com/dathere/qsvpro.dathere.com.git
synced 2025-12-18 05:39:26 +00:00
30 lines
717 B
JSON
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"
|
|
}
|
|
}
|