-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
100 lines (100 loc) · 3.14 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
90
91
92
93
94
95
96
97
98
99
100
{
"name": "crdc-datahub-ui",
"version": "3.1.0",
"dependencies": {
"@apollo/client": "^3.9.8",
"@axe-core/react": "^4.9.0",
"@emotion/react": "^11.11.0",
"@emotion/styled": "^11.11.0",
"@jalik/form-parser": "^3.1.0",
"@mui/icons-material": "^5.11.16",
"@mui/lab": "^5.0.0-alpha.130",
"@mui/material": "^5.13.1",
"@mui/utils": "^5.15.20",
"@mui/x-date-pickers": "^6.8.0",
"@testing-library/jest-dom": "^5.16.5",
"@testing-library/react": "^13.4.0",
"@testing-library/user-event": "^13.5.0",
"@types/eslint": "^8.56.7",
"@types/react-transition-group": "^4.4.10",
"amazon-quicksight-embedding-sdk": "^2.8.0",
"data-model-navigator": "github:CBIIT/Data-Model-Navigator#CRDC-DH",
"dayjs": "^1.11.8",
"graphql": "^16.7.1",
"graphql-tag": "^2.12.6",
"jest-axe": "^8.0.0",
"jest-fail-on-console": "^3.3.0",
"jspdf": "^2.5.2",
"lodash": "^4.17.21",
"notistack": "^3.0.1",
"papaparse": "^5.4.1",
"react": "^18.2.0",
"react-dom": "^18.2.0",
"react-ga4": "^2.1.0",
"react-helmet-async": "^1.3.0",
"react-hook-form": "^7.45.4",
"react-markdown": "^9.0.1",
"react-multi-carousel": "^2.8.4",
"react-router-dom": "^6.11.2",
"react-scripts": "5.0.1",
"react-transition-group": "^4.4.5",
"recharts": "^2.12.0",
"redux": "^4.2.1",
"web-vitals": "^2.1.4"
},
"overrides": {
"typescript": "^5.4.3"
},
"scripts": {
"start": "react-scripts start",
"build": "react-scripts build",
"eject": "react-scripts eject",
"test": "TZ=UTC react-scripts test",
"test:ci": "TZ=UTC CI=true react-scripts test --passWithNoTests --coverage --maxWorkers=2 --maxConcurrent=2 --logHeapUsage",
"lint": "eslint . --ignore-path .gitignore",
"lint:ci": "eslint . --ignore-path .gitignore --max-warnings 0",
"lint:fix": "eslint --fix . --ignore-path .gitignore",
"format:fix": "prettier --ignore-path .gitignore --write \"**/*.{js,jsx,ts,tsx}\"",
"typecheck": "tsc --noEmit",
"prepare": "husky install"
},
"browserslist": {
"production": [
">0.2%",
"not dead",
"not op_mini all"
],
"development": [
"last 1 chrome version",
"last 1 firefox version",
"last 1 safari version"
]
},
"devDependencies": {
"@aws-sdk/client-quicksight": "^3.637.0",
"@types/jest": "^29.5.11",
"@types/jest-axe": "^3.5.9",
"@types/lodash": "^4.14.198",
"@types/node": "^20.4.0",
"@types/papaparse": "^5.3.14",
"@types/react": "^18.2.42",
"@types/react-dom": "^18.2.17",
"@types/recharts": "^1.8.29",
"@types/redux": "^3.6.0",
"@types/redux-logger": "^3.0.10",
"@types/redux-thunk": "^2.1.0",
"@typescript-eslint/eslint-plugin": "^5.59.6",
"@typescript-eslint/parser": "^5.59.6",
"buffer": "^6.0.3",
"eslint": "^8.40.0",
"eslint-config-airbnb": "^19.0.4",
"eslint-config-airbnb-typescript": "^17.0.0",
"eslint-config-prettier": "^9.1.0",
"eslint-plugin-jsx-a11y": "^6.8.0",
"eslint-plugin-prettier": "^5.1.3",
"husky": "^8.0.3",
"jest-canvas-mock": "^2.5.2",
"prettier": "^3.1.1",
"typescript": "^5.4.3"
}
}