forked from andela/Ah-frontend-xmen
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
128 lines (128 loc) · 3.91 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
{
"name": "Ah-frontend-xmen",
"version": "1.0.0",
"description": "#### A Social platform for the creative at heart.",
"main": "index.js",
"engines": {
"node": "10.15.1"
},
"scripts": {
"test": "jest",
"test:watch": "jest --watch",
"test:coverage": " jest --collectCoverage",
"start": "webpack-dev-server --open --mode development",
"build": "webpack --mode production",
"lint": "eslint . --ignore-path .gitignore",
"lint:fix": "eslint . --ignore-path .gitignore --fix",
"heroku-postbuild": "npm run build"
},
"dependencies": {
"@babel/cli": "^7.2.3",
"@babel/runtime": "^7.3.1",
"argon-design-system-free": "^1.0.1",
"babel-polyfill": "^6.26.0",
"dotenv": "^6.2.0",
"dotenv-webpack": "^1.7.0",
"enzyme": "^3.8.0",
"enzyme-adapter-react-16": "^1.9.1",
"enzyme-to-json": "^3.3.5",
"expect": "^24.1.0",
"fetch-mock": "^7.3.0",
"file-loader": "^3.0.1",
"html-react-parser": "^0.6.1",
"image-webpack-loader": "^4.6.0",
"jest-fetch-mock": "^2.1.1",
"jsonwebtoken": "^8.5.0",
"jwt-decode": "^2.2.0",
"node-fetch": "^2.3.0",
"prop-types": "^15.7.2",
"react": "^16.7.0",
"react-collapsible": "^2.6.0",
"react-dom": "^16.7.0",
"react-dropdown": "^1.6.4",
"react-facebook-login": "^4.1.1",
"react-google-login": "^5.0.2",
"react-quill": "^1.3.3",
"react-redux": "^6.0.0",
"react-responsive-modal": "^3.6.0",
"react-router": "^4.3.1",
"react-router-dom": "^4.3.1",
"react-star-ratings": "^2.3.0",
"react-tabs": "^3.0.0",
"react-tagsinput": "^3.19.0",
"react-toastify": "^4.5.2",
"react-tooltip": "^3.9.2",
"redux": "^4.0.1",
"redux-devtools-extension": "^2.13.8",
"redux-thunk": "^2.3.0",
"sinon": "^7.2.5",
"uniqid": "^5.0.3",
"uuid": "^3.3.2",
"yarn": "^1.13.0"
},
"devDependencies": {
"@babel/core": "^7.2.2",
"@babel/plugin-proposal-class-properties": "^7.0.0",
"@babel/plugin-syntax-dynamic-import": "^7.0.0",
"@babel/plugin-transform-regenerator": "^7.0.0",
"@babel/plugin-transform-runtime": "^7.2.0",
"@babel/polyfill": "^7.0.0-beta.51",
"@babel/preset-env": "^7.3.1",
"@babel/preset-react": "^7.0.0",
"babel-eslint": "^10.0.1",
"babel-loader": "^8.0.5",
"babel-polyfill": "^6.26.0",
"copy-webpack-plugin": "^4.5.1",
"css-loader": "^2.1.0",
"enzyme": "^3.8.0",
"enzyme-adapter-react-16": "^1.9.1",
"enzyme-to-json": "^3.3.5",
"eslint": "^5.13.0",
"eslint-config-airbnb": "^17.1.0",
"eslint-config-airbnb-base": "^13.1.0",
"eslint-loader": "^2.1.2",
"eslint-plugin-import": "^2.16.0",
"eslint-plugin-jsx-a11y": "^6.2.1",
"eslint-plugin-react": "^7.12.4",
"fetch-mock": "^7.3.0",
"html-loader": "^0.5.5",
"html-webpack-plugin": "^3.2.0",
"identity-obj-proxy": "^3.0.0",
"jest": "^24.1.0",
"jest-localstorage-mock": "^2.4.0",
"node-fetch": "^2.3.0",
"node-sass": "^4.11.0",
"prettier": "^1.16.4",
"reactstrap": "^7.1.0",
"redux-mock-store": "^1.5.3",
"sass-loader": "^7.1.0",
"style-loader": "^0.23.1",
"uglifyjs-webpack-plugin": "^1.2.5",
"webpack": "^4.29.0",
"webpack-cli": "^3.2.1",
"webpack-dev-server": "^3.1.14",
"webpack-merge": "^4.1.3",
"webpack-visualizer-plugin": "^0.1.11"
},
"heroku-run-build-script": true,
"jest": {
"moduleNameMapper": {
"\\.(jpg|jpeg|png|gif|eot|otf|webp|svg|ttf|woff|woff2|mp4|webm|wav|mp3|m4a|aac|oga)$": "<rootDir>/__mocks__/fileMock.js",
"\\.(css|less)$": "identity-obj-proxy"
},
"setupFiles": [
"jest-localstorage-mock"
]
},
"repository": {
"type": "git",
"url": "git+https://github.com/andela/Ah-frontend-xmen.git"
},
"keywords": [],
"author": "",
"license": "ISC",
"bugs": {
"url": "https://github.com/andela/Ah-frontend-xmen/issues"
},
"homepage": "https://github.com/andela/Ah-frontend-xmen#readme"
}