mirror of
https://github.com/jorgev259/soc_site-astro.git
synced 2025-06-29 07:57:41 +00:00
34 lines
917 B
JSON
34 lines
917 B
JSON
{
|
|
"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"
|
|
}
|
|
}
|