-
Notifications
You must be signed in to change notification settings - Fork 6
/
Copy pathpackage.json
124 lines (124 loc) · 3.81 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
{
"name": "ah-the-immortals-frontend",
"version": "1.0.0",
"description": "",
"main": "index.js",
"scripts": {
"test": "npm run lint src/ src/**/*.js[x] && jest --coverage --colors",
"test:watch": "jest --watch",
"build": "webpack -p",
"start:dev": "webpack -d && webpack-dev-server --mode development --open --hot",
"lint": "./node_modules/.bin/eslint",
"start": "node server.js"
},
"repository": {
"type": "git",
"url": "git+https://github.com/andela/ah-the-immortals-frontend.git"
},
"author": "",
"license": "ISC",
"bugs": {
"url": "https://github.com/andela/ah-the-immortals-frontend/issues"
},
"jest": {},
"homepage": "https://github.com/andela/ah-the-immortals-frontend#readme",
"devDependencies": {
"@babel/plugin-proposal-class-properties": "^7.4.4",
"@babel/preset-env": "^7.4.5",
"@babel/preset-react": "^7.0.0",
"@stimulus/mutation-observers": "^1.1.1",
"babel-eslint": "^10.0.1",
"babel-jest": "^24.8.0",
"babel-loader": "^8.0.6",
"eslint": "^5.16.0",
"eslint-config-airbnb": "^17.1.0",
"eslint-config-airbnb-base": "^13.1.0",
"eslint-plugin-import": "^2.17.3",
"eslint-plugin-jsx-a11y": "^6.2.1",
"eslint-plugin-react": "^7.13.0",
"firebase-mock": "^2.2.10",
"file-loader": "^3.0.1",
"jest": "^24.8.0",
"jest-css-modules": "^2.0.0",
"jest-static-stubs": "0.0.1",
"moxios": "^0.4.0",
"redux-mock-store": "^1.5.3"
},
"dependencies": {
"@babel/core": "^7.4.5",
"@babel/plugin-proposal-class-properties": "^7.4.4",
"@babel/polyfill": "^7.4.4",
"@fortawesome/fontawesome-svg-core": "^1.2.18",
"@fortawesome/free-brands-svg-icons": "^5.8.2",
"@fortawesome/free-solid-svg-icons": "^5.8.2",
"@fortawesome/react-fontawesome": "^0.1.4",
"acorn": "^6.1.1",
"axios": "^0.18.1",
"babel-polyfill": "^6.26.0",
"bootstrap": "^4.3.1",
"classnames": "^2.2.6",
"coveralls": "^3.0.3",
"css-loader": "^2.1.1",
"dotenv": "^8.0.0",
"dotenv-webpack": "^1.7.0",
"enzyme": "^3.10.0",
"enzyme-adapter-react-16": "^1.14.0",
"enzyme-to-json": "^3.3.5",
"express": "^4.17.1",
"file-loader": "^3.0.1",
"firebase": "^5.11.1",
"history": "^4.9.0",
"html-webpack-plugin": "^3.2.0",
"image-webpack-loader": "^5.0.0",
"img-loader": "^3.0.1",
"jest": "^24.8.0",
"jquery": "^3.4.1",
"jsdom": "^14.1.0",
"jwt-decode": "^2.2.0",
"mdbreact": "^4.16.0",
"moment": "^2.24.0",
"moxios": "^0.4.0",
"mutation-observer": "^1.0.3",
"node-sass": "^4.12.0",
"npm": "^6.9.0",
"path": "^0.12.7",
"prop-types": "^15.7.2",
"q": "^1.5.1",
"react": "^16.8.6",
"react-avatar-edit": "^0.8.2",
"react-avatar-uploader": "^1.0.3",
"react-bootstrap": "^1.0.0-beta.9",
"react-dnd": "^5.0.0",
"react-dnd-html5-backend": "^3.0.2",
"react-bootstrap-toggle": "^2.3.2",
"react-dom": "^16.8.6",
"react-dropzone": "^10.1.5",
"react-firebaseui": "^3.1.2",
"react-highlight-words": "^0.16.0",
"react-moment": "^0.9.2",
"react-mutation-observer": "^1.1.0",
"react-paginate": "^6.3.0",
"react-quill": "^1.3.3",
"react-redux": "^7.0.3",
"react-render-html": "^0.6.0",
"react-router": "^5.0.0",
"react-router-dom": "^5.0.0",
"react-star-rating-component": "^1.4.1",
"react-star-ratings": "^2.3.0",
"react-tag-input": "^6.4.0",
"react-toastify": "^5.2.1",
"react-toasts": "^3.0.3",
"react-transition-group": "^1.2.1",
"redux": "^4.0.1",
"redux-devtools-extension": "^2.13.8",
"redux-logger": "^3.0.6",
"redux-thunk": "^2.3.0",
"sass-loader": "^7.1.0",
"style-loader": "^0.23.1",
"toasted-notes": "^2.1.5",
"url-loader": "^1.1.2",
"webpack": "^4.32.2",
"webpack-cli": "^3.3.2",
"webpack-dev-server": "^3.5.1"
}
}