-
Notifications
You must be signed in to change notification settings - Fork 7
/
package.json
82 lines (82 loc) · 2.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
{
"name": "twokey",
"version": "0.1.0",
"private": true,
"dependencies": {
"@cyntler/react-doc-viewer": "^1.14.0",
"@mui/icons-material": "^5.14.14",
"@mui/joy": "^5.0.0-beta.15",
"@mui/x-data-grid": "^6.16.3",
"@mui/x-data-grid-premium": "^6.19.2",
"@react-google-maps/api": "^2.19.2",
"@supabase/auth-ui-react": "^0.4.6",
"@supabase/auth-ui-shared": "^0.1.8",
"@supabase/supabase-js": "^2.38.1",
"@testing-library/jest-dom": "^5.17.0",
"@testing-library/react": "^13.4.0",
"@testing-library/user-event": "^13.5.0",
"@uiw/react-color-chrome": "^2.0.2",
"@uppy/react": "^3.2.1",
"@xmldom/xmldom": "^0.8.10",
"axios": "^1.5.1",
"chart.js": "^4.4.1",
"d3-scale": "^4.0.2",
"file-saver": "^2.0.5",
"file-type": "^18.5.0",
"jsonp": "^0.2.1",
"jszip": "^3.10.1",
"leaflet": "^1.9.4",
"lottie-react": "^2.4.0",
"mammoth": "^1.7.0",
"notistack": "^3.0.1",
"papaparse": "^5.4.1",
"pdf-parse": "^1.1.1",
"pdfjs-dist": "^4.0.379",
"pizzip": "^3.1.4",
"quill": "^1.3.7",
"quill-to-word": "^1.3.0",
"react": "^18.2.0",
"react-chartjs-2": "^5.2.0",
"react-doc-viewer": "^0.1.5",
"react-dom": "^18.2.0",
"react-dropzone": "^14.2.3",
"react-hot-toast": "^2.4.1",
"react-router-dom": "^6.17.0",
"react-scripts": "5.0.1",
"react-secure-storage": "^1.3.2",
"react-simple-maps": "^3.0.0",
"tus-js-client": "^4.0.1",
"uppy": "^3.21.0",
"web-vitals": "^2.1.4",
"xlsx": "^0.18.5"
},
"scripts": {
"start": "react-scripts start",
"build": "react-scripts build",
"test": "react-scripts test",
"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": {
"@babel/plugin-proposal-private-property-in-object": "^7.21.11",
"@types/file-saver": "^2.0.7",
"tailwindcss": "^3.3.3"
}
}