-
Notifications
You must be signed in to change notification settings - Fork 2
/
package.json
21 lines (21 loc) · 1010 Bytes
/
package.json
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
{
"name": "django-shared-core",
"version": "3.2.0",
"repository": "git@github.com:DH-IT-Portal-Development/django-shared-core.git",
"author": "Hum IT Portal Development & ILS Labs",
"license": "Apache-2.0",
"dependencies": {
"uu-bootstrap": "git+ssh://git@github.com/DH-IT-Portal-Development/bootstrap-theme.git#1.5.0-alpha.1",
"vanillajs-datepicker": "^1.3.4"
},
"scripts": {
"build-css": "yarn _build-css src/cdh/core/static/cdh.core/css/bootstrap.css --style=compressed",
"_build-css": "sass -I . assets/scss/bootstrap.scss",
"watch-css": "yarn _build-css src/cdh/core/static/cdh.core/css/bootstrap.css --watch",
"build-datepicker-css": "sass -I . assets/scss/vanillajs-datepicker.scss src/cdh/core/static/cdh.core/css/vanillajs-datepicker.css --style=compressed",
"build-fedauth-css": "sass -I . assets/scss/federated_auth.scss src/cdh/federated_auth/static/cdh.federated_auth/base.css --style=compressed"
},
"devDependencies": {
"sass": "^1.62.1"
}
}