-
Notifications
You must be signed in to change notification settings - Fork 10
Expand file tree
/
Copy pathpackage.json
More file actions
92 lines (92 loc) · 2.76 KB
/
package.json
File metadata and controls
92 lines (92 loc) · 2.76 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
{
"name": "react-authorshaven",
"version": "1.0.0",
"description": "A Social platform for the creative at heart",
"main": "index.js",
"scripts": {
"test": "jest --config jest.config.js",
"ci:test": "jest --config jest.config.js | coveralls",
"start": "node src/server.js",
"build": "webpack --config webpack.prod.js",
"dev": "webpack-dev-server --config webpack.dev.js"
},
"repository": {
"type": "git",
"url": "git+https://github.com/andela/ivy-ah-frontend.git"
},
"author": "Andela Simulations Programme",
"license": "MIT",
"bugs": {
"url": "https://github.com/andela/ivy-ah-frontend/issues"
},
"homepage": "https://github.com/andela/ivy-ah-frontend#readme",
"dependencies": {
"autosize": "^4.0.2",
"axios": "^0.18.0",
"draft-js": "^0.10.5",
"draftjs-to-html": "^0.8.4",
"express": "^4.16.4",
"formik": "^1.5.7",
"jest": "^24.7.1",
"jsonwebtoken": "^8.5.1",
"npm": "^6.1.0",
"overlayscrollbars": "^1.7.0",
"prerender-node": "^3.2.4",
"prop-types": "^15.7.2",
"qs": "^6.7.0",
"query-string": "^6.5.0",
"react": "^16.8.6",
"react-dnd": "^5.0.0",
"react-dnd-html5-backend": "^3.0.2",
"react-dom": "^16.8.6",
"react-draft-wysiwyg": "^1.13.2",
"react-helmet": "^5.2.1",
"react-redux": "^7.0.3",
"react-router-dom": "^5.0.0",
"react-tag-input": "^6.4.0",
"react-textarea-autosize": "^7.1.0",
"react-toastify": "^5.1.0",
"redux": "^4.0.1",
"redux-devtools-extension": "^2.13.8",
"redux-persist": "^5.10.0",
"redux-thunk": "^2.3.0",
"semantic-ui-css": "^2.4.1",
"semantic-ui-react": "^0.87.1",
"uglifyjs-webpack-plugin": "^2.1.2",
"uuid": "^3.3.2",
"webpack-merge": "^4.2.1",
"yup": "^0.27.0"
},
"devDependencies": {
"@babel/core": "^7.4.3",
"@babel/polyfill": "^7.4.4",
"@babel/preset-env": "^7.4.4",
"@babel/preset-react": "^7.0.0",
"axios-mock-adapter": "^1.16.0",
"babel-jest": "^24.8.0",
"babel-loader": "^8.0.5",
"babel-plugin-syntax-dynamic-import": "^6.18.0",
"coveralls": "^3.0.3",
"css-loader": "^2.1.1",
"enzyme": "^3.9.0",
"enzyme-adapter-react-16": "^1.13.0",
"enzyme-to-json": "^3.3.5",
"eslint": "^5.16.0",
"eslint-config-airbnb": "^17.1.0",
"eslint-import-resolver-webpack": "^0.11.1",
"eslint-plugin-import": "^2.17.2",
"eslint-plugin-jsx-a11y": "^6.2.1",
"eslint-plugin-react": "^7.12.4",
"fetch-mock": "^7.3.3",
"file-loader": "^3.0.1",
"node-sass": "^4.12.0",
"react-test-renderer": "^16.8.6",
"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.0",
"webpack-dev-server": "^3.3.1"
}
}