qsvpro.dathere.com/package.json
2023-12-04 22:02:40 -05:00

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": "^3.1.1",
"@fontsource/inter": "^4.5.15",
"astro": "^2.2.0",
"framer-motion": "^10.11.2",
"npm-check-updates": "^16.10.7",
"tailwindcss": "^3.3.1"
},
"devDependencies": {
"@astrojs/react": "^2.1.1",
"react": "^18.2.0",
"react-dom": "^18.2.0"
}
}