Getting rid of the netlify widgit and rolling our own, gives us the flexibility to also add the username into the signup process as well as allow the user to opt into the newsletter at the same time. Auth is still netlify, via their "gotrue", we're just handling the more of it.
49 lines
1.2 KiB
JSON
49 lines
1.2 KiB
JSON
{
|
|
"name": "web",
|
|
"version": "0.0.0",
|
|
"private": true,
|
|
"browserslist": {
|
|
"development": [
|
|
"last 1 version"
|
|
],
|
|
"production": [
|
|
"defaults",
|
|
"not IE 11",
|
|
"not IE_Mob 11"
|
|
]
|
|
},
|
|
"dependencies": {
|
|
"@material-ui/core": "^4.11.0",
|
|
"@redwoodjs/auth": "^0.21.0",
|
|
"@redwoodjs/forms": "^0.20.0",
|
|
"@redwoodjs/router": "^0.20.0",
|
|
"@redwoodjs/web": "^0.20.0",
|
|
"cloudinary-react": "^1.6.7",
|
|
"controlkit": "^0.1.9",
|
|
"get-active-classes": "^0.0.11",
|
|
"golden-layout": "^1.5.9",
|
|
"gotrue-js": "^0.9.27",
|
|
"jquery": "^3.5.1",
|
|
"monaco-editor": "^0.20.0",
|
|
"monaco-editor-webpack-plugin": "^1.9.1",
|
|
"netlify-identity-widget": "^1.9.1",
|
|
"opencascade.js": "^0.1.15",
|
|
"prop-types": "^15.7.2",
|
|
"react": "^16.13.1",
|
|
"react-dom": "^16.13.1",
|
|
"react-dropzone": "^11.2.1",
|
|
"react-ga": "^3.3.0",
|
|
"react-helmet": "^6.1.0",
|
|
"react-image-crop": "^8.6.6",
|
|
"rich-markdown-editor": "^11.0.2",
|
|
"styled-components": "^5.2.0",
|
|
"three": "^0.118.3"
|
|
},
|
|
"devDependencies": {
|
|
"autoprefixer": "9.8.6",
|
|
"html-webpack-plugin": "^4.5.0",
|
|
"postcss-loader": "4.0.2",
|
|
"tailwindcss": "^1.9.1"
|
|
}
|
|
}
|