-
Notifications
You must be signed in to change notification settings - Fork 2
Expand file tree
/
Copy pathpackage.json
More file actions
22 lines (22 loc) · 1.14 KB
/
package.json
File metadata and controls
22 lines (22 loc) · 1.14 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
{
"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/UtrechtUniversity/UU-Bootstrap.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"
},
"packageManager": "yarn@1.22.22+sha512.a6b2f7906b721bba3d67d4aff083df04dad64c399707841b7acf00f6b133b7ac24255f2652fa22ae3534329dc6180534e98d17432037ff6fd140556e2bb3137e"
}