forked from CS3219-AY2223S1/cs3219-project-ay2223s1-g12
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
30 lines (30 loc) · 887 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
{
"name": "cs3219-project-ay2223s1-g12",
"version": "1.0.0",
"description": "This is a template repository for CS3219 project.",
"main": "index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": {
"type": "git",
"url": "git+https://github.com/CS3219-AY2223S1/cs3219-project-ay2223s1-g12.git"
},
"author": "",
"license": "ISC",
"bugs": {
"url": "https://github.com/CS3219-AY2223S1/cs3219-project-ay2223s1-g12/issues"
},
"homepage": "https://github.com/CS3219-AY2223S1/cs3219-project-ay2223s1-g12#readme",
"dependencies": {
"socket.io": "^4.5.1"
},
"devDependencies": {
"eslint": "^8.23.0",
"eslint-config-airbnb": "^19.0.4",
"eslint-plugin-import": "^2.26.0",
"eslint-plugin-jsx-a11y": "^6.6.1",
"eslint-plugin-react": "^7.31.1",
"eslint-plugin-react-hooks": "^4.6.0"
}
}