-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
33 lines (33 loc) · 945 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
31
32
33
{
"name": "tsmk",
"version": "1.0.0",
"description": "Contains a task management dashboard with useful features including drag-and-drop.",
"scripts": {
"install-backend": "cd backend && npm install",
"build-backend": "cd backend && npm run build",
"start-backend": "cd backend && npm start",
"start-backend-build": "cd backend && node ./dist/index.js",
"install-frontend": "cd frontend && npm install",
"build-frontend": "cd frontend && npm run build",
"start-frontend": "cd frontend && npm start",
"copy-frontend": "cd frontend && cp -rf ./build/* ../backend/public"
},
"keywords": [
"reactjs",
"nextjs",
"nodejs",
"expressjs",
"mongoose",
"tailwind",
"lodash",
"redux",
"react-beautiful-dnd",
"kanbanboard",
"drag and drop"
],
"author": "Tanmay Sarkar",
"repository": {
"url": "https://github.com/sarkartanmay393/tsmk"
},
"license": "ISC"
}