forked from wundergraph/cosmo
-
Notifications
You must be signed in to change notification settings - Fork 2
Expand file tree
/
Copy pathpackage.json
More file actions
25 lines (25 loc) · 781 Bytes
/
package.json
File metadata and controls
25 lines (25 loc) · 781 Bytes
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": "keycloak-theme",
"version": "1.0.0",
"keywords": [
"keycloak",
"theme",
"keycloak-theme"
],
"description": "WunderGraph Theme for Keycloak",
"scripts": {
"build": "PARCEL_WORKER_BACKEND=process parcel build --dist-dir=./src/main/resources/theme/cosmo/login/resources/dist/ ./src/main/resources/theme/cosmo/login/resources/scss/*.scss ./src/main/resources/theme/cosmo/login/resources/js/*.js"
},
"devDependencies": {
"@parcel/transformer-image": "^2.16.4",
"@parcel/transformer-sass": "^2.16.4",
"@tailwindcss/forms": "^0.5.4",
"autoprefixer": "^10.4.14",
"nodemon": "^3.1.14",
"parcel": "^2.16.4",
"postcss": "^8.5.10",
"postcss-fontpath": "^1.0.0",
"tailwindcss": "^3.3.3"
},
"dependencies": {}
}