@css-styles/custom-themes
Version:
Custom css themes
64 lines (63 loc) • 2.05 kB
JSON
{
"name": "@css-styles/custom-themes",
"version": "2.0.1",
"description": "Custom css themes",
"type": "module",
"sideEffects": false,
"scripts": {
"bundle": "webpack --mode=production",
"version:placeholder": "replace-in-file /\\\"version\\\":\\s\\\".*?\\\"/g \"\\\"version\\\": \\\"0.0.0-placeholder\\\"\" package.json --isRegex",
"version:git": "ngv -e \"replace-in-file 0.0.0-placeholder $GIT_VERSION package.json && echo $GIT_VERSION > version.bak\"",
"version:build": "ngv -e \"echo $GIT_VERSION > version.bak\"",
"prepublishOnly": "npm run version:placeholder && npm run version:git && npm run bundle",
"postpublish": "npm run version:placeholder",
"deploy": "npm publish --loglevel error",
"deploy:next": "npm publish --tag next --loglevel error"
},
"keywords": [
"css",
"custom",
"themes"
],
"author": "kukjevov",
"license": "MIT",
"dependencies": {
"@css-styles/common": ">=2.0.1",
"@css-styles/themes": ">=2.4.0"
},
"devDependencies": {
"@anglr/common": "20.0.0",
"@anglr/datetime": "8.0.0",
"@anglr/grid": "10.1.1",
"@css-styles/common": ">=2.0.1",
"@css-styles/themes": ">=2.4.0",
"css-loader": "7.1.2",
"mini-css-extract-plugin": "2.9.0",
"npm-git-version": "2.0.0",
"replace-in-file": "7.1.0",
"sass": "1.94.0",
"sass-loader": "14.2.1",
"webpack": "5.91.0",
"webpack-cli": "5.1.4"
},
"exports": {
"./package.json": {
"default": "./package.json"
},
".": {
"sass": "./index.scss"
},
"./chiroptera": {
"sass": "./themes/chiroptera.scss"
},
"./vszp": {
"sass": "./themes/vszp.scss"
},
"./vszpCompact": {
"sass": "./themes/vszpCompact.scss"
},
"./css/*.css": {
"default": "./css/*.css"
}
}
}