Notes/package.json

74 lines
1.9 KiB
JSON
Raw Normal View History

{
2025-04-22 14:38:57 +03:00
"name": "@triliumnext/source",
"version": "0.0.0",
"description": "Build your personal knowledge base with TriliumNext Notes",
"directories": {
"doc": "docs"
},
2025-04-22 14:38:57 +03:00
"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",
2025-04-22 14:38:57 +03:00
"@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",
2025-04-22 14:38:57 +03:00
"@swc-node/register": "~1.9.1",
"@swc/cli": "~0.6.0",
2025-04-22 14:38:57 +03:00
"@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",
2025-04-22 14:38:57 +03:00
"nx": "20.8.0",
"react-refresh": "^0.10.0",
"swc-loader": "0.1.15",
2025-04-22 14:38:57 +03:00
"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"
},
2025-04-22 14:38:57 +03:00
"workspaces": [
"packages/*",
"apps/*"
2025-04-22 14:38:57 +03:00
],
"license": "AGPL-3.0-only",
"author": {
"name": "TriliumNext Notes Team",
"email": "contact@eliandoran.me",
"url": "https://github.com/TriliumNext/Notes"
},
2025-04-22 14:38:57 +03:00
"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"
}
}