-
Notifications
You must be signed in to change notification settings - Fork 1
/
package.json
38 lines (38 loc) · 1006 Bytes
/
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
{
"name": "next-authentication",
"version": "0.1.0",
"private": true,
"scripts": {
"dev": "next dev",
"build": "next build",
"start": "next start"
},
"dependencies": {
"@heroicons/react": "^2.0.13",
"@portabletext/react": "^2.0.0",
"@sanity/image-url": "^1.0.1",
"@types/react-timeago": "^4.1.3",
"axios": "^1.3.4",
"framer-motion": "^10.12.10",
"next": "latest",
"next-auth": "^4.17.0",
"next-sanity": "^3.1.1",
"next-themes": "^0.2.1",
"react": "18.2.0",
"react-dom": "18.2.0",
"react-hot-toast": "^2.4.0",
"react-timeago": "^7.1.0",
"react-twitter-embed": "^4.0.4",
"tailwind-scrollbar-hide": "^1.1.7"
},
"devDependencies": {
"@faker-js/faker": "^7.6.0",
"@types/node": "18.11.3",
"@types/react": "18.0.21",
"@types/react-dom": "18.0.6",
"autoprefixer": "^10.4.12",
"postcss": "^8.4.18",
"tailwindcss": "^3.2.1",
"typescript": "4.8.4"
}
}