-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
43 lines (43 loc) · 1.08 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
40
41
42
43
{
"name": "gabriel-chat",
"version": "1.0.0",
"description": "the im used in book funs group",
"main": "index.js",
"scripts": {
"dev": "next",
"build": "next build",
"start": "next start"
},
"repository": {
"type": "git",
"url": "git+https://github.com/XXXMrG/gabriel-chat.git"
},
"keywords": [],
"author": "",
"license": "ISC",
"bugs": {
"url": "https://github.com/XXXMrG/gabriel-chat/issues"
},
"homepage": "https://github.com/XXXMrG/gabriel-chat#readme",
"dependencies": {
"@material-ui/core": "^4.9.5",
"@material-ui/icons": "^4.9.1",
"chance": "^1.1.4",
"isomorphic-unfetch": "^3.0.0",
"next": "^9.3.2",
"react": "^16.13.0",
"react-dom": "^16.13.0",
"socket.io": "^2.3.0",
"socket.io-client": "^2.3.0",
"typeface-roboto": "0.0.75"
},
"devDependencies": {
"babel-eslint": "^10.1.0",
"eslint": "^6.8.0",
"eslint-config-prettier": "^6.10.0",
"eslint-plugin-prettier": "^3.1.2",
"eslint-plugin-react": "^7.19.0",
"eslint-plugin-react-hooks": "^2.5.0",
"prettier": "^1.19.1"
}
}