This repository has been archived on 2025-05-14. You can view files and clone it, but cannot push or open issues or pull requests.
Files
wwtech-website/package.json
2023-07-04 16:03:33 +02:00

62 lines
1.8 KiB
JSON

{
"name": "@frontpage-ns/source",
"version": "0.0.0",
"license": "MIT",
"scripts": {
"start": "nx serve",
"build": "nx build",
"test": "nx test"
},
"private": true,
"dependencies": {
"@angular/animations": "~16.1.0",
"@angular/common": "~16.1.0",
"@angular/compiler": "~16.1.0",
"@angular/core": "~16.1.0",
"@angular/forms": "~16.1.0",
"@angular/platform-browser": "~16.1.0",
"@angular/platform-browser-dynamic": "~16.1.0",
"@angular/router": "~16.1.0",
"@nx/angular": "16.4.3",
"rxjs": "~7.8.0",
"tslib": "^2.3.0",
"zone.js": "~0.13.0"
},
"devDependencies": {
"@angular-devkit/build-angular": "~16.1.0",
"@angular-devkit/core": "~16.1.0",
"@angular-devkit/schematics": "~16.1.0",
"@angular-eslint/eslint-plugin": "~16.0.0",
"@angular-eslint/eslint-plugin-template": "~16.0.0",
"@angular-eslint/template-parser": "~16.0.0",
"@angular/cli": "~16.1.0",
"@angular/compiler-cli": "~16.1.0",
"@angular/language-service": "~16.1.0",
"@nx/cypress": "16.4.3",
"@nx/eslint-plugin": "16.4.3",
"@nx/jest": "16.4.3",
"@nx/js": "16.4.3",
"@nx/linter": "16.4.3",
"@nx/web": "16.4.3",
"@nx/workspace": "16.4.3",
"@schematics/angular": "~16.1.0",
"@types/jest": "^29.4.0",
"@types/node": "16.11.7",
"@typescript-eslint/eslint-plugin": "^5.58.0",
"@typescript-eslint/parser": "^5.58.0",
"cypress": "^12.11.0",
"eslint": "~8.15.0",
"eslint-config-prettier": "8.1.0",
"eslint-plugin-cypress": "^2.10.3",
"jest": "^29.4.1",
"jest-environment-jsdom": "^29.4.1",
"jest-preset-angular": "~13.1.0",
"nx": "16.4.3",
"nx-cloud": "latest",
"prettier": "^2.6.2",
"ts-jest": "^29.1.0",
"ts-node": "10.9.1",
"typescript": "~5.1.3"
}
}