-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
37 lines (37 loc) · 990 Bytes
/
Copy pathpackage.json
File metadata and controls
37 lines (37 loc) · 990 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
{
"scripts": {
"dev": "cross-env NODE_OPTIONS='--inspect' next dev",
"build": "next build",
"start": "next start"
},
"name": "whatsapp-clone",
"version": "0.1.0",
"private": true,
"dependencies": {
"@material-ui/core": "^4.11.3",
"@material-ui/icons": "^4.11.2",
"@next/bundle-analyzer": "^10.2.3",
"better-react-spinkit": "^2.0.4",
"email-validator": "^2.0.4",
"firebase": "^7.18.0",
"google-auth-library": "^7.1.1",
"next": "9.5.2",
"polished": "^4.1.1",
"react": "17.0.1",
"react-dom": "17.0.1",
"react-firebase-hooks": "^3.0.3",
"react-input-emoji": "^3.1.1",
"styled-components": "^5.2.1",
"timeago-react": "^3.0.2"
},
"devDependencies": {
"@xdn/cli": "^2.53.2",
"@xdn/core": "^2.53.2",
"@xdn/devtools": "^2.53.2",
"@xdn/next": "^2.53.2",
"@xdn/prefetch": "^2.53.2",
"@xdn/react": "^2.53.2",
"babel-plugin-styled-components": "^1.12.0",
"cross-env": "^7.0.3"
}
}