6 Star 4 Fork 0

Notadd / backend-angular

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
该仓库未声明开源许可证文件(LICENSE),使用请关注具体项目描述及其代码上游依赖。
克隆/下载
package.json 2.96 KB
一键复制 编辑 原始数据 按行查看 历史
{
"name": "@notadd/backend-angular",
"description": "Backend for Notadd.",
"homepage": "https://github.com/notadd/backend-angular",
"bugs": "https://github.com/notadd/backend-angular/issues",
"version": "2.4.0",
"license": "Apache-2.0",
"main": "dist/electron.js",
"author": "notadd",
"scripts": {
"ng": "ng",
"start": "ng serve --configuration=development --host=0.0.0.0",
"build": "ng build --configuration=production",
"build-prod-ngsw": "ng build --configuration=ngsw && npm run ngsw-config && npm run ngsw-copy",
"test": "ng test",
"lint": "ng lint"
},
"private": true,
"dependencies": {
"@angular/animations": "^6.0.0",
"@angular/cdk": "^6.0.0",
"@angular/common": "^6.0.0",
"@angular/compiler": "^6.0.0",
"@angular/core": "^6.0.0",
"@angular/flex-layout": "^6.0.0-beta.15",
"@angular/forms": "^6.0.0",
"@angular/http": "^6.0.0",
"@angular/material": "^6.0.0",
"@angular/platform-browser": "^6.0.0",
"@angular/platform-browser-dynamic": "^6.0.0",
"@angular/router": "^6.0.0",
"@angular/service-worker": "^6.0.0",
"@notadd/ngx-tree-dnd": "^1.0.4",
"@swimlane/dragula": "^3.7.3",
"@swimlane/ngx-datatable": "^12.0.0",
"@types/dragula": "^2.1.33",
"angular-calendar": "^0.25.2",
"apollo-angular": "^1.1.1",
"apollo-angular-link-http": "^1.1.0",
"apollo-cache-inmemory": "^1.2.4",
"apollo-client": "^2.3.4",
"apollo-link-error": "^1.1.0",
"browser-md5-file": "^1.0.0",
"core-js": "^2.5.4",
"echarts": "^4.1.0",
"graphql": "^0.13.2",
"graphql-tag": "^2.9.2",
"hammerjs": "^2.0.8",
"localforage": "^1.7.2",
"material-design-icons": "^3.0.1",
"ngforage": "^3.4.0",
"ngx-echarts": "^3.1.0",
"ngx-perfect-scrollbar": "^6.0.0",
"ngx-quill": "^3.0.0",
"normalize.css": "^8.0.0",
"quill": "^1.3.6",
"rxjs": "^6.0.0",
"rxjs-compat": "^6.1.0",
"screenfull": "^3.3.3",
"zone.js": "^0.8.26"
},
"devDependencies": {
"@angular-devkit/build-angular": "~0.6.0",
"@angular/cli": "^6.2.3",
"@angular/compiler-cli": "^6.0.0",
"@angular/language-service": "^6.0.0",
"@types/jasmine": "~2.8.6",
"@types/jasminewd2": "~2.0.3",
"@types/node": "~8.9.4",
"@types/screenfull": "^3.3.1",
"codelyzer": "~4.2.1",
"hads": "^1.6.0",
"jasmine-core": "~2.99.1",
"jasmine-spec-reporter": "~4.2.1",
"karma": "~1.7.1",
"karma-chrome-launcher": "~2.2.0",
"karma-coverage-istanbul-reporter": "~1.4.2",
"karma-jasmine": "~1.1.1",
"karma-jasmine-html-reporter": "^0.2.2",
"protractor": "~5.3.0",
"ts-node": "~5.0.1",
"tslint": "~5.9.1",
"typescript": "^2.9.2"
}
}
TypeScript
1
https://gitee.com/notadd/backend-angular.git
git@gitee.com:notadd/backend-angular.git
notadd
backend-angular
backend-angular
master

搜索帮助