{
	"author": {
		"name": "Baptiste Pillot",
		"email": "baptiste@pillot.fr"
	},
	"dependencies": {
		"normalize.css": "^8.0",
		"typeface-roboto": "^1.1"
	},
	"description": "UI component providing a basic it.rocks app container with navigation, title bar, and logout support",
	"devDependencies": {
		"sass": "^1.95"
	},
	"homepage": "https://it.rocks",
	"files": [
		"LICENSE",
		"README.md",
		"**/*.css",
		"**/*.svg",
		"**/*.woff",
		"**/*.woff2"
	],
	"keywords": [
		"backend",
		"header",
		"it.rocks",
		"layout",
		"menu",
		"navigation",
		"shell",
		"sidebar",
		"UI",
		"UX"
	],
	"license": "LGPL-3.0-or-later",
	"name": "@itrocks/ux-core",
	"repository": {
		"type": "git",
		"url": "git+https://github.com/itrocks-ts/ux-core.git"
	},
	"scripts": {
		"build": "sass --no-source-map css:css && mkdir -p css/files && cp --update=none ../../typeface-roboto/files/* css/files/"
	},
	"version": "0.2.2"
}
