material-theme-creator
Version:
Converting Angular Material themes to CSS Custom Properties (Variables)
61 lines (60 loc) • 1.68 kB
JSON
{
"name": "material-theme-creator",
"version": "3.2.1",
"description": "Converting Angular Material themes to CSS Custom Properties (Variables)",
"main": "core.scss",
"scripts": {
"build": "webpack --mode production",
"serve": "webpack serve"
},
"repository": {
"type": "git",
"url": "git+https://github.com/Artik-Man/material-theme-creator.git"
},
"keywords": [
"angular",
"material",
"theme",
"css",
"variables",
"custom",
"properties",
"var"
],
"author": "Artik Man [mail@artik.me]",
"license": "MIT",
"bugs": {
"url": "https://github.com/Artik-Man/material-theme-creator/issues"
},
"homepage": "https://artik-man.github.io/material-theme-creator/",
"devDependencies": {
"@angular/animations": "^12.0.0",
"@angular/cdk": "^12.0.0",
"@angular/common": "^12.0.0",
"@angular/core": "^12.0.0",
"@angular/forms": "^12.0.0",
"@angular/material": "^12.0.0",
"@material/button": "^8.0.0",
"@material/slider": "^8.0.0",
"@types/webpack": "^4.41.26",
"clean-webpack-plugin": "^3.0.0",
"copy-webpack-plugin": "^6.4.1",
"css-loader": "^5.1.2",
"html-webpack-plugin": "^4.5.2",
"jstransformer-markdown-it": "^3.0.0",
"mini-css-extract-plugin": "^1.3.9",
"prismjs": "^1.29.0",
"pug": "^3.0.2",
"pug-loader": "^2.4.0",
"sass-loader": "^10.1.1",
"scss": "^0.2.4",
"ts-loader": "^8.0.17",
"typescript": "^4.2.3",
"webpack": "^5.24.4",
"webpack-cli": "^4.5.0",
"webpack-dev-server": "^4.11.1"
},
"dependencies": {
"sass": "^1.40.1"
}
}