20 Star 209 Fork 157

YuePeng / erupt-web

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
该仓库未声明开源许可证文件(LICENSE),使用请关注具体项目描述及其代码上游依赖。
克隆/下载
package.json 2.53 KB
一键复制 编辑 原始数据 按行查看 历史
YuePeng 提交于 2024-03-26 21:40 . rollback angular version
{
"name": "erut-web",
"version": "0.0.0",
"description": "erupt framework front-end",
"author": "yuepeng <erupts@126.com>",
"repository": {
"type": "git",
"url": "git+https://github.com/erupts/erupt-web.git"
},
"bugs": {
"url": "https://github.com/erupts/erupt-web/issues"
},
"homepage": "https://www.erupt.xyz",
"license": "Apache License 2.0",
"keywords": [
"erupt",
"yuepeng",
"antd",
"ng-zorro-antd",
"ng-alain",
"angular"
],
"scripts": {
"ng-high-memory": "node --max_old_space_size=6000 ./node_modules/@angular/cli/bin/ng",
"ng": "ng",
"start": "ng s -o",
"build": "npm run ng-high-memory build",
"analyze": "npm run ng-high-memory build -- --source-map",
"analyze:view": "source-map-explorer dist/**/*.js",
"color-less": "ng-alain-plugin-theme -t=colorLess",
"theme": "ng-alain-plugin-theme -t=themeCss",
"icon": "ng g ng-alain:plugin icon"
},
"dependencies": {
"@angular/animations": "^15.2.0",
"@angular/common": "^15.2.0",
"@angular/compiler": "^15.2.0",
"@angular/core": "^15.2.0",
"@angular/forms": "^15.2.0",
"@angular/platform-browser": "^15.2.0",
"@angular/platform-browser-dynamic": "^15.2.0",
"@angular/router": "^15.2.0",
"@antv/g2plot": "^2.4.25",
"@delon/abc": "^15.2.1",
"@delon/auth": "^15.2.1",
"@delon/cache": "^15.2.1",
"@delon/form": "^15.2.1",
"@delon/theme": "^15.2.1",
"@delon/util": "^15.2.1",
"font-awesome": "^4.7.0",
"intl": "^1.2.5",
"moment": "^2.29.4",
"monaco-editor": "^0.34.1",
"ng-zorro-antd": "^15.1.0",
"ngx-ueditor": "^14.0.0",
"rxjs": "~7.5.0",
"screenfull": "^6.0.2",
"ts-md5": "^1.3.1",
"tslib": "^2.3.0",
"zone.js": "~0.11.4"
},
"devDependencies": {
"@angular-devkit/build-angular": "^15.2.0",
"@angular-eslint/schematics": "^15.2.1",
"@angular/cli": "~15.2.0",
"@angular/compiler-cli": "^15.2.0",
"@angular/language-service": "^15.2.0",
"@types/node": "^12.11.1",
"node-fetch": "^2.6.1",
"source-map-explorer": "^2.5.2",
"ts-node": "~10.9.1",
"typescript": "~4.9.5"
},
"lint-staged": {
"(src)/**/*.{html,ts}": [
"eslint --fix"
],
"(src)/**/*.less": [
"npm run lint:style"
]
}
}
TypeScript
1
https://gitee.com/erupt/erupt-web.git
git@gitee.com:erupt/erupt-web.git
erupt
erupt-web
erupt-web
master

搜索帮助