-
Notifications
You must be signed in to change notification settings - Fork 14
/
package.json
47 lines (47 loc) · 1.17 KB
/
package.json
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
{
"private": true,
"scripts": {
"dev": "next",
"build": "next build",
"start": "next start",
"type-check": "tsc"
},
"dependencies": {
"@clerk/clerk-react": "^4.23.2",
"@clerk/nextjs": "^4.23.2",
"@material-ui/core": "^4.12.4",
"@material-ui/icons": "^4.11.3",
"@material-ui/lab": "^4.0.0-alpha.61",
"@upstash/redis": "^1.21.0",
"autoprefixer": "^10.4.14",
"axios": "^1.4.0",
"dgram": "^1.0.1",
"discord.js": "^13.3.0",
"dns": "^0.2.2",
"dotenv": "^16.1.3",
"express": "^4.18.2",
"file-saver": "^2.0.5",
"fs": "^0.0.1-security",
"ioredis": "^5.3.2",
"net": "^1.0.2",
"next": "latest",
"pixio-prodia": "^1.2.2",
"postcss": "^8.4.24",
"prodia.js": "^2.0.0",
"rate-limiter-flexible": "^2.4.1",
"react": "^18.2.0",
"react-autocomplete": "^1.8.1",
"react-dom": "^18.2.0",
"react-icons": "^4.10.1",
"react-image-lightbox": "^5.1.4",
"react-select": "^5.7.4",
"tailwindcss": "^3.3.2",
"tls": "^0.0.1"
},
"devDependencies": {
"@types/node": "^12.12.21",
"@types/react": "^17.0.2",
"@types/react-dom": "^17.0.1",
"typescript": "^4.8.3"
}
}