加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
文件
克隆/下载
package.json 2.04 KB
一键复制 编辑 原始数据 按行查看 历史
yequanrui 提交于 2024-06-16 23:18 . update
{
"name": "cloud-tools",
"version": "1.7.3",
"description": "Toolsets based on DevUI(Angular)",
"keywords": [
"angular",
"devui",
"tools"
],
"scripts": {
"ng": "ng",
"start": "ng serve",
"build": "ng build --base-href /CloudTools/",
"watch": "ng build --watch --configuration development",
"test": "ng test"
},
"private": true,
"dependencies": {
"@angular/animations": "^17.3.11",
"@angular/cdk": "^17.3.10",
"@angular/common": "^17.3.11",
"@angular/compiler": "^17.3.11",
"@angular/core": "^17.3.11",
"@angular/forms": "^17.3.11",
"@angular/platform-browser": "^17.3.11",
"@angular/platform-browser-dynamic": "^17.3.11",
"@angular/router": "^17.3.11",
"@devui-design/icons": "^1.4.0",
"@ngx-translate/core": "^15.0.0",
"@ngx-translate/http-loader": "^8.0.0",
"lodash-es": "^4.17.21",
"ng-devui": "^17.1.0",
"rxjs": "~7.8.1",
"tslib": "^2.6.3",
"zone.js": "~0.14.7"
},
"devDependencies": {
"@angular-builders/custom-webpack": "^17.0.2",
"@angular-devkit/build-angular": "^17.3.8",
"@angular-devkit/core": "~17.3.8",
"@angular/cli": "^17.3.8",
"@angular/compiler-cli": "^17.3.11",
"@angular/language-service": "^17.3.11",
"@types/jasmine": "~5.1.4",
"@types/lodash-es": "^4.17.12",
"@types/node": "~20.12.14",
"jasmine-core": "~5.1.2",
"karma": "~6.4.3",
"karma-chrome-launcher": "~3.2.0",
"karma-coverage": "~2.2.1",
"karma-jasmine": "~5.1.0",
"karma-jasmine-html-reporter": "~2.1.0",
"typescript": "~5.4.5"
},
"engines": {
"node": "^18.13.0 || ^20.9.0",
"npm": ">=6",
"pnpm": ">=8",
"yarn": ">=1.22.4 <2"
},
"license": "MIT",
"author": {
"name": "yequanrui",
"email": "yequanrui@qq.com",
"url": "https://yequanrui.github.io"
},
"homepage": "https://github.com/yequanrui/CloudTools",
"repository": {
"type": "git",
"url": "https://github.com/yequanrui/CloudTools.git"
},
"bugs": {
"url": "https://github.com/yequanrui/CloudTools/issues"
}
}
Loading...
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化