forked from codeforboston/windfall-elimination
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
87 lines (87 loc) · 2.74 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
{
"name": "windfall-awareness",
"private": true,
"description": "a tool to help retirees affected by the Social Security Windfall Elimination Provision",
"version": "0.5.0",
"author": "Code for Boston <[email protected]>",
"dependencies": {
"@emotion/core": "^10.0.10",
"@emotion/styled": "^10.0.10",
"@fortawesome/fontawesome-svg-core": "^1.2.30",
"@fortawesome/free-solid-svg-icons": "^5.14.0",
"@fortawesome/react-fontawesome": "^0.1.11",
"@reach/router": "^1.3.3",
"@types/jest": "^26.0.7",
"@types/pdfjs-dist": "^2.1.3",
"@types/react-datepicker": "^3.1.1",
"@types/react-helmet": "^6.1.0",
"@types/use-persisted-state": "^0.3.0",
"babel-preset-gatsby": "^0.5.6",
"core-js": "3.6.5",
"d3": "^6.2.0",
"d3-format": "^1.4.3",
"dayjs": "^1.8.15",
"fast-xml-parser": "^3.12.16",
"gatsby": "^2.24.50",
"gatsby-cli": "^2.12.88",
"gatsby-image": "^2.4.16",
"gatsby-plugin-emotion": "^4.3.10",
"gatsby-plugin-google-analytics": "^2.3.13",
"gatsby-plugin-layout": "^1.3.10",
"gatsby-plugin-manifest": "^2.4.24",
"gatsby-plugin-offline": "^3.2.24",
"gatsby-plugin-react-helmet": "^3.3.10",
"gatsby-plugin-sharp": "^2.6.28",
"gatsby-plugin-typescript": "^2.4.18",
"gatsby-source-filesystem": "^2.3.25",
"gatsby-transformer-sharp": "^2.5.13",
"pdfjs-dist": "2.1.266",
"prop-types": "^15.7.2",
"rc-slider": "^8.7.1",
"react": "^16.13.1",
"react-datepicker": "^3.1.3",
"react-dom": "^16.13.1",
"react-helmet": "^5.2.0",
"react-slick": "^0.25.2",
"sharp": "^0.26.0",
"typescript": "^3.3.4000",
"use-persisted-state": "^0.3.0"
},
"devDependencies": {
"@babel/plugin-syntax-nullish-coalescing-operator": "^7.8.3",
"@types/node": "^14.0.14",
"@types/rc-slider": "^8.6.5",
"@types/react": "^16.9.47",
"@types/react-dom": "^16.9.8",
"@typescript-eslint/eslint-plugin": "^2.15.0",
"@typescript-eslint/parser": "^2.15.0",
"babel-jest": "^26.3.0",
"babel-plugin-emotion": "^10.0.9",
"eslint": "^6.8.0",
"eslint-plugin-react": "^7.17.0",
"eslint-plugin-react-hooks": "^4.1.0",
"identity-obj-proxy": "^3.0.0",
"jest": "^24.9.0",
"prettier": "^2.1.2",
"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": "eslint . --ext=ts,tsx && jest"
},
"repository": {
"type": "git",
"url": "https://github.com/codeforboston/windfall-elimination"
},
"bugs": {
"url": "https://github.com/codeforboston/windfall-elimination/issues"
}
}