Files
2024-10-24 13:49:28 -04:00

25 lines
500 B
JSON

{
"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",
"@honeybadger-io/js": "^6.10.0",
"astro": "^4.15.11",
"gsap": "^3.12.5",
"lodash-es": "^4.17.21",
"svelte": "^4.2.19",
"tailwindcss": "^3.4.13",
"typescript": "^5.6.2"
}
}