feat: initial commit!

This commit is contained in:
rzmk 2023-12-04 22:02:40 -05:00
commit 3c04acba10
No known key found for this signature in database
53 changed files with 21596 additions and 0 deletions

26
package.json Normal file
View file

@ -0,0 +1,26 @@
{
"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"
}
}