MVP v1 developments by Net Group
Dockerfile
0 → 100644
LICENCE.md
0 → 100644
nginx/http-nginx.conf
0 → 100644
nginx/https-nginx.conf
0 → 100644
package-lock.json
0 → 100644
This diff is collapsed.
package.json
0 → 100644
{ | ||
"name": "byk-customer-service", | ||
"version": "0.1.0", | ||
"private": true, | ||
"dependencies": { | ||
"@reduxjs/toolkit": "^1.6.1", | ||
"@types/jest": "^24.9.1", | ||
"@types/node": "^12.20.27", | ||
"@types/react": "^16.14.16", | ||
"@types/react-dom": "^16.9.14", | ||
"@types/react-redux": "^7.1.18", | ||
"@types/react-router-dom": "^5.3.0", | ||
"@types/styled-components": "^5.1.18", | ||
"axios": "^0.22.0", | ||
"classnames": "^2.3.1", | ||
"cross-env": "^7.0.3", | ||
"framer-motion": "4.1.17", | ||
"i18next": "^21.2.4", | ||
"i18next-browser-languagedetector": "^6.1.2", | ||
"linkify-react": "^3.0.3", | ||
"linkifyjs": "^3.0.4", | ||
"luxon": "^2.2.0", | ||
"primeflex": "^3.1.2", | ||
"primeicons": "^5.0.0", | ||
"primereact": "^7.2.0", | ||
"react": "^17.0.2", | ||
"react-dom": "^17.0.2", | ||
"react-i18next": "^11.12.0", | ||
"react-redux": "^7.2.5", | ||
"react-router": "5.2.1", | ||
"react-router-dom": "^5.3.0", | ||
"react-scripts": "5.0.1", | ||
"react-transition-group": "^4.4.2", | ||
"sass": "^1.42.1", | ||
"styled-components": "^5.3.3", | ||
"timeago.js": "^4.0.2" | ||
}, | ||
"devDependencies": { | ||
"@testing-library/jest-dom": "^4.2.4", | ||
"@testing-library/react": "^10.4.9", | ||
"@testing-library/user-event": "^7.2.1", | ||
"@types/luxon": "^2.0.8", | ||
"eslint": "8.15.0", | ||
"eslint-config-react-app": "7.0.1", | ||
"eslint-config-airbnb": "^18.2.1", | ||
"eslint-config-prettier": "^8.3.0", | ||
"history": "^5.1.0", | ||
"husky": "^7.0.0", | ||
"msw": "^0.36.3", | ||
"prettier": "2.4.1", | ||
"typescript": "^4.4.4" | ||
}, | ||
"scripts": { | ||
"start": "react-scripts start", | ||
"build": "react-scripts build", | ||
"test": "react-scripts test --watchAll=false", | ||
"test:watch": "react-scripts test", | ||
"test:coverage": "cross-env CI=true npm run test -- --env=jsdom --coverage", | ||
"lint": "eslint src --ext .js,.ts,.jsx,.tsx", | ||
"lint:fix": "npm run lint -- --fix", | ||
"prettier:check": "prettier --check \"{,src/**/,webpack/}*.{json,yml,html,js,ts,tsx,css,scss}\"", | ||
"prettier:format": "prettier --write \"{,src/**/,webpack/}*.{json,yml,html,js,ts,tsx,css,scss}\"", | ||
"prepare": "husky install" | ||
}, | ||
"browserslist": { | ||
"production": [ | ||
">0.2%", | ||
"not dead", | ||
"not op_mini all" | ||
], | ||
"development": [ | ||
"last 1 chrome version", | ||
"last 1 firefox version", | ||
"last 1 safari version" | ||
] | ||
}, | ||
"jest": { | ||
"collectCoverageFrom": [ | ||
"src/**/*.{js,jsx,ts,tsx}", | ||
"!<rootDir>/node_modules/", | ||
"!<rootDir>/src/store/index.ts" | ||
], | ||
"coveragePathIgnorePatterns": [ | ||
"<rootDir>/src/index.tsx", | ||
"<rootDir>/src/i18n.ts" | ||
], | ||
"coverageThreshold": { | ||
"global": { | ||
"functions": 70, | ||
"lines": 70 | ||
} | ||
}, | ||
"coverageReporters": [ | ||
"text", | ||
"lcov" | ||
] | ||
} | ||
} |
public/ding.mp3
0 → 100644
File added
public/env-config.js
0 → 100644
public/favicon.ico
0 → 100644
15 KB
public/index.html
0 → 100644
public/robots.txt
0 → 100644
sonar-project.properties
0 → 100644
src/App.test.tsx
0 → 100644
src/App.tsx
0 → 100644
src/__mocks__/mockChats.ts
0 → 100644