forked from ProgressiveMass/legislator-scorecard
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
69 lines (69 loc) · 2.26 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
{
"name": "progressive_mass_legislator_scorecard",
"description": "Progressive Massachusetts Legislator Scorecard",
"version": "1.0.0",
"author": "Alex Holachek",
"dependencies": {
"bootstrap": "^4.3.1",
"gatsby": "^2.19.43",
"gatsby-image": "^2.2.43",
"gatsby-plugin-google-analytics": "^2.1.37",
"gatsby-plugin-manifest": "^2.2.47",
"gatsby-plugin-offline": "^3.0.40",
"gatsby-plugin-prefetch-google-fonts": "^1.4.3",
"gatsby-plugin-react-helmet": "^3.1.23",
"gatsby-plugin-robots-txt": "^1.5.0",
"gatsby-plugin-sass": "^2.1.30",
"gatsby-plugin-sitemap": "^2.2.29",
"gatsby-plugin-sharp": "^2.0.32",
"gatsby-source-filesystem": "^2.1.55",
"gatsby-transformer-json": "^2.2.27",
"gatsby-transformer-sharp": "^2.3.18",
"node-sass": "^4.13.1",
"prop-types": "^15.7.2",
"query-string": "^6.11.1",
"react": "^16.13.0",
"react-dom": "^16.13.0",
"react-helmet": "^5.2.1",
"react-lazyload": "^2.6.5",
"react-responsive-tabs": "^3.3.0",
"react-sticky": "^6.0.3",
"react-sticky-table": "^2.0.5",
"react-tippy": "1.3.4"
},
"devDependencies": {
"axios": "^0.18.0",
"axios-curlirize": "^1.1.0",
"csv": "^5.1.1",
"dotenv": "^7.0.0",
"express": "^4.16.4",
"fs-extra": "^7.0.1",
"normalize-strings": "^1.1.0",
"prettier": "^1.16.4",
"string-similarity": "^3.0.0"
},
"keywords": [
"gatsby"
],
"license": "MIT",
"scripts": {
"build": "yarn run build-data; gatsby build",
"develop": "gatsby develop",
"format": "prettier --write src/**/*.{js,jsx}",
"start": "npm run develop",
"serve": "gatsby serve",
"gatsby:debug": "node --nolazy --inspect-brk node_modules/gatsby/dist/bin/gatsby develop",
"build-data": "node processData/downloadAndBuildData/index.js",
"serve:functions": "firebase serve",
"deploy:functions:prod": "firebase deploy --only functions -P prod",
"deploy:prod": "yarn run build && firebase deploy --only hosting -P prod",
"deploy:dev": "yarn run build && firebase deploy --only hosting -P staging"
},
"repository": {
"type": "git",
"url": "https://github.com/ProgressiveMass/legislator-scorecard"
},
"bugs": {
"url": "https://github.com/ProgressiveMass/legislator-scorecard/issues"
}
}