-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
104 lines (104 loc) · 2.91 KB
/
package.json
File metadata and controls
104 lines (104 loc) · 2.91 KB
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
101
102
103
104
{
"name": "client",
"version": "0.1.0",
"private": true,
"dependencies": {
"@aws-sdk/client-s3": "^3.651.1",
"@aws-sdk/s3-request-presigner": "^3.651.1",
"@azure/msal-react": "^2.0.16",
"@emotion/styled": "^11.11.5",
"@mdi/js": "^7.4.47",
"@mdi/react": "^1.6.1",
"@microsoft/mgt": "^4.2.1",
"@microsoft/mgt-react": "^4.2.1",
"@microsoft/microsoft-graph-client": "^3.0.7",
"@mui/icons-material": "^5.15.19",
"@mui/material": "^5.15.18",
"@react-oauth/google": "^0.12.1",
"@testing-library/jest-dom": "^5.17.0",
"@testing-library/react": "^15.0.6",
"@testing-library/user-event": "^13.5.0",
"@tsparticles/react": "^3.0.0",
"@tsparticles/slim": "^3.3.0",
"autoprefixer": "^10.4.19",
"aws-sdk": "^2.1691.0",
"axios": "^1.6.8",
"buffer": "^6.0.3",
"canvg": "^4.0.2",
"comlink": "^4.4.1",
"crypto": "npm:crypto-browserify@^3.12.0",
"crypto-browserify": "^3.12.0",
"date-fns": "^3.6.0",
"dropbox": "^10.34.0",
"firebase": "^10.6.0",
"gapi-script": "^1.2.0",
"jest": "^29.7.0",
"jimp": "^0.22.12",
"opencv-react": "^0.0.6",
"opencv-ts": "^1.3.6",
"postcss": "^8.4.38",
"react": "^18.3.1",
"react-click-away-listener": "^2.2.3",
"react-cookie": "^7.1.4",
"react-dom": "^18.3.1",
"react-dropbox-chooser": "^0.0.5",
"react-easy-crop": "^5.0.7",
"react-google-picker": "^0.1.0",
"react-icons": "^5.1.0",
"react-router-dom": "^6.23.0",
"react-scripts": "^5.0.1",
"react-select": "^5.8.0",
"regenerator-runtime": "^0.14.1",
"rtf.js": "^3.0.9",
"socket.io-client": "^4.7.5",
"spark-md5": "^3.0.2",
"stream": "npm:stream-browserify",
"stream-browserify": "^3.0.0",
"tailwindcss": "^3.4.3",
"ts-jest": "^29.1.4",
"tsparticles": "^3.3.0",
"util": "^0.12.5",
"web-vitals": "^2.1.4",
"wmf": "^1.0.2"
},
"scripts": {
"start": "react-scripts start",
"build": "react-scripts build",
"eject": "react-scripts eject",
"test": "react-scripts test --transformIgnorePatterns 'node_modules/(?!my-library-dir)/'"
},
"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/core": "^7.24.7",
"@babel/plugin-proposal-private-property-in-object": "^7.21.11",
"@babel/preset-env": "^7.24.7",
"@babel/preset-react": "^7.24.7",
"@types/spark-md5": "^3.0.4",
"@types/testing-library__jest-dom": "^6.0.0",
"babel-jest": "^29.7.0",
"firebase-mock": "^2.2.4",
"jest-fetch-mock": "^3.0.3",
"msw": "^2.3.1",
"text-encoding": "^0.7.0",
"typescript": "^4.9.5",
"webpack": "^5.91.0",
"webpack-cli": "^4.10.0"
}
}