-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
41 lines (41 loc) · 1.16 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
{
"name": "serverinspector",
"version": "1.0.0",
"scripts": {
"dev": "next dev",
"build": "next build && node generate-sitemap.js",
"start": "next start",
"format": "prettier --write ."
},
"dependencies": {
"@headlessui/react": "^1.4.2",
"@heroicons/react": "^1.0.5",
"@tailwindcss/line-clamp": "^0.3.1",
"@tippyjs/react": "^4.2.6",
"@vercel/analytics": "^1.0.1",
"animate.css": "^4.1.1",
"axios": "^0.24.0",
"cookie-cutter": "^0.2.0",
"cookies": "^0.8.0",
"discord.js": "^14.11.0",
"js-confetti": "^0.10.2",
"moment": "^2.29.1",
"moment-timezone": "^0.5.34",
"next": "^12.0.7",
"next-themes": "^0.1.1",
"nprogress": "^0.2.0",
"react": "17.0.2",
"react-dom": "17.0.2",
"react-hot-toast": "^2.4.1",
"react-icons": "^4.2.1",
"react-moment": "^1.1.1",
"sitemap": "^7.1.1",
"swr": "^1.1.1",
"tailwindcss": "^3.0.7"
},
"devDependencies": {
"autoprefixer": "^10.2.6",
"postcss": "^8.2.13",
"prettier": "^3.0.3"
}
}