add common config

This commit is contained in:
Alexander Navarro 2023-06-25 13:57:27 -04:00
parent 79c1ece8c6
commit 9a4cf1eb13
8 changed files with 1531 additions and 122 deletions

View file

@ -10,6 +10,22 @@
"astro": "astro"
},
"dependencies": {
"astro": "^2.7.0"
"@astrojs/react": "^2.2.1",
"@types/react": "^18.0.21",
"@types/react-dom": "^18.0.6",
"astro": "^2.7.0",
"react": "^18.0.0",
"react-dom": "^18.0.0"
},
"devDependencies": {
"@typescript-eslint/eslint-plugin": "^5.50.0",
"eslint": "^8.0.1",
"eslint-config-prettier": "^8.8.0",
"eslint-config-standard-with-typescript": "^35.0.0",
"eslint-plugin-import": "^2.25.2",
"eslint-plugin-n": "^15.0.0",
"eslint-plugin-promise": "^6.0.0",
"eslint-plugin-react": "^7.32.2",
"typescript": "*"
}
}