-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
91 lines (91 loc) · 2.46 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
{
"name": "htw-project",
"version": "0.1.0",
"private": true,
"dependencies": {
"@babel/core": "^7.15.8",
"@craco/craco": "^6.3.0",
"@headlessui/react": "^1.4.2",
"@heroicons/react": "^1.0.5",
"@tailwindcss/forms": "^0.3.4",
"@testing-library/react": "^11.1.0",
"@testing-library/user-event": "^12.1.10",
"@types/csv-parse": "^1.2.2",
"@types/file-saver": "^2.0.4",
"@types/jest": "^26.0.15",
"@types/node": "^12.0.0",
"@types/react": "^17.0.0",
"@types/react-dom": "^17.0.0",
"@types/react-flatpickr": "^3.8.5",
"@types/react-router-dom": "^5.3.2",
"@types/react-table": "^7.7.9",
"@types/recharts": "^1.8.23",
"@types/uuid": "^8.3.3",
"ag-grid-react": "^26.2.0",
"amazon-cognito-identity-js": "^5.2.3",
"aws-sdk": "^2.1053.0",
"axios": "^0.24.0",
"csv-parse": "^5.0.4",
"csvtojson": "^2.0.10",
"date-fns": "^2.27.0",
"export-to-csv": "^0.2.1",
"file-saver": "^2.0.5",
"flatpickr": "^4.6.9",
"react": "^17.0.2",
"react-context": "0.0.3",
"react-dom": "^17.0.2",
"react-flatpickr": "^3.10.7",
"react-loader-spinner": "^5.1.0",
"react-router-dom": "^5.3.0",
"react-scripts": "4.0.3",
"react-table": "^7.7.0",
"react-use": "^17.3.1",
"recharts": "^2.1.6",
"recharts-to-png": "^2.0.0",
"tailwindcss-pseudo": "^1.0.3",
"typescript": "^4.1.2",
"use-async-effect": "^2.2.3",
"uuid": "^8.3.2",
"wait-on": "^6.0.0",
"web-vitals": "^1.0.1",
"zustand": "^3.6.9"
},
"scripts": {
"cypress:verify": "cypress verify",
"start": "cross-env TAILWIND_MODE=watch craco start",
"build": "craco build",
"test": "yarn cypress run --headless",
"eject": "react-scripts eject"
},
"eslintConfig": {
"extends": [
"react-app",
"react-app/jest"
]
},
"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/react-datepicker": "^4.3.2",
"@typescript-eslint/eslint-plugin": "^5.1.0",
"@typescript-eslint/parser": "^5.1.0",
"autoprefixer": "^9.8.8",
"cross-env": "^7.0.3",
"cypress": "^9.3.1",
"eslint": "^7.11.0",
"eslint-plugin-react": "^7.26.1",
"postcss": "^7.0.39",
"react-error-overlay": "6.0.9",
"tailwindcss": "npm:@tailwindcss/postcss7-compat@^2.2.17"
}
}