-
Notifications
You must be signed in to change notification settings - Fork 1
/
package.json
45 lines (45 loc) · 1.34 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
{
"name": "fossilfunded",
"version": "2.0.0-1",
"description": "Website to analyze fossil fuel money in Congress.",
"private": true,
"scripts": {
"dev": "webpack-dev-server",
"build": "NODE_ENV=production webpack",
"start": "npm run dev",
"download": "node data/download.js",
"parse": "node data/parse.js",
"analysis": "node data/analysis.js",
"data": "npm run download && npm run parse && npm run analysis",
"icon": "repng src/Icon.js -w 512 -h 512 -o docs -f icon"
},
"devDependencies": {
"axios": "^0.16.2",
"babel-core": "^6.26.0",
"babel-loader": "^7.1.2",
"babel-preset-env": "^1.6.0",
"babel-preset-react": "^6.24.1",
"babel-preset-stage-0": "^6.24.1",
"babel-plugin-transform-flow-strip-types": "^6.22.0",
"comma-number": "^2.0.0",
"flow-bin": "^0.55.0",
"lodash": "^4.17.4",
"react-dom": "^15.6.1",
"react": "^15.6.1",
"rebass": "^1.0.4",
"repng": "^2.0.0-alpha.1",
"respin": "^1.0.1",
"scrape-it": "^3.3.3",
"uglify-es-webpack-plugin": "^0.10.0",
"unfetch": "^3.0.0",
"unformat-usd": "^0.1.1",
"webpack": "^3.6.0",
"webpack-dev-server": "^2.8.2"
},
"author": "Lachlan Campbell <lachlan.campbell@icloud.com>",
"license": "MIT",
"repository": {
"type": "git",
"url": "https://github.com/lachlanjc/fossilfunded"
}
}