qsvpro.dathere.com/package.json

26 lines
572 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",
"framer-motion": "^11.1.7",
"npm-check-updates": "^16.14.20",
"tailwindcss": "^3.4.3"
},
"devDependencies": {
"@astrojs/react": "^3.3.2",
"react": "^18.3.1",
"react-dom": "^18.3.1"
}
}