-
Notifications
You must be signed in to change notification settings - Fork 36
/
Copy pathpackage.json
78 lines (78 loc) · 2.53 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
74
75
76
77
78
{
"private": true,
"scripts": {
"dev": "next dev",
"build": "next build",
"start": "next start",
"lint": "next lint",
"ts": "tsc --noEmit --incremental",
"postinstall": "husky install"
},
"dependencies": {
"@emotion/react": "^11.9.3",
"@emotion/styled": "^11.9.3",
"@formkit/auto-animate": "^1.0.0-beta.3",
"@headlessui/react": "^1.6.4",
"@heroicons/react": "^2.0.10",
"@next-auth/mongodb-adapter": "^1.0.3",
"@tippyjs/react": "^4.2.6",
"@vercel/analytics": "^0.1.1",
"animate.css": "^4.1.1",
"ariakit": "^2.0.0-next.41",
"axios": "^0.27.2",
"classnames": "^2.3.1",
"framer-motion": "^6.5.0",
"ioredis": "^5.3.2",
"jotai": "^1.8.3",
"modern-normalize": "^1.1.0",
"mongodb": "^4.7.0",
"mongoose": "^6.6.6",
"next": "^12.3.1",
"next-auth": "^4.18.0",
"nprogress": "^0.2.0",
"query-string": "^7.1.1",
"react": "latest",
"react-dom": "latest",
"react-hot-toast": "^2.2.0",
"react-icons": "^4.3.1",
"react-if": "^4.1.4",
"react-lazy-load": "^4.0.1",
"react-loading-skeleton": "^3.1.0",
"react-select": "^5.3.2",
"react-textarea-autosize": "^8.3.4",
"react-virtuoso": "^2.13.2",
"socket.io-client": "^4.5.3",
"swiper": "^8.2.2",
"swr": "^1.3.0",
"transition-hook": "^1.5.2",
"usehooks-ts": "^2.5.4"
},
"devDependencies": {
"@netlify/plugin-nextjs": "^4.11.0",
"@svgr/webpack": "^6.2.1",
"@tailwindcss/aspect-ratio": "^0.4.0",
"@tailwindcss/line-clamp": "^0.4.0",
"@types/node": "17.0.4",
"@types/nprogress": "^0.2.0",
"@types/react": "17.0.38",
"@types/react-dom": "^18.0.5",
"@types/react-lazyload": "^3.2.0",
"@types/swiper": "^6.0.0",
"@typescript-eslint/eslint-plugin": "^5.26.0",
"@typescript-eslint/parser": "^5.26.0",
"autoprefixer": "^10.4.0",
"eslint": "^8.16.0",
"eslint-config-next": "12.1.6",
"eslint-config-prettier": "^8.5.0",
"eslint-plugin-prettier": "^4.0.0",
"husky": "^8.0.1",
"lint-staged": "^12.4.2",
"postcss": "^8.4.5",
"prettier": "^2.6.2",
"prettier-plugin-tailwindcss": "^0.1.1",
"sass": "^1.52.1",
"tailwind-scrollbar-hide": "^1.1.7",
"tailwindcss": "^3.0.7",
"typescript": "4.5.4"
}
}