Switch to site built with astro

This commit is contained in:
2021-09-23 09:26:56 -05:00
parent 679bbc7b0d
commit 996e3610ac
39 changed files with 349 additions and 1645 deletions

View File

@@ -1,37 +1,15 @@
{
"name": "serverless-fullstack-app-website",
"version": "0.1.0",
"name": "@example/starter",
"version": "0.0.1",
"private": true,
"dependencies": {
"@testing-library/jest-dom": "^4.2.4",
"@testing-library/react": "^9.3.2",
"@testing-library/user-event": "^7.1.2",
"react": "^16.13.1",
"react-dom": "^16.13.1",
"react-scripts": "3.4.3",
"js-cookie": "^2.2.1",
"moment": "^2.24.0",
"react-router-dom": "^5.1.2"
},
"scripts": {
"start": "react-scripts start",
"build": "react-scripts build",
"test": "react-scripts test",
"eject": "react-scripts eject"
"dev": "astro dev",
"start": "astro dev",
"build": "astro build",
"preview": "astro preview"
},
"eslintConfig": {
"extends": "react-app"
},
"browserslist": {
"production": [
">0.2%",
"not dead",
"not op_mini all"
],
"development": [
"last 1 chrome version",
"last 1 firefox version",
"last 1 safari version"
]
"devDependencies": {
"astro": "^0.20.7",
"@astrojs/renderer-react": "^0.2.1"
}
}