-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
79 lines (79 loc) · 2.68 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
{
"name": "ireporter",
"version": "1.0.0",
"description": "Corruption is a huge bane to Africa’s development. African countries must develop novel and localised solutions that will curb this menace, hence the birth of iReporter. iReporter enables any/every citizen to bring any form of corruption to the notice of appropriate authorities and the general public. Users can also report on things that needs government intervention.",
"main": "index.js",
"scripts": {
"test": "jest --runInBand",
"test:watch": "jest --watchAll",
"build": "webpack --config webpack.prod.js",
"start": "node server.js",
"start:dev": "webpack-dev-server --open --config webpack.dev.js",
"webpack": "webpack",
"lint": "./node_modules/.bin/eslint src",
"lint-fixup": "./node_modules/.bin/eslint src --ext .js,.jsx --fix",
"heroku-postbuild": "npm run build"
},
"engines": {
"npm": "6.4.1",
"node": "10.15.3"
},
"repository": {
"type": "git",
"url": "git+https://github.com/nadralia/ireporter_frontend.git"
},
"author": "adralia nelson mandela",
"license": "ISC",
"bugs": {
"url": "https://github.com/nadralia/ireporter_frontend/issues"
},
"homepage": "https://github.com/nadralia/ireporter_frontend#readme",
"devDependencies": {
"@babel/core": "^7.4.5",
"@babel/plugin-proposal-class-properties": "^7.4.4",
"@babel/preset-env": "^7.4.5",
"@babel/preset-react": "^7.0.0",
"babel-core": "^6.26.3",
"babel-eslint": "^10.0.1",
"babel-loader": "^8.0.6",
"clean-webpack-plugin": "^3.0.0",
"css-loader": "^2.1.1",
"enzyme": "^3.9.0",
"enzyme-adapter-react-16": "^1.13.2",
"enzyme-to-json": "^3.3.5",
"eslint": "^5.16.0",
"eslint-config-airbnb": "^17.1.0",
"eslint-plugin-babel": "^5.3.0",
"eslint-plugin-import": "^2.17.3",
"eslint-plugin-jsx-a11y": "^6.2.1",
"eslint-plugin-react": "^7.13.0",
"html-loader": "^0.5.5",
"html-webpack-plugin": "^3.2.0",
"jest": "^24.8.0",
"node-sass": "^4.12.0",
"react": "^16.8.6",
"react-dom": "^16.8.6",
"react-test-renderer": "^16.8.6",
"sass-loader": "^7.1.0",
"style-loader": "^0.23.1",
"webpack": "^4.32.2",
"webpack-cli": "^3.3.2",
"webpack-dev-server": "^3.5.1",
"webpack-merge": "^4.2.1"
},
"dependencies": {
"axios": "^0.19.0",
"eslint-loader": "^2.1.2",
"express": "^4.17.1",
"identity-obj-proxy": "^3.0.0",
"jest-css-modules-transform": "^2.3.0",
"prop-types": "^15.7.2",
"react-redux": "^7.1.0",
"react-router-dom": "^5.0.1",
"react-toastify": "^5.3.1",
"redux": "^4.0.1",
"redux-devtools-extension": "^2.13.8",
"redux-thunk": "^2.3.0",
"serve": "^11.0.2"
}
}