-
Notifications
You must be signed in to change notification settings - Fork 50
/
package.json
51 lines (51 loc) · 1.52 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
{
"name": "voteusfrontend",
"version": "1.0.0",
"description": "[![Build Status](https://travis-ci.org/voteamerica/voteamerica.github.io.svg?branch=master)](https://travis-ci.org/voteamerica/voteamerica.github.io)",
"main": "index.js",
"directories": {
"doc": "docs"
},
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": {
"type": "git",
"url": "git+https://github.com/jkbits1/voteamerica.github.io.git"
},
"author": "",
"license": "ISC",
"bugs": {
"url": "https://github.com/jkbits1/voteamerica.github.io/issues"
},
"homepage": "https://github.com/jkbits1/voteamerica.github.io#readme",
"devDependencies": {
"@babel/core": "^7.1.2",
"@babel/plugin-proposal-object-rest-spread": "^7.0.0",
"@babel/plugin-transform-regenerator": "^7.0.0",
"@babel/plugin-transform-runtime": "^7.1.0",
"@babel/preset-env": "^7.1.0",
"@babel/preset-react": "^7.0.0",
"@babel/runtime": "^7.1.2",
"babel-loader": "^8.0.4",
"babel-plugin-styled-components": "^1.8.0",
"bs-platform": "^4.0.7",
"css-loader": "^1.0.0",
"react": "^16.4.2",
"react-addons-update": "^15.6.2",
"react-dom": "^16.4.2",
"style-loader": "^0.22.1",
"webpack": "^4.16.5",
"webpack-cli": "^3.1.0",
"webpack-merge": "^4.1.4"
},
"dependencies": {
"axios": "^0.18.0",
"react-redux": "^5.0.7",
"react-table": "^6.8.6",
"reason-react": "^0.5.3",
"redux": "^4.0.0",
"redux-saga": "^0.16.0",
"styled-components": "^3.4.10"
}
}