dragonschildhosting.net/package.json

27 lines
571 B
JSON
Raw Normal View History

2023-10-20 00:35:50 -07:00
{
"name": "dragonschildhosting",
"type": "module",
"version": "0.0.1",
"private": true,
"scripts": {
"dev": "astro dev",
"start": "astro dev",
"build": "astro build",
"preview": "astro preview",
"astro": "astro"
},
"dependencies": {
2023-10-21 01:48:00 -07:00
"@astrojs/sitemap": "^3.0.2",
2023-10-20 00:35:50 -07:00
"@astrojs/tailwind": "^2.0.2",
"@fontsource/inter": "^4.5.14",
"astro": "^1.4.4",
"framer-motion": "^7.6.1",
"tailwindcss": "^3.1.8"
},
"devDependencies": {
"@astrojs/react": "^1.1.4",
"react": "^18.2.0",
"react-dom": "^18.2.0"
}
}