-
Notifications
You must be signed in to change notification settings - Fork 3
Expand file tree
/
Copy pathpackage.json
More file actions
96 lines (96 loc) · 2.89 KB
/
Copy pathpackage.json
File metadata and controls
96 lines (96 loc) · 2.89 KB
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
{
"name": "ah-frontend-prime",
"version": "1.0.0",
"description": "Authors Haven - A Social platform for the creative at heart",
"main": "index.js",
"engines": {
"node": "10.15.3",
"npm": "6.4.1"
},
"scripts": {
"test": "jest -u --coverage",
"test:watch": "jest --watch",
"test:coveralls": "jest --coverage --coverageReporters=text-lcov | coveralls",
"start": "webpack-dev-server --open --hot --mode development --https",
"build": "webpack --mode production",
"lint": "eslint . --ignore-path .eslintignore",
"lint:fix": "eslint . --ignore-path .gitignore --fix"
},
"repository": {
"type": "git",
"url": "git+https://github.com/andela/ah-frontend-prime.git"
},
"author": "prime-developers",
"license": "MIT",
"bugs": {
"url": "https://github.com/andela/ah-frontend-prime/issues"
},
"homepage": "https://github.com/andela/ah-frontend-prime#readme",
"dependencies": {
"@material-ui/core": "^3.9.3",
"@material-ui/icons": "^3.0.2",
"axios": "^0.18.0",
"axios-mock-adapter": "^1.16.0",
"babel-eslint": "^10.0.1",
"babel-jest": "^24.8.0",
"bootstrap": "^4.3.1",
"classnames": "^2.2.6",
"enzyme": "^3.9.0",
"enzyme-adapter-react-16": "^1.12.1",
"express": "^4.16.4",
"file-loader": "^3.0.1",
"firebase": "^6.0.2",
"moment": "^2.24.0",
"moxios": "^0.4.0",
"prettier": "^1.17.0",
"prop-types": "^15.7.2",
"react-facebook-login": "^4.1.1",
"react-google-login": "^5.0.4",
"react-loader": "^2.4.5",
"react-loader-spinner": "^2.3.0",
"react-quill": "^1.3.3",
"react-redux": "^7.0.3",
"react-router-dom": "^5.0.0",
"react-test-renderer": "^16.8.6",
"react-toastify": "^5.1.0",
"redux": "^4.0.1",
"redux-mock-store": "^1.5.3",
"redux-thunk": "^2.3.0",
"semantic-ui-react": "^0.87.1",
"url-loader": "^1.1.2"
},
"devDependencies": {
"@babel/core": "^7.4.4",
"@babel/plugin-proposal-class-properties": "^7.4.4",
"@babel/plugin-transform-runtime": "^7.4.3",
"@babel/preset-env": "^7.4.4",
"@babel/preset-react": "^7.0.0",
"@material-ui/core": "^3.9.3",
"@material-ui/icons": "^3.0.2",
"axios": "^0.18.0",
"babel-loader": "^8.0.5",
"coveralls": "^3.0.3",
"css-loader": "^2.1.1",
"eslint": "^5.16.0",
"eslint-config-prettier": "^4.2.0",
"eslint-plugin-prettier": "^3.0.1",
"eslint-plugin-react": "^7.12.4",
"file-loader": "^3.0.1",
"html-webpack-plugin": "^3.2.0",
"jest": "^24.8.0",
"jwt-decode": "^2.2.0",
"moxios": "^0.4.0",
"node-sass": "^4.12.0",
"prettier": "^1.17.0",
"react": "^16.8.6",
"react-dom": "^16.8.6",
"redux-devtools-extension": "^2.13.8",
"redux-mock-store": "^1.5.3",
"sass-loader": "^7.1.0",
"style-loader": "^0.23.1",
"url-loader": "^1.1.2",
"webpack": "^4.30.0",
"webpack-cli": "^3.3.1",
"webpack-dev-server": "^3.3.1"
}
}