First commit.

This commit is contained in:
Colin Diem
2022-04-12 19:51:12 -04:00
commit 6131eda9f6
49 changed files with 25563 additions and 0 deletions

23
web/package.json Normal file
View File

@@ -0,0 +1,23 @@
{
"name": "web",
"version": "0.0.0",
"private": true,
"browserslist": {
"development": [
"last 1 version"
],
"production": [
"defaults",
"not IE 11",
"not IE_Mob 11"
]
},
"dependencies": {
"@redwoodjs/forms": "1.0.0",
"@redwoodjs/router": "1.0.0",
"@redwoodjs/web": "1.0.0",
"prop-types": "15.8.1",
"react": "17.0.2",
"react-dom": "17.0.2"
}
}