@eclipsefdn/revealjs-solstice
Version:
A flexible Reveal.js template with Eclipse Design System
45 lines (44 loc) • 1.14 kB
JSON
{
"name": "@eclipsefdn/revealjs-solstice",
"type": "module",
"version": "1.0.0-beta.1",
"description": "A flexible Reveal.js template with Eclipse Design System",
"files": [
"plugin",
"theme",
"templates"
],
"exports": {
".": "./plugin/index.js",
"./theme": "./theme/solstice.scss",
"./templates": "./templates/index.js"
},
"scripts": {
"build:sass": "sass --load-path=node_modules theme/solstice.scss theme/solstice.css",
"build": "npm run build:sass",
"prepack": "npm run build"
},
"author": "Eclipse Foundation",
"license": "EPL-2.0",
"repository": {
"type": "git",
"url": "git@gitlab.eclipse.org:eclipsefdn/it/webdev/revealjs-solstice.git"
},
"keywords": [
"revealjs",
"presentation",
"asciidoc",
"asciidoctor",
"eclipse",
"solstice",
"theme",
"plugin"
],
"dependencies": {
"reveal.js": "5.1.0"
},
"devDependencies": {
"sass": "1.77.8"
},
"packageManager": "yarn@1.22.22+sha512.a6b2f7906b721bba3d67d4aff083df04dad64c399707841b7acf00f6b133b7ac24255f2652fa22ae3534329dc6180534e98d17432037ff6fd140556e2bb3137e"
}