-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
45 lines (45 loc) · 1.08 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
{
"name": "vegan-climbing",
"private": true,
"scripts": {
"dev": "next dev",
"build": "next build",
"start": "next start",
"lint": "next lint"
},
"dependencies": {
"@headlessui/react": "^1.4.3",
"@prisma/client": "3.9.1",
"@tippyjs/react": "^4.2.6",
"axios": "^0.26.0",
"cssnano": "^5.1.0",
"date-fns": "^2.28.0",
"formik": "^2.2.9",
"fuse.js": "^6.5.3",
"next": "12.1.0",
"next-auth": "^4.3.2",
"react": "17.0.2",
"react-alert": "^7.0.3",
"react-dom": "17.0.2",
"react-slick": "^0.28.1",
"sharp": "^0.30.2",
"slick-carousel": "^1.8.1",
"swr": "^1.2.1",
"yup": "^0.32.11"
},
"devDependencies": {
"@tailwindcss/forms": "^0.4.0",
"@tailwindcss/typography": "^0.5.1",
"@types/node": "17.0.14",
"@types/react": "17.0.38",
"@types/react-alert": "^5.2.1",
"@types/react-slick": "^0.23.8",
"autoprefixer": "^10.4.2",
"eslint": "8.8.0",
"eslint-config-next": "12.0.10",
"postcss": "^8.4.6",
"prisma": "^3.9.1",
"tailwindcss": "^3.0.18",
"typescript": "4.5.5"
}
}