-
Notifications
You must be signed in to change notification settings - Fork 1
/
package.json
37 lines (37 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
{
"private": true,
"scripts": {
"dev": "next dev",
"build": "next build",
"start": "next start",
"lint": "eslint"
},
"dependencies": {
"@headlessui/react": "^1.7.4",
"@heroicons/react": "^1.0.5",
"@tailwindcss/forms": "^0.3.4",
"faker": "^5.5.3",
"firebase": "^9.4.1",
"moment": "2.24",
"next": "latest",
"next-auth": "^4.0.0-beta.7",
"next-themes": "^0.0.15",
"react": "^17.0.2",
"react-dom": "^17.0.2",
"react-moment": "^1.1.1",
"recoil": "^0.5.2",
"tailwind-scrollbar-hide": "^1.1.5"
},
"devDependencies": {
"@faker-js/faker": "^6.0.0-alpha.5",
"autoprefixer": "^10.2.6",
"eslint-config-airbnb": "^19.0.1",
"eslint-plugin-import": "^2.25.3",
"eslint-plugin-jsx-a11y": "^6.5.1",
"eslint-plugin-react": "^7.27.1",
"eslint-plugin-react-hooks": "^4.3.0",
"postcss": "^8.3.5",
"tailwind-scrollbar": "^1.3.1",
"tailwindcss": "^2.2.4"
}
}