-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
45 lines (45 loc) · 1.21 KB
/
package.json
File metadata and controls
45 lines (45 loc) · 1.21 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
{
"name": "quiz-time",
"version": "0.1.0",
"private": true,
"scripts": {
"populate": "node src/tasks/populate.js",
"dev": "next",
"build": "next build",
"start": "node server.js",
"lint": "next lint",
"sitemap": "next-sitemap --config next-sitemap.config.js"
},
"dependencies": {
"@emotion/react": "^11.11.1",
"@emotion/styled": "^11.11.0",
"@google-cloud/storage": "^6.11.0",
"@mui/icons-material": "^5.11.16",
"@mui/lab": "^5.0.0-alpha.129",
"@mui/material": "^5.13.0",
"@next-auth/firebase-adapter": "^2.0.1",
"@stripe/stripe-js": "^1.53.0",
"express": "^4.18.2",
"file-loader": "^6.2.0",
"firebase": "^10.0.0",
"firebase-admin": "^11.9.0",
"framer-motion": "^10.12.9",
"jquery": "^3.6.4",
"next": "13.2.0",
"next-auth": "^4.22.1",
"qrcode": "^1.5.3",
"react": "18.2.0",
"react-beautiful-dnd": "^13.1.1",
"react-color": "^2.19.3",
"react-colorful": "^5.6.1",
"react-icons": "^4.9.0",
"react-qrcode-logo": "^2.9.0",
"react-toastify": "^9.1.2",
"recharts": "^2.6.2",
"socket.io": "^4.6.1",
"socket.io-client": "^4.6.1",
"stripe": "^12.6.0",
"url": "^0.11.0",
"uuid": "^9.0.0"
}
}