mirror of
https://github.com/harmfulbreeze/obsidian-material-3-theme.git
synced 2026-07-22 04:00:25 +00:00
17 lines
602 B
JSON
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"
|
|
}
|
|
}
|