First commit

This commit is contained in:
Jorge Vargas 2024-08-07 20:19:30 -06:00
commit 8c9c148733
14 changed files with 9769 additions and 0 deletions

34
package.json Normal file
View file

@ -0,0 +1,34 @@
{
"name": "soc_site-astro",
"type": "module",
"version": "0.0.1",
"scripts": {
"dev": "astro dev",
"start": "astro dev",
"build": "astro check && astro build",
"preview": "astro preview",
"astro": "astro"
},
"dependencies": {
"@astrojs/check": "^0.9.2",
"@astrojs/node": "^8.3.2",
"@astrojs/tailwind": "^5.1.0",
"@auth/core": "^0.32.0",
"astro": "^4.13.1",
"auth-astro": "^4.1.2",
"tailwindcss": "^3.4.8"
},
"devDependencies": {
"@typescript-eslint/eslint-plugin": "^6.21.0",
"eslint": "^8.57.0",
"eslint-config-prettier": "^9.1.0",
"eslint-config-standard-with-typescript": "^43.0.1",
"eslint-plugin-import": "^2.29.1",
"eslint-plugin-n": "^16.6.2",
"eslint-plugin-promise": "^6.6.0",
"eslint-plugin-react": "^7.35.0",
"prettier": "^3.3.3",
"prettier-config-standard": "^7.0.0",
"typescript": "^5.5.4"
}
}