mirror of
https://github.com/dathere/qsvpro.dathere.com.git
synced 2025-12-18 13:49:25 +00:00
29 lines
676 B
JSON
29 lines
676 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": {
|
|
"@astrojs/tailwind": "^5.1.0",
|
|
"@fontsource/inter": "^5.0.18",
|
|
"astro": "^4.7.1",
|
|
"embla-carousel-autoplay": "^8.2.1",
|
|
"embla-carousel-react": "^8.2.0",
|
|
"framer-motion": "^11.1.7",
|
|
"npm-check-updates": "^16.14.20",
|
|
"tailwindcss": "^3.4.3"
|
|
},
|
|
"devDependencies": {
|
|
"@astrojs/react": "^3.3.2",
|
|
"prettier": "3.3.3",
|
|
"react": "^18.3.1",
|
|
"react-dom": "^18.3.1"
|
|
}
|
|
}
|