mirror of https://github.com/ghostfolio/ghostfolio
You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
31 lines
915 B
31 lines
915 B
{
|
|
"description": "Package versions used by schematics in @schematics/angular.",
|
|
"comment": "This file is needed so that dependencies are synced by Renovate.",
|
|
"private": true,
|
|
"dependencies": {
|
|
"@types/express": "^5.0.1",
|
|
"@types/jasmine": "~5.1.0",
|
|
"@types/node": "^20.17.19",
|
|
"browser-sync": "^3.0.0",
|
|
"express": "^5.1.0",
|
|
"jasmine-core": "~5.13.0",
|
|
"jasmine-spec-reporter": "~7.0.0",
|
|
"karma-chrome-launcher": "~3.2.0",
|
|
"karma-coverage": "~2.2.0",
|
|
"karma-jasmine-html-reporter": "~2.1.0",
|
|
"karma-jasmine": "~5.1.0",
|
|
"karma": "~6.4.0",
|
|
"jsdom": "^27.1.0",
|
|
"less": "^4.2.0",
|
|
"postcss": "^8.5.3",
|
|
"protractor": "~7.0.0",
|
|
"rxjs": "~7.8.0",
|
|
"tailwindcss": "^4.1.12",
|
|
"@tailwindcss/postcss": "^4.1.12",
|
|
"tslib": "^2.3.0",
|
|
"ts-node": "~10.9.0",
|
|
"typescript": "~5.9.2",
|
|
"vitest": "^4.0.8",
|
|
"zone.js": "~0.16.0"
|
|
}
|
|
}
|
|
|