25 lines
454 B
JSON
25 lines
454 B
JSON
{
|
|
"name": "web",
|
|
"version": "0.0.0",
|
|
"private": true,
|
|
"browserslist": {
|
|
"development": [
|
|
"last 1 version"
|
|
],
|
|
"production": [
|
|
"defaults",
|
|
"not IE 11",
|
|
"not IE_Mob 11"
|
|
]
|
|
},
|
|
"dependencies": {
|
|
"@redwoodjs/auth": "1.0.0",
|
|
"@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"
|
|
}
|
|
}
|