{ "name": "@triliumnext/source", "version": "0.0.0", "description": "Build your personal knowledge base with TriliumNext Notes", "directories": { "doc": "docs" }, "scripts": {}, "private": true, "devDependencies": { "@eslint/js": "^9.8.0", "@nx/devkit": "20.8.0", "@nx/esbuild": "20.8.0", "@nx/eslint": "20.8.0", "@nx/eslint-plugin": "20.8.0", "@nx/express": "20.8.0", "@nx/js": "20.8.0", "@nx/node": "20.8.0", "@nx/playwright": "20.8.0", "@nx/vite": "20.8.0", "@nx/web": "20.8.0", "@nx/webpack": "20.8.0", "@playwright/test": "^1.36.0", "@pmmmwh/react-refresh-webpack-plugin": "^0.5.7", "@svgr/webpack": "^8.0.1", "@swc-node/register": "~1.9.1", "@swc/cli": "~0.6.0", "@swc/core": "~1.5.7", "@swc/helpers": "~0.5.11", "@types/express": "^4.17.21", "@types/node": "18.16.9", "@vitest/coverage-v8": "^3.0.5", "@vitest/ui": "^3.0.0", "esbuild": "^0.19.2", "eslint": "^9.8.0", "eslint-config-prettier": "^10.0.0", "eslint-plugin-playwright": "^1.6.2", "jiti": "2.4.2", "jsdom": "~22.1.0", "jsonc-eslint-parser": "^2.1.0", "nx": "20.8.0", "react-refresh": "^0.10.0", "swc-loader": "0.1.15", "tslib": "^2.3.0", "typescript": "~5.7.2", "typescript-eslint": "^8.19.0", "vite": "^6.0.0", "vitest": "^3.0.0", "webpack-cli": "^5.1.4" }, "workspaces": [ "packages/*", "apps/*" ], "license": "AGPL-3.0-only", "author": { "name": "TriliumNext Notes Team", "email": "contact@eliandoran.me", "url": "https://github.com/TriliumNext/Notes" }, "repository": { "type": "git", "url": "git+https://github.com/TriliumNext/Notes.git" }, "bugs": { "url": "https://github.com/TriliumNext/Notes/issues" }, "homepage": "https://github.com/TriliumNext/Notes#readme", "dependencies": { "axios": "^1.6.0", "express": "^4.21.2" } }