anotherlusitano_SpectrumPlus/package.json
Wiktoria Mielcarek 976816f1c6 add esbuild
remove node-sass
2022-03-13 11:37:05 +01:00

26 lines
631 B
JSON

{
"name": "spectrum",
"version": "1.0.0",
"description": "An Obsidian Theme",
"author": "Wiktoria Mielcarek",
"license": "MIT",
"homepage": "https://braweria.de",
"type": "module",
"scripts": {
"build": "node esbuild.js production",
"dev": "node esbuild.js development",
"snippet": "node esbuild.js snippets"
},
"repository": {
"type": "git",
"url": "git+https://github.com/Braweria/Spectrum.git"
},
"bugs": {
"url": "https://github.com/Braweria/Spectrum/issues"
},
"dependencies": {
"esbuild": "^0.14.25",
"esbuild-sass-plugin": "^2.2.4",
"prettier": "^2.4.1"
}
}