-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
42 lines (42 loc) · 1000 Bytes
/
package.json
File metadata and controls
42 lines (42 loc) · 1000 Bytes
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
{
"name": "popquiz",
"version": "0.1.0",
"private": true,
"scripts": {
"dev": "nodemon server.js",
"build": "next build",
"start": "NODE_ENV=production node server.js",
"lint": "next lint"
},
"dependencies": {
"@vercel/speed-insights": "^1.0.12",
"cheerio": "^1.0.0",
"cron": "^3.1.7",
"express": "^4.19.2",
"framer-motion": "^11.3.24",
"next": "14.2.5",
"node-cron": "^3.0.3",
"nodemon": "^3.1.4",
"react": "^18",
"react-dom": "^18",
"react-globe.gl": "^2.27.2",
"react-icons": "^5.2.1",
"react-loader-spinner": "^6.1.6",
"redis": "^4.7.0",
"redis-om": "^0.4.6",
"socket.io": "^4.7.5",
"socket.io-client": "^4.7.5",
"swr": "^2.2.3"
},
"devDependencies": {
"@types/node": "^20",
"@types/react": "^18",
"@types/react-dom": "^18",
"eslint": "^8",
"eslint-config-next": "14.2.5",
"postcss": "^8",
"tailwindcss": "^3.4.1",
"typescript": "^5"
},
"type": "module"
}