diff --git a/app/client/package.json b/app/client/package.json index 04ed424355..140c93d311 100644 --- a/app/client/package.json +++ b/app/client/package.json @@ -14,7 +14,7 @@ "@blueprintjs/timezone": "^3.6.0", "@craco/craco": "^5.6.1", "@sentry/browser": "^5.6.3", - "@types/faker": "^4.1.7", + "@types/chance": "^1.0.7", "@types/fontfaceobserver": "^0.0.6", "@types/lodash": "^4.14.120", "@types/moment-timezone": "^0.5.10", @@ -23,6 +23,7 @@ "@types/node": "^10.12.18", "@types/react": "^16.8.2", "@types/react-dom": "^16.8.0", + "@types/react-helmet": "^5.0.14", "@types/react-redux": "^7.0.1", "@types/react-router-dom": "^5.1.2", "@types/styled-components": "^4.1.8", @@ -34,8 +35,8 @@ "@uppy/url": "^1.3.2", "@uppy/webcam": "^1.3.1", "axios": "^0.18.0", + "chance": "^1.1.3", "eslint": "^6.4.0", - "faker": "^4.1.0", "flow-bin": "^0.91.0", "fontfaceobserver": "^2.1.0", "fuse.js": "^3.4.5", @@ -61,6 +62,7 @@ "react-dnd-html5-backend": "^9.3.4", "react-dnd-touch-backend": "^9.4.0", "react-dom": "^16.7.0", + "react-helmet": "^5.2.1", "react-monaco-editor": "^0.31.1", "react-netlify-identity": "^0.1.9", "react-redux": "^6.0.0", @@ -74,12 +76,14 @@ "redux-saga": "^1.0.0", "reselect": "^4.0.0", "shallowequal": "^1.1.0", + "source-map-explorer": "^2.1.1", "styled-components": "^4.1.3", "ts-loader": "^6.0.4", "typescript": "^3.6.3" }, "scripts": { - "start": "REACT_APP_ENVIRONMENT=DEVELOPMENT craco start", + "analyze": "source-map-explorer 'build/static/js/*.js'", + "start": "REACT_APP_ENVIRONMENT=DEVELOPMENT HTTPS=true craco start", "build": "craco build", "test": "craco test", "eject": "react-scripts eject", diff --git a/app/client/public/index.html b/app/client/public/index.html index 0492727c0b..74f5595fb6 100755 --- a/app/client/public/index.html +++ b/app/client/public/index.html @@ -3,49 +3,21 @@
- - - - - - - - - + - + - - - + + + +