-
Notifications
You must be signed in to change notification settings - Fork 2
/
Copy pathpackage.json
129 lines (129 loc) · 4.41 KB
/
package.json
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
{
"name": "c2-barefoot-frontend",
"version": "1.0.0",
"description": "![CI](https://github.com/atlp-rwanda/c4-barefoot-frontend/workflows/CI/badge.svg?)\r [![Maintainability](https://api.codeclimate.com/v1/badges/0e0e17e256bddb871c2b/maintainability)](https://codeclimate.com/github/atlp-rwanda/c2-barefoot-frontend/maintainability)\r [![Coverage Status](https://coveralls.io/repos/github/atlp-rwanda/c2-barefoot-frontend/badge.svg?branch=develop)](https://coveralls.io/github/atlp-rwanda/c2-barefoot-frontend?branch=develop)",
"main": "index.js",
"scripts": {
"heroku-prebuild": "npm install --dev",
"build": "webpack --config webpack.config.js",
"dev": "webpack-dev-server --mode development",
"start": "node server/index.js webpack --mode production",
"test": "jest --coverage --detectOpenHandles --silent",
"test-file": "jest --coverage ./__tests__/components/LandingPage.test.js",
"test:e2e": "jest -c e2e/jest.config.js",
"coverage": "npm run test && jest --coverage && cat ./coverage/lcov.info | coveralls"
},
"repository": {
"type": "git",
"url": "git+https://github.com/atlp-rwanda/c4-barefoot-frontend.git"
},
"keywords": [],
"author": "",
"license": "ISC",
"bugs": {
"url": "https://github.com/atlp-rwanda/c4-barefoot-frontend/issues"
},
"homepage": "https://github.com/atlp-rwanda/c4-barefoot-frontend#readme",
"dependencies": {
"@babel/helper-validator-identifier": "^7.12.11",
"@babel/runtime": "^7.12.5",
"@date-io/date-fns": "^1.3.13",
"@material-ui/core": "^4.11.1",
"@material-ui/icons": "^4.11.2",
"@material-ui/lab": "^4.0.0-alpha.57",
"@material-ui/pickers": "^3.3.10",
"@testing-library/jest-dom": "^5.11.6",
"@testing-library/react": "^11.2.2",
"@types/redux-mock-store": "^1.0.2",
"axios": "^0.21.1",
"body-parser": "^1.19.0",
"buffer": "^6.0.3",
"cloudinary-core": "^2.11.3",
"cloudinary-react": "^1.6.8",
"cors": "^2.8.5",
"date-fns": "^2.19.0",
"dateformat": "^4.4.1",
"express": "^4.17.1",
"fetch-mock": "^9.11.0",
"formik": "^2.2.5",
"history": "^5.0.0",
"i18next": "^20.1.0",
"jest-canvas-mock": "^2.3.0",
"jest-localstorage-mock": "^2.4.6",
"jsonwebtoken": "^8.5.1",
"jwt-decode": "^3.1.2",
"material-react-toastify": "^1.0.1",
"moment": "^2.29.1",
"moxios": "^0.4.0",
"query-string": "^6.13.7",
"react": "^16.14.0",
"react-chat-widget": "^3.0.5",
"react-dom": "^16.14.0",
"react-facebook-login": "^4.1.1",
"react-google-login": "^5.1.25",
"react-i18next": "^11.8.12",
"react-moment": "^1.1.1",
"react-redux": "^7.2.2",
"react-router-dom": "^5.2.0",
"redux": "^4.0.5",
"redux-thunk": "^2.3.0",
"socket.io": "^4.0.0",
"socket.io-client": "^4.0.0",
"testing-library": "^0.0.2",
"yup": "^0.32.6",
"zlib": "^1.0.5"
},
"devDependencies": {
"@babel/core": "^7.12.9",
"@babel/plugin-syntax-class-properties": "^7.12.1",
"@babel/plugin-transform-runtime": "^7.12.1",
"@babel/preset-env": "^7.12.7",
"@babel/preset-react": "^7.12.7",
"axios-mock-adapter": "^1.19.0",
"babel-jest": "^26.6.3",
"babel-loader": "^8.2.2",
"babel-preset-react-app": "^10.0.0",
"clean-webpack-plugin": "^3.0.0",
"coveralls": "^3.1.0",
"css-loader": "^5.0.1",
"dotenv": "^8.2.0",
"dotenv-webpack": "^6.0.0",
"enzyme": "^3.11.0",
"enzyme-adapter-react-16": "^1.15.5",
"enzyme-to-json": "^3.6.1",
"faker": "^5.1.0",
"file-loader": "^6.2.0",
"html-loader": "^1.3.2",
"html-webpack-plugin": "^5.0.0-beta.3",
"jest": "^26.6.3",
"jest-cli": "^26.6.3",
"jest-dev-server": "^4.4.0",
"jest-environment-node": "^26.6.2",
"moxios": "^0.4.0",
"path-browserify": "^1.0.1",
"react-test-renderer": "^17.0.1",
"redux-immutable-state-invariant": "^2.1.0",
"redux-mock-store": "^1.5.4",
"style-loader": "^2.0.0",
"url-loader": "^4.1.1",
"webpack": "^5.9.0",
"webpack-cli": "^3.3.12",
"webpack-dev-server": "^3.11.0",
"webpack-merge": "^5.4.0"
},
"jest": {
"moduleNameMapper": {
"\\.(css|less|sass|scss)$": "<rootDir>/__mocks__/styleMock.js",
"\\.(gif|ttf|eof|svg)$": "<rootDir>/__mocks__/fileMock.js"
},
"setupFilesAfterEnv": [
"<rootDir>src/setupTests.js"
],
"roots": [
"<rootDir>/__tests__"
],
"snapshotSerializers": [
"enzyme-to-json/serializer"
]
}
}