initial commit

This commit is contained in:
Surjith S M
2022-11-01 15:43:52 +05:30
commit c755263b27
15 changed files with 4165 additions and 0 deletions

18
package.json Normal file
View File

@@ -0,0 +1,18 @@
{
"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": "^2.1.1",
"astro": "^1.6.0",
"tailwindcss": "^3.0.24"
}
}