harmfulbreeze_obsidian-mate.../package.json
2025-03-19 15:18:27 +01:00

17 lines
602 B
JSON

{
"name": "obsidian-material-3-theme",
"version": "1.9.1",
"scripts": {
"build": "sass --load-path=node_modules --pkg-importer=node --no-source-map --style=compressed src/main.scss theme.css",
"generate-reference-palette": "tsx utils/generateReferencePalette.ts",
"watch": "sass --load-path=node_modules --pkg-importer=node --watch --update --style=expanded src/main.scss theme.css"
},
"devDependencies": {
"@material/material-color-utilities": "^0.3.0",
"@material/web": "^2.2.0",
"@sass-fairy/url": "^1.0.1",
"json2scss-map": "^1.5.1",
"sass": "^1.85.0",
"tsx": "^4.19.3"
}
}