Files
Trilium/packages/share-theme/package.json

44 lines
1.2 KiB
JSON
Raw Normal View History

{
2025-06-08 22:57:24 +03:00
"name": "@triliumnext/share-theme",
"version": "1.0.3",
2025-06-10 09:09:18 +03:00
"description": "Adaptation of the trilium.rocks share theme",
"type": "module",
"main": "index.js",
"scripts": {
2025-10-29 18:27:43 +02:00
"dev": "esrun scripts/build.ts -- --watch",
"build": "esrun scripts/build.ts",
"build-scripts": "esrun scripts/build.ts -- --module=scripts",
"build-styles": "esrun scripts/build.ts -- --module=styles",
"dist": "esrun scripts/build.ts -- --minify",
"test": "esrun src/scripts/test.ts"
},
2025-06-08 22:57:24 +03:00
"exports": {
2025-06-08 23:12:09 +03:00
"./templates/*": "./src/templates/*",
2025-06-09 14:13:35 +03:00
"./styles/*": "./src/styles/*",
"./scripts/*": "./src/scripts/*",
2025-06-08 23:12:09 +03:00
"./*": "./dist/*"
2025-06-08 22:57:24 +03:00
},
2025-06-10 09:09:18 +03:00
"author": "Elian Doran <contact@eliandoran.me>",
"contributors": [
"Zerebos <me@zerebos.com>"
],
"license": "Apache-2.0",
"dependencies": {
"boxicons": "2.1.4",
"fuse.js": "7.1.0",
"katex": "0.16.27",
"mermaid": "11.12.2"
},
"devDependencies": {
2025-10-01 20:52:25 +03:00
"@digitak/esrun": "3.2.26",
"@triliumnext/ckeditor5": "workspace:*",
"@typescript-eslint/eslint-plugin": "8.49.0",
"@typescript-eslint/parser": "8.49.0",
2025-10-01 20:52:25 +03:00
"dotenv": "17.2.3",
"esbuild": "0.27.1",
"eslint": "9.39.1",
2025-10-01 20:52:25 +03:00
"highlight.js": "11.11.1",
"typescript": "5.9.3"
}
}