slidev-theme-arthistory
Version:
A specialized Slidev theme for art history presentations with RTL support and flexible image management
70 lines (69 loc) • 1.86 kB
JSON
{
"name": "slidev-theme-arthistory",
"version": "0.1.0-beta.1",
"type": "module",
"description": "A specialized Slidev theme for art history presentations with RTL support and flexible image management",
"author": "Kaveh Rafie",
"license": "MIT",
"repository": {
"type": "git",
"url": "https://github.com/Kavehrafie/slidev-theme-arthistory.git"
},
"bugs": {
"url": "https://github.com/Kavehrafie/slidev-theme-arthistory/issues"
},
"homepage": "https://github.com/Kavehrafie/slidev-theme-arthistory#readme",
"files": [
"layouts",
"components",
"composables",
"styles",
"setup",
"public",
"data",
"package.json",
"README.md"
],
"keywords": [
"slidev-theme",
"slidev"
],
"engines": {
"node": ">=18.0.0"
},
"scripts": {
"build": "slidev build example.md",
"dev": "slidev test-simple.md --open",
"export": "slidev export example.md",
"screenshot": "slidev export example.md --format png",
"prepublishOnly": "npm run test",
"test": "echo \"Theme validation passed\"",
"release": "npm version patch && npm publish",
"release:beta": "npm publish --tag beta"
},
"dependencies": {
"@kavehrafie/image-dataset-manager": "latest",
"@slidev/types": "^52.1.0",
"@vueuse/core": "^10.9.0",
"tailwind-variants": "^0.1.20"
},
"devDependencies": {
"@kavehrafie/image-dataset-cli": "^1.0.0",
"@kavehrafie/iranian-art-dataset": "^1.0.0",
"@slidev/cli": "^52.1.0",
"playwright": "^1.54.2"
},
"//": "Learn more: https://sli.dev/guide/write-theme.html",
"slidev": {
"colorSchema": "both",
"defaults": {
"fonts": {
"sans": "Nunito Sans",
"serif": "Noto Serif",
"mono": "Fira Code",
"arabic": "Noto Sans Arabic",
"farsi": "Vazirmatn"
}
}
}
}