-
Notifications
You must be signed in to change notification settings - Fork 2
/
Copy pathpackage.json
38 lines (38 loc) · 909 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
38
{
"name": "nextjs-firechat",
"version": "1.0.0",
"description": "",
"main": "index.js",
"scripts": {
"dev": "next",
"build": "next build",
"start": "next start",
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": {
"type": "git",
"url": "git+https://github.com/ytliuSVN/nextjs-firechat.git"
},
"keywords": [],
"author": "",
"license": "ISC",
"bugs": {
"url": "https://github.com/ytliuSVN/nextjs-firechat/issues"
},
"homepage": "https://github.com/ytliuSVN/nextjs-firechat#readme",
"dependencies": {
"date-fns": "^2.20.2",
"firebase": "^8.3.2",
"next": "^10.1.3",
"next-themes": "0.0.14",
"react": "^17.0.2",
"react-dom": "^17.0.2",
"webpack": "^5.31.2"
},
"devDependencies": {
"@svgr/webpack": "^5.5.0",
"autoprefixer": "^10.2.5",
"postcss": "^8.2.10",
"tailwindcss": "^2.1.1"
}
}