-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
88 lines (88 loc) · 2.3 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
{
"name": "supervision-success-component",
"description": "A tool for modeling the impact of an increase in supervision success on the broader justice system",
"repository": "[email protected]:Recidiviz/supervision-success-component.git",
"author": "Recidiviz <[email protected]>",
"license": "GNU General Public License v3",
"version": "1.0.0",
"private": true,
"dependencies": {
"blob-polyfill": "^4.0.20200601",
"chart.js": "^2.9.4",
"csvtojson": "^2.0.10",
"immer": "^9.0.6",
"is-svg": "^4.2.2",
"prop-types": "^15.7.2",
"react": "^16.13.1",
"react-app-polyfill": "^1.0.6",
"react-chartjs-2": "^2.10.0",
"react-dom": "^16.13.1",
"react-select": "^3.1.0",
"react-slider": "^1.0.9",
"react-spinners": "^0.9.0",
"sockjs": "^0.3.20",
"url-parse": "^1.5.9"
},
"devDependencies": {
"@testing-library/jest-dom": "^5.11.4",
"@testing-library/react": "^11.0.4",
"@testing-library/react-hooks": "^3.4.1",
"coveralls": "^3.1.0",
"eslint-config-airbnb": "^18.2.0",
"eslint-config-prettier": "^6.11.0",
"eslint-plugin-prettier": "^3.1.4",
"husky": "^4.3.0",
"lint-staged": "^10.4.0",
"prettier": "^2.1.2",
"react-scripts": "3.4.4",
"react-test-renderer": "^16.13.1",
"sass": "^1.49.8"
},
"scripts": {
"start": "react-scripts start",
"build": "react-scripts build",
"test": "react-scripts test",
"lint": "eslint ./src",
"eject": "react-scripts eject"
},
"husky": {
"hooks": {
"pre-commit": "lint-staged"
}
},
"lint-staged": {
"*.js": "eslint --fix"
},
"eslintConfig": {
"extends": "react-app"
},
"browserslist": [
"last 1 chrome version",
"last 1 edge version",
"last 1 firefox version",
"last 1 safari version",
"ie 11",
"last 1 and_chr version",
"last 1 ios_saf version"
],
"jest": {
"collectCoverageFrom": [
"!src/*.js"
],
"moduleNameMapper": {
"\\.(css)$": "<rootDir>/__mocks__/styleMock.js"
}
},
"resolutions": {
"is-svg": "^4.2.2",
"sockjs": "^0.3.20",
"ssri": "^8.0.1",
"immer": "^9.0.6",
"nth-check": "^2.0.1",
"object-path": "^0.11.6",
"eslint-plugin-import": "2.22.1",
"selfsigned": "1.10.13",
"**/glob-parent": "^5.1.2",
"**/normalize-url": "^4.5.1"
}
}