UNPKG

ng-ytl-zorro-antd

Version:

An enterprise-class UI components based on Ant Design and Angular

101 lines (100 loc) 3.25 kB
{ "name": "ng-ytl-zorro-antd", "version": "0.6.15", "license": "MIT", "description": "An enterprise-class UI components based on Ant Design and Angular", "scripts": { "ng": "ng", "start": "ng serve", "build": "node --max_old_space_size=5120 ./node_modules/@angular/cli/bin/ng build --prod", "doc": "ng build --prod", "helper": "bash ./release-helper.sh", "generate": "bash ./build.sh", "release": "npm run generate && ng build --prod && npm run helper", "test": "node --max_old_space_size=5120 ./node_modules/@angular/cli/bin/ng test --single-run --code-coverage", "integration": "npm run generate && bash ./integration-test.sh", "integration-cli": "npm run generate && cd integration/angular-cli && npm run integration", "integration-webpack": "npm run generate && cd integration/webpack && npm run integration", "integration-rollup": "npm run generate && cd integration/rollup && npm run integration", "lint": "tslint -c tslint.json 'src/components/**/*.ts'", "e2e": "ng e2e" }, "main": "./bundles/antd.umd.js", "module": "./esm5/antd.js", "es2015": "./esm2015/antd.js", "typings": "./antd.d.ts", "keywords": [ "ant", "design", "angular", "ui", "framework", "frontend" ], "homepage": "https://ng.ant.design", "repository": { "type": "git", "url": "https://github.com/NG-ZORRO/ng-zorro-antd" }, "bugs": { "url": "https://github.com/NG-ZORRO/ng-zorro-antd/issues" }, "dependencies": { "@angular/cdk": "^5.0.0", "moment": "^2.18.1", "tslib": "^1.7.1" }, "devDependencies": { "@angular/animations": "^5.0.0", "@angular/cli": "1.6.5", "@angular/common": "^5.0.0", "@angular/compiler": "^5.0.0", "@angular/compiler-cli": "^5.0.0", "@angular/core": "^5.0.0", "@angular/forms": "^5.0.0", "@angular/http": "^5.0.0", "@angular/language-service": "^5.0.0", "@angular/platform-browser": "^5.0.0", "@angular/platform-browser-dynamic": "^5.0.0", "@angular/router": "^5.0.0", "@types/jasmine": "~2.5.53", "@types/jasminewd2": "~2.0.2", "@types/node": "~6.0.60", "classlist.js": "^1.1.20150312", "codelyzer": "~4.0.1", "core-js": "^2.4.1", "coveralls": "^2.13.1", "glob": "^7.1.2", "prismjs": "^1.10.0", "intl": "^1.2.5", "jasmine-core": "~2.6.2", "jasmine-spec-reporter": "~4.1.0", "karma": "~1.7.0", "karma-chrome-launcher": "~2.1.1", "karma-cli": "~1.0.1", "karma-coverage-istanbul-reporter": "^1.2.1", "karma-jasmine": "~1.1.0", "karma-jasmine-html-reporter": "^0.2.2", "marked": "^0.3.6", "protractor": "~5.1.2", "rollup": "^0.49.2", "rollup-plugin-node-resolve": "^3.0.0", "rollup-plugin-replace": "^2.0.0", "rollup-plugin-sourcemaps": "^0.4.2", "rollup-plugin-uglify": "^2.0.1", "rxjs": "^5.5.2", "ts-node": "~3.2.0", "tslint": "~5.7.0", "typescript": "~2.4.2", "web-animations-js": "^2.3.1", "zone.js": "^0.8.17" }, "peerDependencies": { "@angular/animations": "^5.0.0", "@angular/cdk": "^5.0.0", "@angular/common": "^5.0.0", "@angular/core": "^5.0.0", "@angular/forms": "^5.0.0", "moment": "^2.18.1" } }