Spaces:
Configuration error
Configuration error
| { | |
| "name": "web", | |
| "version": "1.0.0", | |
| "description": "<h2 align=\"center\">Website for Models Demonstration</h2>", | |
| "main": "index.js", | |
| "scripts": { | |
| "install:client": "cd ./client && npm i", | |
| "dev:client": "cd ./client && npm run dev", | |
| "build-deploy:client": "cd ./client && npm run build:deploy", | |
| "install:server": "pip install -r requirements.txt", | |
| "dev:server": "cd ./server && python manage.py runserver", | |
| "install:all": "npm run install:client && npm run install:server", | |
| "start:website": "npm run build-deploy:client && npm run dev:server" | |
| }, | |
| "keywords": [], | |
| "author": "", | |
| "license": "ISC" | |
| } | |