-
Notifications
You must be signed in to change notification settings - Fork 6
/
Copy pathpackage.json
100 lines (100 loc) · 3.04 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
{
"name": "lit-kigali1-frontend",
"version": "1.0.0",
"description": "Authors Haven Front End",
"main": "index.js",
"scripts": {
"test": "jest --coverage --forceExit --detectOpenHandles",
"test:watch": "npm run test -- --watch",
"test:coveralls": "npm run test && npm run coveralls",
"coveralls": "cat ./coverage/lcov.info | coveralls",
"lint": "node_modules/.bin/eslint .",
"lint:fix": "prettier-eslint --write '**/*.js'",
"start": "webpack-dev-server --config ./webpack.config.js --mode development --open",
"build": "webpack --mode production"
},
"repository": {
"type": "git",
"url": "git+https://github.com/andela/Lit-Kigali1-Frontend.git"
},
"keywords": [
"authors_haven",
"react",
"redux",
"front_end"
],
"author": "LIT KIGALI",
"license": "MIT",
"bugs": {
"url": "https://github.com/andela/Lit-Kigali1-Frontend/issues"
},
"homepage": "https://github.com/andela/Lit-Kigali1-Frontend#readme",
"dependencies": {
"axios": "^0.18.0",
"coveralls": "^3.0.3",
"dotenv": "^7.0.0",
"dotenv-webpack": "^1.7.0",
"draft-js": "^0.10.5",
"draft-js-plugins-editor": "^2.1.1",
"draftjs-to-html": "^0.8.4",
"draftjs-utils": "^0.9.4",
"enzyme": "^3.9.0",
"enzyme-adapter-react-16": "^1.11.2",
"html-to-react": "^1.3.4",
"moment": "^2.24.0",
"prop-types": "^15.7.2",
"query-string": "^6.5.0",
"react": "^16.8.5",
"react-content-loader": "^4.2.1",
"react-datepicker": "^2.3.0",
"react-dom": "^16.8.5",
"react-dropzone": "^10.1.3",
"react-redux": "^6.0.1",
"react-router-dom": "^5.0.0",
"react-textarea-autosize": "^7.1.0",
"react-slideshow-image": "^1.1.5",
"redux": "^4.0.1",
"redux-devtools-extension": "^2.13.8",
"redux-thunk": "^2.3.0",
"styled-components": "^4.2.0",
"superagent": "^5.0.2",
"uuid": "^3.3.2",
"validator": "^10.11.0"
},
"devDependencies": {
"@babel/core": "^7.4.0",
"@babel/plugin-proposal-class-properties": "^7.4.0",
"@babel/preset-env": "^7.4.2",
"@babel/preset-react": "^7.0.0",
"babel-eslint": "^10.0.1",
"babel-jest": "^24.5.0",
"babel-loader": "^8.0.5",
"babel-plugin-transform-runtime": "^6.23.0",
"babel-polyfill": "^6.26.0",
"copy-webpack-plugin": "^5.0.2",
"css-loader": "^2.1.1",
"eslint": "^5.16.0",
"eslint-config-airbnb": "^17.1.0",
"eslint-plugin-import": "^2.16.0",
"eslint-plugin-jest": "^22.4.1",
"eslint-plugin-jsx-a11y": "^6.2.1",
"eslint-plugin-react": "^7.12.4",
"file-loader": "^3.0.1",
"isomorphic-fetch": "^2.2.1",
"jest-cli": "^24.5.0",
"nock": "^10.0.6",
"node-sass": "^4.11.0",
"prettier-eslint-cli": "^4.7.1",
"react-hot-loader": "^4.8.0",
"react-svg-loader": "^2.1.0",
"react-test-renderer": "^16.8.6",
"redux-mock-store": "^1.5.3",
"sass-loader": "^7.1.0",
"style-loader": "^0.23.1",
"superagent-mock": "^3.7.0",
"url-loader": "^1.1.2",
"webpack": "^4.29.6",
"webpack-cli": "^3.3.0",
"webpack-dev-server": "^3.2.1"
}
}