-
Notifications
You must be signed in to change notification settings - Fork 2
/
package.json
122 lines (122 loc) · 3.53 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
{
"name": "caret-bn-frontend",
"version": "1.0.0",
"description": "",
"main": "index.js",
"scripts": {
"start": "serve -s ./dist",
"dev": "webpack-dev-server --mode development --open --hot",
"build": "webpack --mode production",
"test": "jest --config ./jest.config.json --coverage",
"test:watch": "npm run test -- --watch",
"storybook": "start-storybook -p 6006",
"build-storybook": "build-storybook"
},
"repository": {
"type": "git",
"url": "git+https://github.com/andela/caret-bn-frontend.git"
},
"keywords": [],
"author": "",
"license": "ISC",
"bugs": {
"url": "https://github.com/andela/caret-bn-frontend/issues"
},
"homepage": "https://github.com/andela/caret-bn-frontend#readme",
"dependencies": {
"@babel/plugin-transform-runtime": "^7.7.6",
"@babel/polyfill": "^7.7.0",
"@babel/runtime": "^7.7.6",
"@ckeditor/ckeditor5-build-classic": "^16.0.0",
"@ckeditor/ckeditor5-react": "^2.0.0",
"@material-ui/core": "^4.7.2",
"@material-ui/icons": "^4.5.1",
"axios": "^0.19.0",
"bootstrap": "^4.4.1",
"bootstrap-scss": "^4.4.1",
"create-react-class": "^15.6.3",
"css-loader": "^3.2.0",
"dotenv": "^8.2.0",
"draft-js": "^0.11.3",
"draftjs-to-html": "^0.9.1",
"form-data": "^3.0.0",
"formik": "^2.0.7",
"history": "^4.10.1",
"jest-environment-jsdom": "^24.9.0",
"jsdom": "^16.0.0",
"jsonwebtoken": "^8.5.1",
"jwt-decode": "^2.2.0",
"lodash": "^4.17.15",
"moment": "^2.24.0",
"moxios": "^0.4.0",
"node-sass": "^4.13.0",
"prop-types": "^15.7.2",
"react": "^16.12.0",
"react-bootstrap": "^1.0.0-beta.16",
"react-confirm-alert": "^2.4.1",
"react-datepicker": "^2.10.1",
"react-day-picker": "^7.4.0",
"react-dom": "^16.12.0",
"react-draft-wysiwyg": "^1.14.1",
"react-file-reader": "^1.1.4",
"react-loader-spinner": "^3.1.5",
"react-loading-overlay": "^1.0.1",
"react-photo-gallery": "^8.0.0",
"react-redux": "^7.1.3",
"react-router": "^5.1.2",
"react-router-dom": "^5.1.2",
"react-star-ratings": "^2.3.0",
"react-switch": "^5.0.1",
"react-toastify": "^5.4.1",
"react-with-direction": "^1.3.1",
"redux": "^4.0.4",
"redux-logger": "^3.0.6",
"redux-mock-store": "^1.5.3",
"redux-thunk": "^2.3.0",
"regenerator-runtime": "^0.13.3",
"sass-loader": "^8.0.0",
"serve": "^11.2.0",
"socket.io-client": "^2.3.0",
"style-loader": "^1.0.0",
"tesla-error-handler": "^2.8.0",
"url-loader": "^3.0.0",
"yup": "^0.27.0"
},
"devDependencies": {
"@babel/core": "^7.7.4",
"@babel/plugin-proposal-class-properties": "^7.7.4",
"@babel/plugin-transform-runtime": "^7.7.6",
"@babel/polyfill": "^7.7.0",
"@babel/preset-env": "^7.7.4",
"@babel/preset-react": "^7.7.4",
"@storybook/addon-actions": "^5.2.6",
"@storybook/addon-links": "^5.2.6",
"@storybook/addons": "^5.2.6",
"@storybook/react": "^5.2.6",
"@testing-library/react": "^9.4.0",
"babel-eslint": "^10.0.3",
"babel-loader": "^8.0.6",
"babel-preset-es2015": "^6.24.1",
"enzyme": "^3.10.0",
"enzyme-adapter-react-16": "^1.15.1",
"eslint": "^6.7.1",
"eslint-config-airbnb": "^18.0.1",
"eslint-config-prettier": "^6.7.0",
"eslint-plugin-import": "^2.18.2",
"eslint-plugin-jsx-a11y": "^6.2.3",
"eslint-plugin-react": "^7.16.0",
"html-webpack-plugin": "^3.2.0",
"jest": "^24.9.0",
"jest-mock-axios": "^3.1.2",
"moxios": "^0.4.0",
"prettier": "^1.19.1",
"pretty-quick": "^2.0.1",
"react-test-renderer": "^16.12.0",
"redux-mock-store": "^1.5.3",
"sinon": "^7.5.0",
"url-loader": "^3.0.0",
"webpack": "^4.41.2",
"webpack-cli": "^3.3.10",
"webpack-dev-server": "^3.9.0"
}
}