-
Notifications
You must be signed in to change notification settings - Fork 4
/
package.json
95 lines (95 loc) · 2.66 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
{
"name": "civic-engagement",
"version": "1.0.0",
"description": "streamlined information about civic activities and opportunities to get involved, your civics portal",
"main": "index.js",
"dependencies": {
"@google/maps": "^0.3.1",
"axios": "^0.15.3",
"bcrypt": "^1.0.2",
"bluebird": "^3.4.7",
"body-parser": "^1.16.0",
"bourbon": "^4.3.2",
"chart.js": "^2.5.0",
"dateformat": "^2.0.0",
"dotenv": "^4.0.0",
"express": "^4.14.1",
"grommet": "^1.2.1",
"grommet-cli": "^3.0.0",
"history": "^4.5.1",
"jquery-param": "^0.2.0",
"js-cookie": "^2.1.3",
"jwt-simple": "^0.5.1",
"morgan": "^1.8.1",
"path": "^0.12.7",
"pg": "^6.1.2",
"pg-hstore": "^2.3.2",
"promise": "^7.1.1",
"radium": "^0.18.1",
"react": "^15.4.2",
"react-burger-menu": "^1.10.12",
"react-chartjs-2": "^2.0.5",
"react-dom": "^15.4.2",
"react-dropzone": "^3.11.0",
"react-google-maps": "^4.11.0",
"react-http-request": "^1.0.3",
"react-intl": "^2.2.3",
"react-redux": "^5.0.2",
"react-router": "^3.0.2",
"react-router-dom": "^4.0.0-beta.6",
"redux": "^3.6.0",
"redux-devtools": "^3.3.2",
"redux-logger": "^2.8.1",
"redux-promise": "^0.5.3",
"request": "^2.79.0",
"request-promise": "^4.1.1",
"sequelize": "^3.30.2",
"shortid": "^2.2.6",
"superagent": "^3.5.0",
"underscore": "^1.8.3",
"webpack": "^2.2.1",
"webpack-dev-middleware": "^1.10.0"
},
"devDependencies": {
"babel-core": "^6.22.1",
"babel-loader": "^6.2.10",
"babel-preset-es2015": "^6.22.0",
"babel-preset-latest": "^6.22.0",
"babel-preset-react": "^6.22.0",
"babel-preset-stage-2": "^6.22.0",
"css-loader": "^0.26.1",
"eslint": "^3.15.0",
"eslint-config-airbnb": "^14.1.0",
"eslint-plugin-import": "^2.2.0",
"eslint-plugin-jsx-a11y": "^4.0.0",
"eslint-plugin-react": "^6.9.0",
"extract-text-webpack-plugin": "^2.0.0-rc.3",
"node-sass": "^4.5.0",
"sass-loader": "^6.0.0",
"style-loader": "^0.13.1",
"webpack-dev-server": "^2.4.1"
},
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
"dev": "webpack -d --watch",
"build": "webpack -p",
"start": "nodemon index.js",
"webdev": "webpack-dev-server"
},
"repository": {
"type": "git",
"url": "git+https://github.com/mcfungster/civic-engagement.git"
},
"keywords": [
"civics",
"government",
"protest",
"politics"
],
"author": "boolean-bobcats",
"license": "ISC",
"bugs": {
"url": "https://github.com/mcfungster/civic-engagement/issues"
},
"homepage": "https://github.com/mcfungster/civic-engagement#readme"
}