-
Notifications
You must be signed in to change notification settings - Fork 2
Expand file tree
/
Copy pathpackage.json
More file actions
104 lines (52 loc) · 1.44 KB
/
package.json
File metadata and controls
104 lines (52 loc) · 1.44 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
{
"type": "module",
"dependencies": {
"@aws-sdk/client-s3": "^3.726.0",
"@radix-ui/react-dialog": "^1.0.0",
"@radix-ui/react-icons": "^1.3.2",
"@radix-ui/react-menubar": "^1.1.4",
"@radix-ui/react-tabs": "^1.1.2",
"@radix-ui/react-toast": "^1.0.0",
"@radix-ui/themes": "^3.1.6",
"@react-oauth/google": "^0.12.1",
"@vitejs/plugin-react": "^4.3.4",
"aws-sdk": "^2.1692.0",
"axios": "^1.7.9",
"dotenv": "^16.4.6",
"express": "^4.21.2",
"express-session": "^1.18.1",
"jwt-decode": "^4.0.0",
"mongoose": "^8.8.4",
"multer": "^1.4.5-lts.1",
"multer-s3": "^3.0.1",
"passport": "^0.7.0",
"passport-google-oauth20": "^2.0.0",
"path": "^0.12.7",
"react": "^18.3.1",
"react-dom": "^18.3.1",
"react-router-dom": "^6.28.0",
"react-webcam": "^7.2.0",
"tesseract.js": "^5.1.1",
"text-encoding": "^0.7.0",
"three": "^0.171.0",
"util": "^0.12.5"
},
"devDependencies": {
"@babel/core": "^7.26.0",
"@babel/preset-env": "^7.26.0",
"@babel/preset-react": "^7.26.3",
"@testing-library/jest-dom": "^6.6.3",
"@testing-library/react": "^16.1.0",
"express-session": "^1.18.1",
"jest": "^29.7.0",
"jest-environment-jsdom": "^29.7.0",
"supertest": "^7.0.0",
"vite": "^6.0.1"
},
"scripts": {
"test": "jest",
"start": "vite",
"dev": "vite",
"build": "vite build"
}
}