-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathpackage.json
48 lines (48 loc) · 1.27 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
{
"name": "votely",
"version": "0.1.0",
"private": true,
"scripts": {
"dev": "next dev",
"build": "next build",
"start": "next start",
"lint": "next lint"
},
"dependencies": {
"@dicebear/avatars": "^4.10.2",
"@dicebear/croodles-neutral": "^4.10.2",
"axios": "^0.26.1",
"clsx": "^1.1.1",
"cookies-next": "^2.0.4",
"framer-motion": "^6.2.8",
"lodash": "^4.17.21",
"next": "^12.1.4",
"next-auth": "^4.3.1",
"next-pwa": "^5.5.2",
"nextjs-progressbar": "^0.0.14",
"react": "^18.0.0",
"react-dom": "^18.0.0",
"react-google-login": "^5.2.2",
"react-hot-toast": "^2.2.0",
"react-image-crop": "^10.0.0",
"react-query": "^4.0.0-beta.2",
"react-transition-group": "^4.4.2",
"seed-color": "^2.0.1"
},
"devDependencies": {
"@tailwindcss/line-clamp": "^0.3.1",
"@types/lodash": "^4.14.180",
"@types/node": "17.0.21",
"@types/react": "^18.0.1",
"@types/react-dom": "^18.0.0",
"@types/react-image-crop": "^8.1.3",
"@types/react-transition-group": "^4.4.4",
"autoprefixer": "^10.4.4",
"eslint": "8.11.0",
"eslint-config-next": "12.1.0",
"postcss": "^8.4.12",
"tailwind-scrollbar-hide": "^1.1.7",
"tailwindcss": "^3.0.23",
"typescript": "4.6.2"
}
}