-
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
58 lines (58 loc) · 1.55 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
48
49
50
51
52
53
54
55
56
57
58
{
"name": "Kohee",
"version": "2.1.4",
"private": true,
"scripts": {
"dev": "next dev",
"build": "next build",
"start": "next start",
"lint": "next lint"
},
"dependencies": {
"@clerk/nextjs": "^3.7.0",
"@fortawesome/fontawesome-svg-core": "^6.2.1",
"@fortawesome/free-solid-svg-icons": "^6.2.1",
"@fortawesome/react-fontawesome": "^0.2.0",
"@headlessui/react": "^1.7.7",
"@vercel/analytics": "^0.1.6",
"axios": "^1.2.0",
"chart.js": "^4.1.2",
"cookies": "^0.8.0",
"daisyui": "^2.39.1",
"jsonwebtoken": "^9.0.0",
"micro": "^9.4.1",
"moment": "^2.29.4",
"nanoid": "^4.0.0",
"next": "12.2.2",
"next-pwa": "^5.6.0",
"npm": "^9.1.2",
"qrcode.react": "^3.1.0",
"react": "18.2.0",
"react-chartjs-2": "^5.2.0",
"react-colorful": "^5.6.1",
"react-countup": "^6.4.0",
"react-device-detect": "^2.2.2",
"react-dom": "^18.2.0",
"react-fast-marquee": "^1.3.5",
"react-ga": "^3.3.1",
"react-google-charts": "^4.0.0",
"react-multi-carousel": "^2.8.2",
"react-share": "^4.4.1",
"react-social-icons": "^5.15.0",
"react-use-clipboard": "^1.0.9",
"svix": "^0.70.0",
"theme-change": "^2.2.0"
},
"devDependencies": {
"@types/cookies": "^0.7.7",
"@types/react": "18.0.15",
"@types/react-datepicker": "^4.8.0",
"autoprefixer": "^10.4.13",
"eslint": "8.0.1",
"eslint-config-next": "12.2.2",
"eslint-plugin-react-hooks": "^4.6.0",
"postcss": "^8.4.19",
"tailwindcss": "^3.2.4",
"typescript": "4.7.4"
}
}