-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
32 lines (32 loc) · 1 KB
/
Copy pathpackage.json
File metadata and controls
32 lines (32 loc) · 1 KB
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
{
"name": "taskbase",
"version": "1.0.0",
"description": "An application that allows programmers to collaborate and vibe",
"main": "index.js",
"scripts": {
"install-client": "cd client && npm install",
"install-server": "cd server && npm install",
"build-client": "cd client && npm run build",
"start-server": "cd server && npm run start",
"install": "npm run install-client && npm run install-server",
"start": "concurrently \"npm run build-client\" \"npm run start-server\""
},
"repository": {
"type": "git",
"url": "git+https://github.com/samee-shahood/taskbase.git"
},
"author": "",
"license": "ISC",
"bugs": {
"url": "https://github.com/samee-shahood/taskbase"
},
"homepage": "https://github.com/samee-shahood/taskbase",
"dependencies": {
"@react-latest-ui/react-sticky-notes": "^0.2.6",
"babel-jest": "^26.6.3",
"concurrently": "^5.3.0",
"react-digital-clock": "^0.1.2",
"react-scripts": "^3.4.4",
"react-stickies": "0.0.16"
}
}