-
Notifications
You must be signed in to change notification settings - Fork 2
/
package.json
73 lines (73 loc) · 2.35 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
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
{
"private": true,
"scripts": {
"dev": "next dev",
"build": "next build",
"start": "next start",
"lint": "next lint",
"ts": "tsc --noEmit --incremental",
"postinstall": "husky install"
},
"dependencies": {
"@formkit/auto-animate": "^1.0.0-beta.3",
"@headlessui/react": "^1.6.6",
"@heroicons/react": "^2.0.10",
"@next-auth/mongodb-adapter": "^1.1.0",
"@nextui-org/react": "^1.0.0-beta.10",
"@vercel/analytics": "^0.1.2",
"animate.css": "^4.1.1",
"ariakit": "^2.0.0-next.41",
"atropos": "^1.0.2",
"axios": "^0.27.2",
"chart.js": "^3.9.1",
"classnames": "^2.3.2",
"embla-carousel-react": "^7.0.3",
"fast-querystring": "^1.0.0",
"framer-motion": "^7.2.1",
"jotai": "^1.8.2",
"modern-normalize": "^1.1.0",
"mongodb": "^4.10.0",
"next": "latest",
"next-auth": "^4.12.2",
"nprogress": "^0.2.0",
"radash": "^7.1.0",
"react": "18.1.0",
"react-chartjs-2": "^4.3.1",
"react-dom": "18.1.0",
"react-hot-toast": "^2.4.0",
"react-icons": "^4.4.0",
"react-if": "^4.1.4",
"react-medium-image-zoom": "^5.0.3",
"slug": "^8.2.2",
"socket.io-client": "^4.5.2",
"swr": "^1.3.0",
"usehooks-ts": "^2.6.0"
},
"devDependencies": {
"@tailwindcss/aspect-ratio": "^0.4.2",
"@tailwindcss/line-clamp": "^0.4.0",
"@tailwindcss/typography": "^0.5.7",
"@types/node": "17.0.35",
"@types/nprogress": "^0.2.0",
"@types/react": "18.0.9",
"@types/react-dom": "18.0.5",
"@types/slug": "^5.0.3",
"@typescript-eslint/eslint-plugin": "^5.35.1",
"@typescript-eslint/parser": "^5.35.1",
"autoprefixer": "^10.4.8",
"eslint": "^8.23.0",
"eslint-config-next": "^12.2.5",
"eslint-config-prettier": "^8.5.0",
"eslint-plugin-prettier": "^4.2.1",
"husky": "^8.0.1",
"lint-staged": "^13.0.3",
"postcss": "^8.4.14",
"prettier": "^2.7.1",
"prettier-plugin-tailwindcss": "^0.1.13",
"sass": "^1.54.5",
"tailwindcss": "^3.1.2",
"tailwindcss-animate": "^1.0.5",
"tailwindcss-highlights": "^1.0.0",
"typescript": "4.7.2"
}
}