Initial commit

This commit is contained in:
2024-10-07 23:06:00 -04:00
commit c6ce596acf
18 changed files with 7447 additions and 0 deletions
+22
View File
@@ -0,0 +1,22 @@
{
"name": "transit-quiz",
"type": "module",
"version": "1.0.0",
"main": "index.js",
"scripts": {
"dev": "astro dev"
},
"keywords": [],
"author": "",
"license": "ISC",
"description": "",
"dependencies": {
"@astrojs/svelte": "^5.7.1",
"@astrojs/tailwind": "^5.1.1",
"astro": "^4.15.11",
"gsap": "^3.12.5",
"svelte": "^4.2.19",
"tailwindcss": "^3.4.13",
"typescript": "^5.6.2"
}
}