-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
40 lines (40 loc) · 941 Bytes
/
package.json
File metadata and controls
40 lines (40 loc) · 941 Bytes
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
{
"name": "nextzone",
"version": "0.1.0",
"private": true,
"scripts": {
"dev": "next dev",
"build": "next build",
"start": "next start",
"lint": "next lint"
},
"dependencies": {
"@headlessui/react": "^1.7.0",
"@heroicons/react": "v1",
"@tailwindcss/aspect-ratio": "^0.4.2",
"@tailwindcss/forms": "^0.5.3",
"@tailwindcss/line-clamp": "^0.4.2",
"@tailwindcss/typography": "^0.5.7",
"@vercel/analytics": "^0.1.6",
"axios": "^0.26.0",
"bcryptjs": "^2.4.3",
"js-cookie": "^2.2.1",
"jsonwebtoken": "^8.5.1",
"mongoose": "^6.2.3",
"nanoid": "^4.0.0",
"next": "12.1.1",
"next-connect": "^0.12.2",
"nextjs-progressbar": "^0.0.14",
"react": "17.0.2",
"react-dom": "17.0.2",
"react-hook-form": "^7.11.0",
"react-hot-toast": "^2.4.0"
},
"devDependencies": {
"autoprefixer": "^10.4.8",
"eslint": "8.9.0",
"eslint-config-next": "12.1.1",
"postcss": "^8.4.16",
"tailwindcss": "^3.1.8"
}
}