1 Star 0 Fork 0

寒月笑天/abp.ng

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
该仓库未声明开源许可证文件(LICENSE),使用请关注具体项目描述及其代码上游依赖。
克隆/下载
package.json 2.23 KB
一键复制 编辑 原始数据 按行查看 历史
{
"name": "fs",
"version": "0.0.0",
"license": "MIT",
"scripts": {
"ng": "nx",
"postinstall": "node ./decorate-angular-cli.js && ngcc --properties es2015 browser module main --first-only --create-ivy-entry-points",
"nx": "nx",
"start": "ng serve",
"build": "ng build",
"test": "ng test",
"lint": "nx workspace-lint && ng lint",
"e2e": "ng e2e",
"affected:apps": "nx affected:apps",
"affected:libs": "nx affected:libs",
"affected:build": "nx affected:build",
"affected:e2e": "nx affected:e2e",
"affected:test": "nx affected:test",
"affected:lint": "nx affected:lint",
"affected:dep-graph": "nx affected:dep-graph",
"affected": "nx affected",
"format": "nx format:write",
"format:write": "nx format:write",
"format:check": "nx format:check",
"update": "ng update @nrwl/workspace",
"workspace-schematic": "nx workspace-schematic",
"dep-graph": "nx dep-graph",
"help": "nx help",
"merge-config": "nx workspace-schematic merge-config"
},
"private": true,
"dependencies": {
"@angular/animations": "^11.0.0",
"@angular/common": "^11.0.0",
"@angular/compiler": "^11.0.0",
"@angular/core": "^11.0.0",
"@angular/forms": "^11.0.0",
"@angular/platform-browser": "^11.0.0",
"@angular/platform-browser-dynamic": "^11.0.0",
"@angular/router": "^11.0.0",
"@nrwl/angular": "11.0.15",
"rxjs": "~6.5.5",
"tslib": "^2.0.0",
"zone.js": "^0.10.2",
"@npm/root": "file:npm/root"
},
"devDependencies": {
"@npm/dev": "file:npm/dev",
"@npm/ng-alain": "file:npm/ng-alain",
"@angular-devkit/build-angular": "~0.1100.1",
"@angular/cli": "~11.0.0",
"@angular/compiler-cli": "^11.0.0",
"@angular/language-service": "^11.0.0",
"@nrwl/cli": "11.0.15",
"@nrwl/jest": "11.0.15",
"@nrwl/tao": "11.0.15",
"@nrwl/workspace": "11.0.15",
"@types/jest": "26.0.8",
"@types/node": "12.12.38",
"codelyzer": "^6.0.0",
"dotenv": "6.2.0",
"eslint": "7.10.0",
"jest": "26.2.2",
"jest-preset-angular": "8.3.1",
"prettier": "2.1.2",
"ts-jest": "26.4.0",
"ts-node": "~9.1.1",
"tslint": "~6.1.0",
"typescript": "~4.0.3",
"cypress": "^5.5.0",
"@nrwl/cypress": "11.0.15"
}
}
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
1
https://gitee.com/inlazy/abp.ng.git
git@gitee.com:inlazy/abp.ng.git
inlazy
abp.ng
abp.ng
master

搜索帮助