forked from openedx/brand-openedx
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
29 lines (29 loc) · 1.03 KB
/
package.json
File metadata and controls
29 lines (29 loc) · 1.03 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
27
28
29
{
"name": "@openedx/brand-openedx",
"version": "1.0.0-semantically-released",
"description": "The default branding and SASS theme package containing for Open edX applications. This package is designed to be copied and customized.",
"scripts": {
"build-tokens": "paragon build-tokens --source ./paragon/tokens/ --build-dir ./paragon/build -t light",
"build-scss": "paragon build-scss --corePath ./paragon/core.scss --themesPath ./paragon/build/themes --source",
"build": "make build",
"build:watch": "nodemon --ignore dist -x \"make build\"",
"paragon:help": "paragon help"
},
"repository": {
"type": "git",
"url": "git+https://github.com/openedx/brand-openedx.git"
},
"author": "Open edX Community",
"license": "GPL-3.0-or-later",
"bugs": {
"url": "https://github.com/openedx/brand-openedx/issues"
},
"homepage": "https://github.com/openedx/brand-openedx#readme",
"publishConfig": {
"access": "public"
},
"devDependencies": {
"@openedx/paragon": "^23.0.0",
"nodemon": "^3.1.10"
}
}