-
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) · 785 Bytes
/
package.json
File metadata and controls
33 lines (33 loc) · 785 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": "chatting-app",
"version": "0.0.1",
"description": "Amber's chatting app",
"private": true,
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
"build-server": "cd server && yarn build"
},
"keywords": [
"node.js",
"graphql",
"mongodb",
"react",
"docker"
],
"author": "Amber Yan <freehourse2sh@gmail.com>",
"license": "ISC",
"devDependencies": {
"@parcel/core": "^2.6.0",
"@parcel/transformer-sass": "^2.6.0",
"concurrently": "^7.0.0",
"eslint": "^8.11.0",
"eslint-plugin-node": "^11.1.0",
"eslint-plugin-react": "^7.29.4",
"prettier": "^2.6.0",
"@typescript-eslint/eslint-plugin": "^5.16.0",
"@typescript-eslint/parser": "^5.16.0"
},
"workspaces": [
"server"
]
}