-
Notifications
You must be signed in to change notification settings - Fork 4
Expand file tree
/
Copy pathpackage.json
More file actions
44 lines (44 loc) · 1.1 KB
/
Copy pathpackage.json
File metadata and controls
44 lines (44 loc) · 1.1 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
{
"name": "google-drive-clone",
"private": true,
"version": "0.0.0",
"type": "module",
"engines": {
"node": "22.x"
},
"scripts": {
"dev": "next dev",
"build": "next build",
"start": "next start",
"lint": "next lint"
},
"dependencies": {
"@aws-sdk/client-s3": "^3.750.0",
"@aws-sdk/cloudfront-signer": "^3.750.0",
"@aws-sdk/s3-request-presigner": "^3.750.0",
"@emotion/react": "^11.8.2",
"@emotion/styled": "^11.8.1",
"@mui/icons-material": "^5.5.0",
"@mui/material": "^5.5.0",
"@reduxjs/toolkit": "^2.1.0",
"canvas-confetti": "^1.9.4",
"driver.js": "^1.8.0",
"firebase": "^10.8.0",
"firebase-admin": "12.7.0",
"framer-motion": "^11.0.18",
"next": "^14.2.18",
"pdfjs-dist": "^4.10.38",
"qrcode.react": "^4.2.0",
"react": "^18.2.0",
"react-dom": "^18.2.0",
"react-lottie-player": "^2.0.0",
"react-redux": "^9.1.0",
"react-share": "^5.0.3",
"react-toastify": "^10.0.4",
"styled-components": "^6.1.8"
},
"devDependencies": {
"eslint": "^8.55.0",
"eslint-config-next": "^14.2.18"
}
}