Files
Trilium/package.json

100 lines
3.1 KiB
JSON
Raw Normal View History

{
"name": "trilium",
2018-11-19 17:16:22 +01:00
"productName": "Trilium Notes",
"description": "Trilium Notes",
2021-08-22 12:36:49 +02:00
"version": "0.47.7",
"license": "AGPL-3.0-only",
2018-01-31 08:03:25 -05:00
"main": "electron.js",
"bin": {
"trilium": "./src/www"
},
"repository": {
"type": "git",
"url": "https://github.com/zadam/trilium.git"
},
"scripts": {
2020-05-29 13:01:20 +03:00
"start-server": "cross-env TRILIUM_ENV=dev node ./src/www",
"start-electron": "cross-env TRILIUM_ENV=dev electron --inspect=5858 .",
2021-09-30 12:26:13 +02:00
"build-backend-docs": "./node_modules/.bin/jsdoc -c jsdoc-conf.json -d ./docs/backend_api src/becca/entities/*.js src/services/backend_script_api.js src/services/sql.js",
2020-04-21 23:14:55 +02:00
"build-frontend-docs": "./node_modules/.bin/jsdoc -c jsdoc-conf.json -d ./docs/frontend_api src/public/app/entities/*.js src/public/app/services/frontend_script_api.js src/public/app/widgets/collapsible_widget.js",
2020-04-12 14:22:51 +02:00
"build-docs": "npm run build-backend-docs && npm run build-frontend-docs",
2020-05-17 19:43:37 +02:00
"webpack": "npx webpack -c webpack-desktop.config.js && npx webpack -c webpack-mobile.config.js && npx webpack -c webpack-setup.config.js",
2020-06-04 00:04:57 +02:00
"test": "jasmine",
"test-es6": "node -r esm spec-es6/attribute_parser.spec.js ",
"test-all": "npm run test && npm run test-es6"
},
"dependencies": {
2021-07-20 13:29:11 +02:00
"archiver": "5.3.0",
2021-08-31 21:54:42 +02:00
"async-mutex": "0.3.2",
2021-09-07 22:37:03 +02:00
"axios": "0.21.4",
2021-09-18 14:29:41 +02:00
"better-sqlite3": "7.4.3",
2019-05-08 20:19:31 +02:00
"body-parser": "1.19.0",
"chokidar": "3.5.2",
"cls-hooked": "4.2.2",
"commonmark": "0.30.0",
2020-03-15 11:08:16 +01:00
"cookie-parser": "1.4.5",
"csurf": "1.11.0",
2021-09-11 14:34:37 +02:00
"dayjs": "1.10.7",
2021-02-07 21:50:34 +01:00
"ejs": "3.1.6",
2020-12-23 21:03:01 +01:00
"electron-debug": "3.2.0",
"electron-dl": "3.2.1",
2021-07-20 13:29:11 +02:00
"electron-find": "1.0.7",
2019-03-27 21:04:25 +01:00
"electron-window-state": "5.0.3",
2019-06-10 23:00:50 +02:00
"express": "4.17.1",
"express-partial-content": "^1.0.2",
2021-07-02 23:22:10 +02:00
"express-rate-limit": "5.3.0",
2021-05-22 12:26:45 +02:00
"express-session": "1.17.2",
2021-05-08 11:20:20 +02:00
"fs-extra": "10.0.0",
"helmet": "4.6.0",
"html": "1.0.0",
2019-03-27 21:04:25 +01:00
"html2plaintext": "2.1.2",
"http-proxy-agent": "5.0.0",
"https-proxy-agent": "5.0.0",
2019-05-08 20:19:31 +02:00
"image-type": "4.1.0",
2020-12-14 22:12:26 +01:00
"ini": "2.0.0",
"is-animated": "^2.0.1",
2021-03-20 00:00:49 +01:00
"is-svg": "4.3.1",
"jimp": "0.16.1",
"joplin-turndown-plugin-gfm": "1.0.12",
2021-08-20 21:42:06 +02:00
"jsdom": "17.0.0",
2021-07-27 22:08:41 +02:00
"mime-types": "2.1.32",
2021-08-12 20:57:43 +02:00
"multer": "1.4.3",
2021-09-28 10:58:34 +02:00
"node-abi": "3.2.0",
"open": "8.2.1",
"portscanner": "2.2.0",
2020-03-26 16:21:17 +01:00
"rand-token": "1.0.1",
2020-08-22 23:07:31 +02:00
"request": "^2.88.2",
2020-02-10 20:57:56 +01:00
"rimraf": "3.0.2",
2019-08-26 20:34:50 +02:00
"sanitize-filename": "1.6.3",
2021-09-16 14:38:09 +02:00
"sanitize-html": "2.5.1",
2019-03-27 21:04:25 +01:00
"sax": "1.2.4",
"semver": "7.3.5",
"serve-favicon": "2.5.0",
"session-file-store": "1.5.0",
"stream-throttle": "^0.1.3",
"striptags": "3.2.0",
"tmp": "^0.2.1",
2021-06-29 22:15:57 +02:00
"turndown": "7.1.1",
"unescape": "1.0.1",
2021-09-11 14:34:37 +02:00
"ws": "8.2.2",
"yauzl": "2.10.0"
2017-10-20 23:43:20 -04:00
},
"devDependencies": {
2020-12-03 21:50:41 +01:00
"cross-env": "7.0.3",
2021-09-28 10:02:25 +02:00
"electron": "13.5.0",
2021-06-11 21:00:06 +02:00
"electron-builder": "22.11.7",
2021-09-11 14:34:37 +02:00
"electron-packager": "15.4.0",
2021-09-02 22:14:22 +02:00
"electron-rebuild": "3.2.3",
2020-07-24 23:14:31 +02:00
"esm": "3.2.25",
2021-08-24 22:37:00 +02:00
"jasmine": "3.9.0",
"jsdoc": "3.6.7",
2020-04-12 14:22:51 +02:00
"lorem-ipsum": "2.0.3",
2021-07-20 13:29:11 +02:00
"rcedit": "3.0.1",
2021-09-25 21:58:15 +02:00
"webpack": "5.54.0",
2021-08-20 21:42:06 +02:00
"webpack-cli": "4.8.0"
},
"optionalDependencies": {
"electron-installer-debian": "3.1.0"
}
}