@itwin/itwinui-css
Version:
CSS library for building beautiful and well working web UI components within Bentley Systems & iTwin.js applications.
55 lines • 1.37 kB
JSON
{
"name": "@itwin/itwinui-css",
"version": "2.5.0",
"author": "Bentley Systems",
"license": "MIT",
"main": "css/all.css",
"files": [
"css",
"CHANGELOG.md",
"LICENSE.md"
],
"exports": {
".": "./css/all.css",
"./all": "./css/all.css",
"./global": "./css/global.css",
"./*": "./*"
},
"description": "CSS library for building beautiful and well working web UI components within Bentley Systems & iTwin.js applications.",
"homepage": "https://github.com/iTwin/iTwinUI",
"repository": {
"type": "git",
"url": "https://github.com/iTwin/iTwinUI.git",
"directory": "packages/itwinui-css"
},
"keywords": [
"css",
"html",
"react",
"ui",
"ux",
"standards",
"theme",
"light",
"dark",
"bentley systems",
"itwin"
],
"dependencies": {},
"devDependencies": {
"chokidar": "^3.5.3",
"lightningcss": "^1.21.5",
"npm-run-all": "^4.1.5",
"postcss": "^8.4.31",
"sass": "^1.63.6",
"sass-embedded": "^1.63.6"
},
"prettier": "configs/prettier-scss-config.js",
"scripts": {
"build": "pnpm clean && pnpm build:css && node ../../scripts/copyrightLinter.js --fix css/*",
"build:css": "node ./scripts/generateCss.js src css",
"dev": "node ./scripts/watchScss.mjs",
"clean": "rimraf ./css",
"lint": "stylelint \"src/**/*.scss\""
}
}