Merge remote-tracking branch 'origin/master' into update-package-lock

This commit is contained in:
Ibukun Dairo
2021-03-01 22:37:16 +01:00
3 changed files with 4553 additions and 2042 deletions

View File

@@ -22,6 +22,8 @@ RUN npm install -g eslint
# Bundle app source
COPY . /usr/src/app
RUN npm run build
# Expose ports.
# - 3006: Fyipe Status Page
EXPOSE 3006

File diff suppressed because it is too large Load Diff

View File

@@ -33,7 +33,8 @@
"serve": "^11.3.2",
"socket.io-client": "^2.3.0",
"stripe": "^6.36.0",
"valid-url": "^1.0.9"
"valid-url": "^1.0.9",
"webpack": "^5.24.2"
},
"devDependencies": {
"@storybook/react": "^6.1.20",
@@ -42,7 +43,7 @@
"jest-localstorage-mock": "^2.3.0"
},
"scripts": {
"start": "npm run build && node index.js",
"start": "node index.js",
"build": "react-scripts build",
"dev": "set PORT=3006 && react-scripts start",
"test": "mocha --exit ./src/test/statusPage.test.js",