-
Notifications
You must be signed in to change notification settings - Fork 2
/
package.json
123 lines (123 loc) · 3.95 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
{
"name": "elite-bn-frontend",
"version": "1.0.0",
"description": "Making company travel and accommodation easy and convenient.",
"main": "index.js",
"scripts": {
"start": "webpack serve --mode production",
"build": "webpack --mode production",
"dev": "webpack serve --mode development --open --hot",
"lint": "eslint \"src/**/*.{js,jsx}\"",
"lint:fix": "npm run lint -- --fix",
"test": "jest --verbose --coverage -u",
"test:watch": "npm test -- --coverage --watch",
"test:coverage": "jest --coverage --colors"
},
"repository": {
"type": "git",
"url": "git+https://github.com/atlp-rwanda/elite-bn-frontend.git"
},
"author": "Team Elite",
"license": "MIT",
"bugs": {
"url": "https://github.com/atlp-rwanda/elite-bn-frontend/issues"
},
"eslintConfig": {
"extends": "@imaginary-cloud/react"
},
"prettier": "@imaginary-cloud/prettier-config",
"homepage": "https://github.com/atlp-rwanda/elite-bn-frontend#readme",
"devDependencies": {
"@imaginary-cloud/eslint-config-react": "^1.0.1",
"@imaginary-cloud/prettier-config": "^1.0.0",
"@testing-library/jest-dom": "^5.11.9",
"css-loader": "^5.0.1",
"enzyme-to-json": "^3.6.1",
"eslint": "^7.19.0",
"eslint-config-airbnb": "^18.2.1",
"eslint-config-prettier": "^6.15.0",
"eslint-plugin-import": "^2.22.1",
"eslint-plugin-jsx-a11y": "^6.4.1",
"eslint-plugin-prettier": "^3.3.1",
"eslint-plugin-react": "^7.22.0",
"eslint-plugin-react-hooks": "^4.2.0",
"file-loader": "^6.2.0",
"html-webpack-plugin": "^4.5.1",
"jest-css-modules": "^2.1.0",
"mini-css-extract-plugin": "^1.3.4",
"mutation-observer": "^1.0.3",
"postcss-cli": "^8.3.1",
"postcss-loader": "^4.1.0",
"prettier": "^2.2.1",
"react-test-renderer": "^17.0.1",
"redux-logger": "^3.0.6",
"redux-mock-store": "^1.5.4",
"style-loader": "^2.0.0",
"stylelint-config-recommended": "^3.0.0",
"webpack": "^5.15.0",
"webpack-cli": "^4.3.1",
"webpack-dev-server": "^3.11.2"
},
"dependencies": {
"@babel/cli": "^7.12.10",
"@babel/core": "^7.12.10",
"@babel/plugin-transform-runtime": "^7.12.13",
"@babel/polyfill": "^7.0.0-beta.51",
"@babel/preset-env": "^7.12.11",
"@babel/preset-react": "^7.12.10",
"@hookform/resolvers": "^1.3.4",
"@jest/globals": "^26.6.2",
"@testing-library/react": "^11.2.5",
"@wojtekmaj/enzyme-adapter-react-17": "^0.4.1",
"autoprefixer": "^10.2.1",
"axios": "^0.21.1",
"babel-core": "^7.0.0-bridge.0",
"babel-eslint": "^10.1.0",
"babel-jest": "^23.4.2",
"babel-loader": "^8.2.2",
"babel-polyfill": "^6.26.0",
"clean-webpack-plugin": "^3.0.0",
"console-browserify": "^1.2.0",
"coveralls": "^3.1.0",
"css-loader": "^5.0.1",
"dotenv-webpack": "^6.0.0",
"enzyme": "^3.3.0",
"enzyme-adapter-react-16": "^1.1.1",
"fetch-mock": "^9.11.0",
"file-loader": "^6.2.0",
"formik": "^2.2.6",
"html-webpack-plugin": "^4.5.1",
"jest": "^26.6.3",
"jsonwebtoken": "^8.5.1",
"mini-css-extract-plugin": "^1.3.4",
"node-fetch": "^2.6.1",
"node-polyfill-webpack-plugin": "^1.0.3",
"postcss-cli": "^8.3.1",
"postcss-loader": "^4.1.0",
"prettier": "^2.2.1",
"prop-types": "^15.7.2",
"react": "^17.0.1",
"react-dom": "^17.0.1",
"react-hook-form": "^6.15.1",
"react-icons": "^4.2.0",
"react-loading-skeleton": "^2.1.1",
"react-player": "^2.9.0",
"react-redux": "^7.2.2",
"react-router-dom": "^5.2.0",
"react-test-renderer": "^17.0.1",
"react-toastify": "^7.0.3",
"redux": "^4.0.5",
"redux-devtools-extension": "^2.13.8",
"redux-promise-middleware": "^6.1.2",
"redux-thunk": "^2.3.0",
"stream-browserify": "^3.0.0",
"style-loader": "^2.0.0",
"tailwindcss": "^2.0.2",
"toastify-js": "^1.9.3",
"url-loader": "^4.1.1",
"webpack": "^5.15.0",
"webpack-cli": "^4.3.1",
"webpack-dev-server": "^3.11.2",
"yup": "^0.32.8"
}
}