You cannot select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
29 lines
555 B
JSON
29 lines
555 B
JSON
{
|
|
"name": "web",
|
|
"version": "0.0.0",
|
|
"private": true,
|
|
"browserslist": {
|
|
"development": [
|
|
"last 1 version"
|
|
],
|
|
"production": [
|
|
"defaults"
|
|
]
|
|
},
|
|
"dependencies": {
|
|
"@chakra-ui/react": "^2",
|
|
"@emotion/react": "^11",
|
|
"@emotion/styled": "^11",
|
|
"@redwoodjs/forms": "6.0.6",
|
|
"@redwoodjs/router": "6.0.6",
|
|
"@redwoodjs/web": "6.0.6",
|
|
"framer-motion": "^9",
|
|
"prop-types": "15.8.1",
|
|
"react": "18.2.0",
|
|
"react-dom": "18.2.0"
|
|
},
|
|
"devDependencies": {
|
|
"@redwoodjs/vite": "6.0.6"
|
|
}
|
|
}
|