2025-06-08 22:06:45 +03:00
|
|
|
{
|
2025-06-08 22:57:24 +03:00
|
|
|
"name": "@triliumnext/share-theme",
|
2025-06-08 22:06:45 +03:00
|
|
|
"version": "1.0.3",
|
2025-06-10 09:09:18 +03:00
|
|
|
"description": "Adaptation of the trilium.rocks share theme",
|
2025-06-08 22:06:45 +03:00
|
|
|
"main": "index.js",
|
|
|
|
"scripts": {
|
|
|
|
"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/*",
|
2025-06-09 14:39:56 +03:00
|
|
|
"./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",
|
2025-06-08 22:06:45 +03:00
|
|
|
"devDependencies": {
|
|
|
|
"@digitak/esrun": "^3.2.24",
|
2025-06-11 13:23:33 +00:00
|
|
|
"@types/swagger-ui": "^5.0.0",
|
2025-06-11 18:11:06 +00:00
|
|
|
"@typescript-eslint/eslint-plugin": "^8.0.0",
|
|
|
|
"@typescript-eslint/parser": "^8.0.0",
|
2025-06-08 22:06:45 +03:00
|
|
|
"dotenv": "^16.3.1",
|
2025-06-10 09:55:49 +00:00
|
|
|
"esbuild": "^0.25.0",
|
2025-06-11 13:24:03 +00:00
|
|
|
"eslint": "^9.0.0",
|
2025-06-08 22:06:45 +03:00
|
|
|
"highlight.js": "^11.8.0",
|
|
|
|
"typescript": "^5.2.2"
|
2025-06-09 10:48:31 +03:00
|
|
|
},
|
|
|
|
"nx": {
|
|
|
|
"name": "share-theme"
|
2025-06-08 22:06:45 +03:00
|
|
|
}
|
|
|
|
}
|