-
Notifications
You must be signed in to change notification settings - Fork 23
/
Copy pathpackage.json
24 lines (24 loc) · 898 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
{
"name": "exercise-correction",
"version": "1.0.0",
"description": "",
"main": "index.js",
"scripts": {
"install:website": "cd ./web && npm run install:all",
"install:client": "cd ./web && npm run install:client",
"start:website": "cd ./web && npm run start:website",
"remove-static-from-web": "cd ./web/server && python manage.py runscript static_remover",
"build:docker": "docker build -t ec .",
"run:docker": "docker run -e VITE_BASE_URL=http://127.0.0.1 -p 80:8000 ec"
},
"repository": {
"type": "git",
"url": "git+https://github.com/NgoQuocBao1010/Exercise-Correction.git"
},
"author": "",
"license": "ISC",
"bugs": {
"url": "https://github.com/NgoQuocBao1010/Exercise-Correction/issues"
},
"homepage": "https://github.com/NgoQuocBao1010/Exercise-Correction#readme"
}