-
Notifications
You must be signed in to change notification settings - Fork 2
/
package.json
114 lines (114 loc) · 3.74 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
{
"name": "knights-bn-frontend",
"version": "1.0.0",
"description": "Making company travel and accommodation easy and convenient.",
"main": "src/index.js",
"scripts": {
"test": "jest --no-cache --maxWorkers=2 --config jest.config.js --coverage -u",
"test:coveralls": "npm run test && cat ./coverage/lcov.info | coveralls",
"dev-start": "webpack-dev-server --mode development --open --hot",
"test:watch": "jest ./__tests__/.test.js --watch",
"test2": "jest -c",
"build": "webpack --mode production",
"storybook": "start-storybook -p 6006",
"start": "node server.js",
"coveralls": "npm run test && cat ./coverage/lcov.info | coveralls",
"heroku-postbuild": "npm run build",
"build-storybook": "build-storybook",
"lint": "eslint .",
"lint-fix": "eslint ./ --fix"
},
"repository": {
"type": "git",
"url": "git+https://github.com/andela/knights-bn-frontend.git"
},
"author": "",
"license": "ISC",
"bugs": {
"url": "https://github.com/andela/knights-bn-frontend/issues"
},
"homepage": "https://github.com/andela/knights-bn-frontend#readme",
"devDependencies": {
"@storybook/addon-actions": "^5.3.18",
"@storybook/addon-links": "^5.3.18",
"@storybook/addons": "^5.3.18",
"@storybook/react": "^5.3.18",
"@testing-library/dom": "7.2.1",
"@testing-library/jest-dom": "^5.5.0",
"@testing-library/react": "10.0.2",
"@testing-library/user-event": "10.0.2",
"babel-eslint": "^10.1.0",
"babel-jest": "^25.4.0",
"babel-plugin-transform-remove-console": "^6.9.4",
"coveralls": "^3.0.11",
"eslint": "^6.8.0",
"eslint-config-airbnb": "^18.1.0",
"eslint-plugin-import": "^2.20.2",
"eslint-plugin-jsx-a11y": "^6.2.3",
"eslint-plugin-react": "^7.19.0",
"eslint-plugin-react-hooks": "^2.5.1",
"jest": "^25.4.0",
"prettier": "2.0.5",
"react-test-renderer": "^16.13.1",
"sass-jest": "^0.1.7"
},
"dependencies": {
"@babel/core": "^7.9.0",
"@babel/plugin-proposal-class-properties": "^7.8.3",
"@babel/polyfill": "^7.8.7",
"@babel/preset-env": "^7.9.5",
"@babel/preset-react": "^7.9.4",
"axios": "^0.19.2",
"axios-mock-adapter": "^1.18.1",
"babel-loader": "^8.1.0",
"bootstrap": "^4.4.1",
"dotenv": "^8.2.0",
"dotenv-webpack": "^1.8.0",
"enzyme": "^3.11.0",
"enzyme-adapter-react-16": "^1.15.2",
"express": "^4.17.1",
"fs": "0.0.1-security",
"html-webpack-plugin": "^4.2.0",
"i18next": "^19.4.4",
"i18next-browser-languagedetector": "^4.1.1",
"i18next-http-backend": "^1.0.8",
"image-config-webpack-plugin": "^2.0.0",
"jest-css-modules-transform": "^4.0.0",
"jest-dom": "^4.0.0",
"jest-enzyme": "^7.1.2",
"jquery": "^3.5.1",
"js-config-webpack-plugin": "^2.0.0",
"jsonwebtoken": "^8.5.1",
"jwt-decode": "^2.2.0",
"localStorage": "^1.0.4",
"moment": "^2.26.0",
"njwt": "^1.0.0",
"prop-types": "^15.7.2",
"query-string": "^6.12.1",
"react": "^16.13.1",
"react-bootstrap": "^1.0.0",
"react-dom": "^16.13.1",
"react-i18next": "^11.4.0",
"react-icons": "^3.10.0",
"react-redux": "^7.2.0",
"react-router": "^5.1.2",
"react-router-dom": "^5.1.2",
"react-scripts": "^3.4.1",
"react-toastify": "^5.5.0",
"react-universal-hooks": "^0.5.0",
"redux": "^4.0.5",
"redux-devtools-extension": "^2.13.8",
"redux-immutable-state-invariant": "^2.1.0",
"redux-logger": "^3.0.6",
"redux-mock-store": "^1.5.4",
"redux-thunk": "^2.3.0",
"scss-config-webpack-plugin": "^2.0.0",
"social-media-icons-react": "^1.0.10",
"socket.io": "^2.3.0",
"socket.io-client": "^2.3.0",
"uuid": "^8.1.0",
"webpack": "^4.43.0",
"webpack-cli": "^3.3.11",
"webpack-dev-server": "^3.11.0"
}
}