-
Notifications
You must be signed in to change notification settings - Fork 1
/
package.json
38 lines (38 loc) · 961 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": "spicy-brew",
"version": "0.1.0",
"private": true,
"scripts": {
"dev": "next dev",
"build": "next build",
"start": "next start",
"lint": "next lint"
},
"dependencies": {
"@types/jsonwebtoken": "^9.0.2",
"@types/node": "20.1.1",
"@types/react": "18.2.6",
"@types/react-dom": "18.2.4",
"@types/validator": "^13.7.17",
"clsx": "^1.2.1",
"date-fns": "^2.30.0",
"embla-carousel-autoplay": "^8.0.0-rc03",
"embla-carousel-react": "^8.0.0-rc03",
"eslint": "8.40.0",
"eslint-config-next": "13.4.1",
"framer-motion": "^10.12.8",
"jsonwebtoken": "^9.0.0",
"jwt-decode": "^3.1.2",
"nanoid": "^4.0.2",
"next": "^13.4.19",
"react": "18.2.0",
"react-dom": "18.2.0",
"react-icons": "^4.10.1",
"react-responsive": "^9.0.2",
"reapop": "^4.2.1",
"sass": "^1.62.1",
"server-only": "^0.0.1",
"typescript": "5.0.4",
"validator": "^13.9.0"
}
}