mirror of
https://github.com/dathere/qsvpro.dathere.com.git
synced 2025-12-18 13:49:25 +00:00
26 lines
572 B
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": "^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"
|
|
}
|
|
}
|