- @standardnotes/components-meta@2.7.4 - @standardnotes/desktop@3.23.71 - @standardnotes/docs@0.1.0 - @standardnotes/mobile@3.30.26 - @standardnotes/releases@1.2.92 - @standardnotes/web-server@1.2.94 - @standardnotes/web@3.40.1 - @standardnotes/dynamic-theme@1.1.1
17 lines
378 B
JSON
17 lines
378 B
JSON
{
|
|
"name": "@standardnotes/dynamic-theme",
|
|
"version": "1.1.1",
|
|
"main": "dist/dist.css",
|
|
"private": true,
|
|
"sn": {
|
|
"main": "dist/dist.css"
|
|
},
|
|
"scripts": {
|
|
"components:compile": "webpack --entry ./src/main.scss --config ../theme.webpack.config.js",
|
|
"test": "echo \"Error: no test specified\" && exit 0"
|
|
},
|
|
"devDependencies": {
|
|
"webpack": "*"
|
|
}
|
|
}
|