-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
31 lines (31 loc) · 722 Bytes
/
package.json
File metadata and controls
31 lines (31 loc) · 722 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
{
"name": "memory-usage",
"version": "1.0.0",
"description": "",
"main": "index.js",
"scripts": {
"start": "npm run start:client & npm run start:server",
"start:client": "parcel src/index.html",
"start:server": "nodemon src/server.js"
},
"keywords": [],
"author": "Vivek Varma",
"license": "MIT",
"dependencies": {
"and": "0.0.3",
"nodemon": "^2.0.4",
"npm": "^6.14.7",
"os-utils": "0.0.14",
"parcel": "^1.12.4",
"react": "^16.13.1",
"react-dom": "^16.13.1",
"recharts": "^2.0.0-beta.6",
"run": "^1.4.0",
"socket.io": "^2.3.0",
"socket.io-client": "^2.3.0",
"start": "^5.1.0"
},
"devDependencies": {
"parcel-bundler": "^1.12.4"
}
}