-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
26 lines (26 loc) · 1.09 KB
/
package.json
File metadata and controls
26 lines (26 loc) · 1.09 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
{
"name": "CourseView",
"license": "MIT",
"repository": {
"type": "git",
"url": "https://github.com/atharvakale343/CourseView"
},
"keywords": [],
"author": {
"name": "Team 4 Appsmiths",
"url": "https://github.com/atharvakale343/CourseView"
},
"scripts": {
"milestone-01": "echo 'Please `cd frontend` and then `npm run milestone-01`'",
"milestone-02": "echo 'Please `cd frontend` and then `npm run milestone-02`'",
"validate-html": "echo 'Please `cd frontend` and then `npm run validate-html`'",
"prettier": "echo 'Please `cd frontend` and then `prettier`'",
"postinstall": "(cd frontend && npm install); (cd backend && npm install);",
"start": "(cd frontend && VITE_GOOGLE_CLIENT_ID=917526433563-3ln6kc77u3efffe9cg4vglmql09gsuud.apps.googleusercontent.com NODE_ENV=development npm run build -- --mode development); (cd backend && npm run build); (cd backend && npm run start)"
},
"collaborators": [
"Atharva Kale aukale@umass.edu atharvakale343",
"Eric Fournier edfournier@umass.edu edfournier",
"Taru Meshram tmeshram@umass.edu TaruMeshram"
]
}