-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
39 lines (39 loc) · 1.01 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
{
"name": "instagram-app",
"private": true,
"scripts": {
"dev": "next dev",
"build": "next build",
"start": "next start",
"lint": "next lint"
},
"dependencies": {
"@dicebear/avatars": "^4.10.1",
"@dicebear/avatars-bottts-sprites": "^4.10.1",
"@dicebear/avatars-male-sprites": "^4.10.1",
"@dicebear/big-ears-neutral": "^4.10.1",
"@dicebear/big-smile": "^4.10.1",
"@headlessui/react": "^1.4.2",
"@heroicons/react": "^1.0.5",
"@tailwindcss/forms": "^0.4.0",
"faker": "^5.5.3",
"firebase": "^9.6.1",
"next": "12.0.7",
"next-auth": "^4.0.5",
"next-images": "^1.8.4",
"react": "17.0.2",
"react-dom": "17.0.2",
"react-inlinesvg": "^2.3.0",
"react-moment": "^1.1.1",
"recoil": "^0.5.2",
"tailwind-scrollbar-hide": "^1.1.6"
},
"devDependencies": {
"autoprefixer": "^10.4.0",
"eslint": "8.4.1",
"eslint-config-next": "12.0.7",
"postcss": "^8.4.5",
"tailwind-scrollbar": "^1.3.1",
"tailwindcss": "^3.0.6"
}
}