* wip: component viewer * feat: get component status from component viewer * feat: native components * fix: remove unused property * fix: remove unused func * chore(deps): snjs 2.29.0 * fix: import location * feat: native components * fix: remove unused func * feat: component viewer (#781) * wip: component viewer * feat: get component status from component viewer * fix: remove unused property * chore(deps): snjs 2.29.0 * fix: import location * chore: use cp instead of webpack copy * fix: types * chore: misc
19 lines
383 B
JSON
19 lines
383 B
JSON
{
|
|
"name": "sn-theme-midnight",
|
|
"version": "1.2.5",
|
|
"main": "dist/dist.css",
|
|
"devDependencies": {
|
|
"grunt": "^1.0.1",
|
|
"grunt-contrib-sass": "^1.0.0",
|
|
"grunt-contrib-watch": "^1.0.0",
|
|
"grunt-newer": "^1.2.0"
|
|
},
|
|
"sn": {
|
|
"main": "dist/dist.css"
|
|
},
|
|
"repository": {
|
|
"type": "git",
|
|
"url": "git://github.com/sn-extensions/midnight-theme.git"
|
|
}
|
|
}
|