2 Star 10 Fork 2

NG-NEST / ng-nest

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
克隆/下载
package.json 3.38 KB
一键复制 编辑 原始数据 按行查看 历史
ng-nest-moon 提交于 2023-12-24 22:26 . chore(release): release 17.0.4
{
"name": "ng-nest",
"version": "17.0.4",
"scripts": {
"ng": "ng",
"start": "ng serve --host=0.0.0.0 --disable-host-check",
"build": "node --max_old_space_size=81920 ./node_modules/@angular/cli/bin/ng build",
"build:ng-nest-ui": "node --max_old_space_size=81920 ./node_modules/@angular/cli/bin/ng build ng-nest-ui && npm run copy:scss && npm run build:scss && npm run clear:examples",
"build:docs": "npm run build:scripts && node ./scripts/build/generate/docs",
"build:scripts": "tsc -p scripts",
"build:scss": "sass ./lib/ng-nest/ui/style/core/index.scss ./dist/ng-nest/ui/style/core/index.css",
"build:all": "npm run build:ng-nest-ui && npm run build:docs && npm run build",
"copy:scss": "cpx ./lib/ng-nest/ui/style/**/* ./dist/ng-nest/ui/style",
"clear:examples": "npm run build:scripts && node ./scripts/build/generate/clear-examples",
"test": "ng test ng-nest-site",
"test:ng-nest-ui": "ng test ng-nest-ui",
"lint": "ng lint",
"extract": "ng xi18n --output-path=locale",
"changelog": "conventional-changelog -p angular -i CHANGELOG.md -s -r 0",
"dev:ssr": "node --max_old_space_size=81920 ./node_modules/@angular/cli/bin/ng run ng-nest-site:serve-ssr",
"serve:ssr": "node --max_old_space_size=81920 dist/ng-nest-site/server/main.js",
"build:ssr": "node --max_old_space_size=81920 ./node_modules/@angular/cli/bin/ng build && node --max_old_space_size=81920 ./node_modules/@angular/cli/bin/ng run ng-nest-site:server",
"prerender": "node --max_old_space_size=81920 ./node_modules/@angular/cli/bin/ng run ng-nest-site:prerender"
},
"private": true,
"dependencies": {
"@angular/animations": "^17.0.7",
"@angular/cdk": "^17.0.4",
"@angular/common": "^17.0.7",
"@angular/compiler": "^17.0.7",
"@angular/core": "^17.0.7",
"@angular/forms": "^17.0.7",
"@angular/platform-browser": "^17.0.7",
"@angular/platform-browser-dynamic": "^17.0.7",
"@angular/platform-server": "^17.0.7",
"@angular/router": "^17.0.7",
"@angular/service-worker": "^17.0.7",
"@angular/ssr": "^17.0.7",
"conventional-changelog": "^3.1.25",
"conventional-changelog-cli": "^2.2.2",
"core-js": "^3.26.1",
"express": "^4.18.2",
"fs-extra": "^10.1.0",
"prismjs": "^1.29.0",
"remark": "^13.0.0",
"rxjs": "~7.8.0",
"sass": "^1.56.1",
"tslib": "^2.3.0",
"yaml-front-matter": "^4.1.1",
"zone.js": "~0.14.2"
},
"devDependencies": {
"@angular-devkit/build-angular": "^17.0.7",
"@angular-devkit/core": "^17.0.7",
"@angular-devkit/schematics": "^17.0.7",
"@angular/cli": "^17.0.7",
"@angular/compiler-cli": "^17.0.7",
"@stackblitz/sdk": "^1.8.1",
"@types/estree": "^1.0.0",
"@types/express": "^4.17.17",
"@types/fs-extra": "^9.0.13",
"@types/jasmine": "~5.1.0",
"@types/marked": "^1.2.2",
"@types/node": "^18.18.0",
"codelyzer": "^6.0.2",
"cpx": "^1.5.0",
"cz-conventional-changelog": "^3.3.0",
"jasmine-core": "~5.1.0",
"karma": "~6.4.0",
"karma-chrome-launcher": "~3.2.0",
"karma-coverage": "~2.2.0",
"karma-jasmine": "~5.1.0",
"karma-jasmine-html-reporter": "~2.1.0",
"marked": "^2.1.3",
"ng-packagr": "^17.0.0",
"prettier": "^3.1.1",
"protractor": "^7.0.0",
"ts-node": "^10.9.1",
"typescript": "~5.2.2"
},
"config": {
"commitizen": {
"path": "./node_modules/cz-conventional-changelog"
}
}
}
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
TypeScript
1
https://gitee.com/ng-nest/ng-nest.git
git@gitee.com:ng-nest/ng-nest.git
ng-nest
ng-nest
ng-nest
master

搜索帮助

344bd9b3 5694891 D2dac590 5694891