-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
33 lines (33 loc) · 798 Bytes
/
package.json
File metadata and controls
33 lines (33 loc) · 798 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
{
"name": "message-app",
"version": "0.1.0",
"private": true,
"scripts": {
"dev": "next dev",
"build": "next build",
"start": "next start",
"lint": "next lint"
},
"dependencies": {
"@react-icons/all-files": "^4.1.0",
"email-validator": "^2.0.4",
"firebase": "^9.6.10",
"moment": "^2.29.2",
"next": "12.1.4",
"react": "18.0.0",
"react-dom": "18.0.0",
"react-firebase-hooks": "^5.0.3",
"react-icons": "^4.3.1",
"react-timeago": "^3.0.0-beta.3",
"styled-components": "^5.3.5",
"tailwind-scrollbar-hide": "^1.1.7",
"timeago-react": "^3.0.4"
},
"devDependencies": {
"autoprefixer": "^10.4.4",
"eslint": "^8.12.0",
"eslint-config-next": "12.1.4",
"postcss": "^8.4.12",
"tailwindcss": "^3.0.23"
}
}