-
Notifications
You must be signed in to change notification settings - Fork 1
/
package.json
87 lines (87 loc) · 2.38 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": "mta_crowding_interactive",
"version": "0.1.0",
"private": true,
"dependencies": {
"@dataclinic/about-page": "^0.3.5",
"@dataclinic/icons": "^0.3.5",
"@dataclinic/theme": "^0.3.5",
"@dataclinic/typography": "^0.3.5",
"@fortawesome/fontawesome-svg-core": "^1.2.30",
"@fortawesome/free-solid-svg-icons": "^5.14.0",
"@fortawesome/react-fontawesome": "fortawesome/react-fontawesome",
"@material-ui/core": "^4.11.0",
"@testing-library/jest-dom": "^4.2.4",
"@testing-library/react": "^9.3.2",
"@testing-library/user-event": "^7.1.2",
"@types/chartjs-plugin-annotation": "^0.5.0",
"@types/jest": "^24.0.0",
"@types/node": "^12.0.0",
"@types/react": "^16.9.0",
"@types/react-dom": "^16.9.0",
"@types/react-modal": "^3.10.6",
"chart.js": "^2.9.3",
"chartjs-plugin-annotation": "^0.5.7",
"fathom-client": "^3.0.0",
"gh-pages": "^2.2.0",
"md5": "^2.3.0",
"papaparse": "^5.2.0",
"query-string": "^6.13.1",
"react": "^16.13.1",
"react-chartjs-2": "^2.9.0",
"react-dom": "^16.13.1",
"react-input-slider": "^6.0.0",
"react-modal": "^3.11.2",
"react-scripts": "3.4.1",
"react-share": "^4.2.1",
"react-tooltip": "^4.2.10",
"react-use-dimensions": "^1.2.1",
"styled-components": "^5.1.1",
"typeface-lato": "^0.0.75",
"typescript": "~3.7.2",
"use-media": "^1.4.0"
},
"husky": {
"hooks": {
"pre-commit": "lint-staged"
}
},
"lint-staged": {
"./src/*.{js,jsx,ts,tsx}": [
"npx prettier --write",
"eslint . --ext .ts"
]
},
"scripts": {
"start": "react-scripts start",
"build": "CI=\"\" react-scripts build",
"test": "react-scripts test",
"eject": "react-scripts eject",
"predeploy": "yarn build",
"deploy": "gh-pages -d build"
},
"browserslist": {
"production": [
">0.2%",
"not dead",
"not op_mini all"
],
"development": [
"last 1 chrome version",
"last 1 firefox version",
"last 1 safari version"
]
},
"devDependencies": {
"@types/md5": "^2.2.0",
"@types/papaparse": "^5.0.3",
"@typescript-eslint/eslint-plugin": "^3.8.0",
"@typescript-eslint/parser": "^3.8.0",
"eslint-config-airbnb": "^18.2.0",
"eslint-plugin-react": "^7.20.5",
"husky": "^4.2.5",
"lint-staged": "^10.2.11",
"node-sass": "^4.14.1",
"prettier": "^2.0.5"
}
}