@fastybird/web-ui-theme-chalk
Version:
FastyBird IoT application UI components chalk theme
64 lines (63 loc) • 1.92 kB
JSON
{
"name": "@fastybird/web-ui-theme-chalk",
"version": "1.0.0-dev.20",
"type": "module",
"description": "FastyBird IoT application UI components chalk theme",
"keywords": [
"vue-components",
"fastybird",
"fb",
"theme-chalk",
"theme-light"
],
"homepage": "https://github.com/FastyBird/web-ui-library/blob/packages/theme-chalk/README.md",
"bugs": "https://github.com/FastyBird/fastybird#issues",
"license": "Apache-2.0",
"author": {
"name": "FastyBird s.r.o.",
"email": "code@fastybird.com",
"url": "https://www.fastybird.com/"
},
"repository": {
"type": "git",
"url": "https://github.com/FastyBird/web-ui-library.git"
},
"main": "./dist/index.css",
"unpkg": "./dist/index.css",
"jsdelivr": "./dist/index.css",
"style": "./dist/index.css",
"scripts": {
"clean": "rimraf dist",
"lint:styles": "stylelint 'src/**/*.scss'",
"pretty": "yarn pretty:write && yarn pretty:check",
"pretty:check": "prettier src --check",
"pretty:write": "prettier src --write",
"build": "yarn clean && gulp --require @esbuild-kit/cjs-loader"
},
"devDependencies": {
"@esbuild-kit/cjs-loader": "^2.4",
"@types/gulp-autoprefixer": "^0.0.37",
"@types/gulp-clean-css": "^4.3",
"@types/gulp-rename": "^2.0",
"@types/gulp-sass": "^5.0",
"gulp": "^4.0",
"gulp-autoprefixer": "^9.0",
"gulp-clean-css": "^4.3",
"gulp-rename": "^2.0",
"gulp-sass": "^5.1",
"prettier": "^3.2",
"rimraf": "^5.0",
"stylelint": "^16.4",
"stylelint-config-prettier": "^9.0",
"stylelint-config-recommended": "^14.0",
"stylelint-config-recommended-scss": "^14.0",
"stylelint-config-recommended-vue": "^1.5",
"stylelint-config-standard": "^36.0",
"stylelint-config-standard-scss": "^13.1",
"stylelint-order": "^6.0",
"stylelint-prettier": "^5.0"
},
"engines": {
"node": ">=20"
}
}