Files
docs.nestjs.com/package.json
2026-02-13 10:42:38 +00:00

77 lines
2.3 KiB
JSON

{
"name": "nestjs-docs",
"version": "1.0.0",
"license": "MIT",
"scripts": {
"ng": "ng",
"prestart": "npm run docs",
"start": "ng serve",
"start:watch": "ng serve --watch",
"prebuild": "npm run docs",
"build": "ng build --delete-output-path=false",
"build:watch": "concurrently \"nodemon --config nodemon.json\" \"npm run start:watch\"",
"prebuild:prod": "npm run docs",
"build:prod": "ng build --configuration production --aot --delete-output-path=false",
"test": "ng test",
"lint": "eslint \"**/*.{ts,tsx}\" ",
"docs": "npm run docs-only",
"docs-only": "ts-node -P tools/tsconfig.json tools/dgeni-cli.ts tools/transforms/nestjs-package/index",
"prepare": "husky"
},
"lint-staged": {
"**/*.{ts,json}": []
},
"private": true,
"dependencies": {
"@angular/animations": "21.0.5",
"@angular/cdk": "21.0.5",
"@angular/common": "21.0.5",
"@angular/compiler": "21.0.5",
"@angular/core": "21.0.5",
"@angular/forms": "21.0.5",
"@angular/material": "21.0.5",
"@angular/platform-browser": "21.0.5",
"@angular/platform-browser-dynamic": "21.0.5",
"@angular/router": "21.0.5",
"@angular/service-worker": "21.0.5",
"core-js": "3.42.0",
"hammerjs": "2.0.8",
"nodemon": "3.1.10",
"prismjs": "1.30.0",
"rxjs": "7.8.2",
"tslib": "2.8.1",
"zone.js": "0.15.0"
},
"devDependencies": {
"@angular-devkit/build-angular": "21.0.3",
"@angular-eslint/eslint-plugin": "^21.1.0",
"@angular/cli": "21.0.3",
"@angular/compiler-cli": "21.0.5",
"@angular/language-service": "21.0.5",
"@commitlint/cli": "19.8.0",
"@commitlint/config-angular": "19.8.0",
"@eslint/js": "9.25.1",
"@types/lodash": "4.17.16",
"@types/marked": "6.0.0",
"@types/node": "22.15.3",
"@types/prismjs": "1.26.5",
"@types/rimraf": "4.0.5",
"angular-eslint": "^21.1.0",
"chokidar": "4.0.3",
"concurrently": "9.1.2",
"dgeni": "0.4.14",
"dgeni-packages": "0.30.0",
"eslint": "9.25.1",
"husky": "9.1.7",
"lint-staged": "15.5.1",
"marked": "2.1.3",
"rimraf": "6.0.1",
"ts-node": "10.9.2",
"typescript": "5.9.3",
"typescript-eslint": "^8.50.0",
"uuid": "13.0.0",
"vitest": "^4.0.16",
"yargs": "17.7.2"
}
}