-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
63 lines (63 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
{
"private": true,
"scripts": {
"start": "brunch watch --server",
"prod": "brunch build --production",
"clean": "rimraf public",
"set-cname": "echo 'election-match.ec5.me' > public/CNAME",
"gh-pages": "gh-pages -d public",
"deploy": "npm-run-all clean prod set-cname gh-pages",
"build-data": "babel-node build-data"
},
"dependencies": {
"base64-js": "^1.1.2",
"copy-to-clipboard": "^3.0.0",
"fuse.js": "^2.2.0",
"glob": "^7.0.3",
"jsonfile": "^2.3.1",
"lodash": "^4.12.0",
"moment": "^2.13.0",
"pako": "^1.0.1",
"query-string": "^4.1.0",
"react": "^15.0.2",
"react-addons-shallow-compare": "^15.0.2",
"react-bootstrap": "^0.29.4",
"react-dom": "^15.0.2",
"react-list": "^0.7.18",
"react-scroll-up": "^1.1.4",
"reselect": "^2.5.1"
},
"devDependencies": {
"auto-reload-brunch": "^2.7.1",
"babel-brunch": "~6.0.4",
"babel-cli": "^6.8.0",
"babel-eslint": "^6.1.0",
"babel-plugin-dev-expression": "^0.2.1",
"babel-plugin-lodash": "^3.1.4",
"babel-preset-es2015": "~6.6.0",
"babel-preset-react": "^6.5.0",
"babel-preset-stage-0": "^6.5.0",
"brunch": "^2.7.7",
"clean-css-brunch": "^2.0.0",
"css-brunch": "^2.6.1",
"eslint-brunch": "^3.5.1",
"eslint-config-airbnb": "^9.0.1",
"eslint-import-resolver-node": "^0.2.0",
"eslint-plugin-babel": "^3.2.0",
"eslint-plugin-import": "^1.8.1",
"eslint-plugin-jsx-a11y": "^1.5.3",
"eslint-plugin-lodash": "^1.9.2",
"eslint-plugin-mocha": "^3.0.0",
"eslint-plugin-react": "^5.2.1",
"eslint-plugin-should-promised": "^1.0.8",
"gh-pages": "^0.11.0",
"javascript-brunch": "^2.0.0",
"less-brunch": "^2.6.0",
"npm-run-all": "^2.1.0",
"rimraf": "^2.5.2",
"sass-brunch": "^2.6.3",
"stylus-brunch": "^2.6.0",
"uglify-js-brunch": "^2.0.1",
"xml2js": "^0.4.16"
}
}