ObsiViewer/package.json

87 lines
2.6 KiB
JSON

{
"name": "obsiwatcher---obsidian-vault-viewer",
"private": true,
"version": "0.0.0",
"type": "module",
"scripts": {
"dev": "ng serve",
"build": "ng build",
"build:workers": "ng build",
"preview": "ng serve --configuration=production --port 3000 --host 127.0.0.1",
"test": "ng test",
"test:e2e": "playwright test"
},
"dependencies": {
"@angular/animations": "20.3.2",
"@angular/build": "20.3.2",
"@angular/cdk": "20.2.7",
"@angular/cli": "20.3.2",
"@angular/common": "20.3.2",
"@angular/compiler": "20.3.2",
"@angular/compiler-cli": "20.3.2",
"@angular/core": "20.3.2",
"@angular/forms": "20.3.2",
"@angular/localize": "20.3.2",
"@angular/platform-browser": "20.3.2",
"@angular/platform-browser-dynamic": "20.3.2",
"@angular/router": "20.3.2",
"@types/markdown-it": "^14.0.1",
"angular-calendar": "^0.32.0",
"chokidar": "^4.0.3",
"d3-force": "^3.0.0",
"d3-selection": "^3.0.0",
"d3-zoom": "^3.0.0",
"date-fns": "^4.1.0",
"express": "^5.1.0",
"highlight.js": "^11.10.0",
"markdown-it": "^14.1.0",
"markdown-it-anchor": "^8.6.7",
"markdown-it-attrs": "^4.3.1",
"markdown-it-footnote": "^3.0.3",
"markdown-it-mathjax3": "^5.1.0",
"markdown-it-multimd-table": "^4.2.3",
"markdown-it-task-lists": "^2.1.1",
"mermaid": "^11.12.0",
"rxjs": "^7.8.2",
"tailwindcss": "^3.4.14",
"transliteration": "^2.3.5",
"type-fest": "^5.0.1"
},
"devDependencies": {
"@angular-devkit/build-angular": "20.3.2",
"@playwright/test": "^1.55.1",
"@tailwindcss/forms": "^0.5.9",
"@tailwindcss/typography": "^0.5.15",
"@types/jasmine": "^5.1.9",
"@types/jest": "^30.0.0",
"@types/node": "^22.14.0",
"autoprefixer": "^10.4.20",
"cross-env": "^10.1.0",
"jasmine-core": "^5.11.0",
"karma": "^6.4.4",
"karma-chrome-launcher": "^3.2.0",
"karma-coverage": "^2.2.1",
"karma-jasmine": "^5.1.0",
"karma-jasmine-html-reporter": "^2.1.0",
"postcss": "^8.4.49",
"ts-node": "^10.9.2",
"typescript": "~5.8.2",
"vite": "^6.2.0"
},
"resolutions": {
"@angular/core": "20.3.2",
"@angular/cli": "20.3.2",
"@angular/compiler": "20.3.2",
"@angular/compiler-cli": "20.3.2",
"@angular/build": "20.3.2",
"@angular/localize": "20.3.2",
"@angular/animations": "20.3.2",
"@angular/common": "20.3.2",
"@angular/forms": "20.3.2",
"@angular/platform-browser": "20.3.2",
"@angular/platform-browser-dynamic": "20.3.2",
"@angular/router": "20.3.2",
"@angular/cdk": "20.2.7"
}
}