Files
standardnotes-app-web/packages/components/dist/org.standardnotes.theme-dynamic/package.json

13 lines
266 B
JSON

{
"name": "@standardnotes/dynamic-theme",
"version": "1.0.4",
"main": "dist/dist.css",
"private": true,
"sn": {
"main": "dist/dist.css"
},
"scripts": {
"compile": "webpack --entry ./src/main.scss --config ./../../theme.webpack.config.js"
}
}