forked from codeforboston/windfall-elimination
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
69 lines (69 loc) · 2.11 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": "windfall-awareness",
"private": true,
"description": "a tool to help retirees affected by the Social Security Windfall Elimination Provision",
"version": "0.1.0",
"author": "Code for Boston <[email protected]>",
"dependencies": {
"@emotion/core": "^10.0.10",
"@emotion/styled": "^10.0.10",
"@observablehq/runtime": "4.2.1",
"@reach/router": "^1.2.1",
"@rebass/grid": "^6.0.0",
"@types/react-helmet": "^5.0.8",
"babel-preset-gatsby": "^0.1.11",
"d3": "^5.11.0",
"dayjs": "^1.8.15",
"fast-xml-parser": "^3.12.16",
"gatsby": "^2.4.2",
"gatsby-cli": "^2.5.13",
"gatsby-image": "^2.0.34",
"gatsby-plugin-emotion": "^4.0.6",
"gatsby-plugin-layout": "^1.0.13",
"gatsby-plugin-manifest": "^2.0.24",
"gatsby-plugin-offline": "^2.0.25",
"gatsby-plugin-react-helmet": "^3.0.11",
"gatsby-plugin-sharp": "^2.0.31",
"gatsby-plugin-typescript": "^2.0.11",
"gatsby-source-filesystem": "^2.0.28",
"gatsby-transformer-sharp": "^2.1.17",
"pdfjs-dist": "2.1.266",
"prop-types": "^15.7.2",
"react": "^16.8.5",
"react-datepicker": "^2.9.6",
"react-dom": "^16.8.5",
"react-helmet": "^5.2.0",
"tesseract.js": "^2.0.0-alpha.11",
"typescript": "^3.3.4000",
"windfall-awareness-notebook-prototype": "https://api.observablehq.com/@thadk/windfall-awareness-notebook-prototype.tgz?v=1"
},
"devDependencies": {
"@types/react": "^16.8.8",
"@types/react-dom": "^16.8.3",
"babel-jest": "^24.9.0",
"babel-plugin-emotion": "^10.0.9",
"identity-obj-proxy": "^3.0.0",
"jest": "^24.9.0",
"prettier": "^1.16.4",
"ts-jest": "^24.0.2"
},
"keywords": [
"gatsby"
],
"license": "MIT",
"scripts": {
"build": "gatsby build",
"develop": "gatsby develop",
"format": "prettier --write src/**/*.{js,jsx,tsx}",
"start": "npm run develop",
"serve": "gatsby serve",
"test": "jest"
},
"repository": {
"type": "git",
"url": "https://github.com/codeforboston/windfall-elimination"
},
"bugs": {
"url": "https://github.com/codeforboston/windfall-elimination/issues"
}
}