-
Notifications
You must be signed in to change notification settings - Fork 2
/
Copy pathpackage.json
67 lines (67 loc) · 1.87 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
{
"name": "wevote-client",
"version": "1.0.0",
"description": "A citizens mobilization app",
"main": "index.js",
"scripts": {
"postinstall": "webpack -p",
"start": "node --optimize_for_size --max_old_space_size=460 --gc_interval=100 server.js",
"start:dev": "webpack-dev-server"
},
"repository": {
"type": "git",
"url": "git+https://github.com/ignatiusukwuoma/wevote-client.git"
},
"keywords": [
"vote",
"elections"
],
"author": "WeVote",
"license": "ISC",
"bugs": {
"url": "https://github.com/ignatiusukwuoma/wevote-client/issues"
},
"homepage": "https://github.com/ignatiusukwuoma/wevote-client#readme",
"dependencies": {
"axios": "^0.17.1",
"babel-cli": "^6.26.0",
"babel-core": "^6.26.0",
"babel-eslint": "^8.2.1",
"babel-loader": "^7.1.2",
"babel-preset-env": "^1.6.1",
"babel-preset-react": "^6.24.1",
"babel-preset-stage-2": "^6.24.1",
"babel-register": "^6.26.0",
"bootstrap": "^4.0.0-alpha.6",
"css-loader": "^0.28.8",
"d3": "^4.13.0",
"dotenv": "^4.0.0",
"eslint": "^4.15.0",
"express": "^4.16.2",
"extract-text-webpack-plugin": "^3.0.2",
"file-loader": "^1.1.6",
"html-webpack-plugin": "^2.30.1",
"jsonwebtoken": "^8.1.1",
"naija-state-local-government": "^1.1.0",
"node-sass": "^4.7.2",
"nodemon": "^1.14.10",
"prop-types": "^15.6.0",
"react": "^16.2.0",
"react-device-detect": "^0.1.0",
"react-dom": "^16.2.0",
"react-redux": "^5.0.6",
"react-router": "^4.2.0",
"react-router-dom": "^4.2.2",
"react-stepper-horizontal": "^1.0.10",
"redux": "^3.7.2",
"redux-thunk": "^2.2.0",
"sass-loader": "^6.0.6",
"style-loader": "^0.19.1",
"toastr": "^2.1.4",
"url-loader": "^0.6.2",
"validator": "^9.4.0",
"webpack": "^3.10.0",
"webpack-dev-server": "^2.10.1"
},
"devDependencies": {}
}