forked from CLIxIndia-Dev/unplatform_v2
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
25 lines (25 loc) · 889 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
{
"name": "Unplatform-V2",
"version": "2.4.0",
"description": "Unplatform for remote LMS deployments",
"main": "index.js",
"engines": {
"node": ">=4.5.0",
"npm": "^3.0.0"
},
"scripts": {
"compile:ui": "cd ui && npm install && rm -rf dist/ && npm run compile:prod && cp -rf dist/* ../static/ui/",
"compile:ui:only": "cd ui && npm install && rm -rf dist/ && npm run compile:prod",
"bundle": "cd ui && rm -rf dist/ && npm run compile:prod && rm -rf ../static/ui/*.* && cd .. && cp -rf ui/dist/* static/ui/",
"start": "cd ui && npm run start",
"dev": "cd ui && npm run deploy:prod && cp -rf dist/* ../static/ && cd .. && python main.py"
},
"repository": {
"type": "git",
"url": "git+https://github.com/CLIxIndia-Dev/unplatform_v2.git"
},
"author": "CLIxIndia team",
"license": "MIT",
"dependencies": {},
"devDependencies": {}
}