-
-
Notifications
You must be signed in to change notification settings - Fork 45
/
package.json
89 lines (89 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
88
89
{
"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/react": "^11.4.0",
"@emotion/styled": "^11.3.0",
"@fortawesome/fontawesome-svg-core": "^1.2.30",
"@fortawesome/free-solid-svg-icons": "^5.14.0",
"@fortawesome/react-fontawesome": "^0.1.11",
"@types/jest": "^26.0.7",
"@types/pdfjs-dist": "^2.1.3",
"@types/react-datepicker": "^3.1.1",
"@types/react-helmet": "^6.1.2",
"@types/use-persisted-state": "^0.3.0",
"babel-preset-gatsby": "^1.9.0",
"caniuse-lite": "^1.0.30001198",
"core-js": "3.15.2",
"d3-fetch": "^3.0.1",
"d3-format": "^1.4.3",
"dayjs": "^1.8.15",
"fast-xml-parser": "^3.12.16",
"gatsby": "^3.9.1",
"gatsby-image": "^3.9.0",
"gatsby-plugin-emotion": "^6.9.0",
"gatsby-plugin-google-analytics": "^3.9.0",
"gatsby-plugin-layout": "^2.9.0",
"gatsby-plugin-manifest": "^3.9.0",
"gatsby-plugin-offline": "^4.9.0",
"gatsby-plugin-react-helmet": "^4.9.0",
"gatsby-plugin-sharp": "^3.9.0",
"gatsby-plugin-typescript": "^3.9.0",
"gatsby-source-filesystem": "^3.9.0",
"gatsby-transformer-sharp": "^3.9.0",
"pdfjs-dist": "2.1.266",
"prop-types": "^15.7.2",
"rc-slider": "^8.7.1",
"react": "^17.0.1",
"react-datepicker": "^3.1.3",
"react-dom": "^17.0.1",
"react-helmet": "^6.1.0",
"react-slick": "^0.28.1",
"typescript": "^4.3.5",
"use-persisted-state": "^0.3.3",
"@babel/core":"^7.14.6"
},
"devDependencies": {
"@babel/plugin-syntax-nullish-coalescing-operator": "^7.8.3",
"@types/d3-format": "^3.0.1",
"@types/node": "^16.3.2",
"@types/rc-slider": "^8.6.5",
"@types/react": "^17.0.14",
"@types/react-dom": "^17.0.9",
"@types/react-slick": "^0.23.5",
"@typescript-eslint/eslint-plugin": "^4.28.3",
"@typescript-eslint/parser": "^4.28.3",
"babel-jest": "^27.0.6",
"babel-plugin-emotion": "^11.0.0",
"eslint": "^7.30.0",
"identity-obj-proxy": "^3.0.0",
"jest": "^27.0.6",
"prettier": "^2.3.2",
"ts-jest": "^27.0.3"
},
"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"
},
"engines": {
"node": ">=0.12.13"
}
}