1 Star 0 Fork 0

huang_ws/cobbler-web

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
克隆/下载
package.json 2.11 KB
一键复制 编辑 原始数据 按行查看 历史
SchoolGuy 提交于 2022-06-19 11:32 . Cobbler-Frontend: Remove Bootstrap
{
"name": "cobbler",
"version": "0.0.0",
"scripts": {
"ng": "ng",
"start": "ng serve",
"build": "ng build",
"test": "ng test",
"test:ci": "ng test --browsers=Headless --no-watch --code-coverage",
"lint": "ng lint",
"e2e": "ng e2e",
"doc": "./node_modules/.bin/compodoc -p tsconfig.json -a screenshots -n \"Cobbler Frontend Docs\" --includes docs-additonal",
"doc:serve": "./node_modules/.bin/compodoc -p tsconfig.json -a screenshots -n \"Cobbler Frontend Docs\" --includes docs-additonal -s"
},
"private": true,
"dependencies": {
"@angular/animations": "~13.3.11",
"@angular/cdk": "~13.3.9",
"@angular/common": "~13.3.11",
"@angular/compiler": "~13.3.11",
"@angular/core": "~13.3.11",
"@angular/flex-layout": "^13.0.0-beta.38",
"@angular/forms": "~13.3.11",
"@angular/material": "^13.3.9",
"@angular/platform-browser": "~13.3.11",
"@angular/platform-browser-dynamic": "~13.3.11",
"@angular/router": "~13.3.11",
"rxjs": "~6.6.6",
"stream": "0.0.2",
"timers": "^0.1.1",
"tslib": "^2.1.0",
"xmlbuilder2": "^2.4.0",
"xmlrpc": "^1.3.2",
"zone.js": "~0.11.4"
},
"devDependencies": {
"@angular-devkit/build-angular": "~13.3.7",
"@angular-eslint/builder": "13.2.1",
"@angular-eslint/eslint-plugin": "13.2.1",
"@angular-eslint/eslint-plugin-template": "13.2.1",
"@angular-eslint/schematics": "13.2.1",
"@angular-eslint/template-parser": "13.2.1",
"@angular/cli": "~13.3.7",
"@angular/compiler-cli": "~13.3.11",
"@compodoc/compodoc": "^1.1.18",
"@types/jasmine": "~3.6.6",
"@types/node": "^14.14.35",
"@typescript-eslint/eslint-plugin": "4.28.2",
"@typescript-eslint/parser": "4.28.2",
"codecov": "^3.8.3",
"eslint": "^7.26.0",
"jasmine-core": "~3.8.0",
"jasmine-spec-reporter": "~6.0.0",
"karma": "~6.3.12",
"karma-chrome-launcher": "~3.1.0",
"karma-coverage": "~2.0.3",
"karma-jasmine": "~4.0.1",
"karma-jasmine-html-reporter": "^1.7.0",
"ng-packagr": "^13.3.1",
"protractor": "~7.0.0",
"ts-node": "~9.1.1",
"typescript": "~4.6.4"
}
}
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
Python
1
https://gitee.com/Ethan_hws/cobbler-web.git
[email protected]:Ethan_hws/cobbler-web.git
Ethan_hws
cobbler-web
cobbler-web
main

搜索帮助