UNPKG

ng2-easyform

Version:

angular2 angular4 ng2

72 lines (71 loc) 2.33 kB
{ "name": "ng2-easyform", "version": "0.6.0", "description": "angular2 angular4 ng2", "main": "./bundles/ng2-easyform.js", "module": "./ng2-easyform.es5.js", "es2015": "./ng2-easyform.js", "typings": "./ng2-easyform.d.ts", "scripts": { "clean:lib": "rimraf dist/grid", "build:app": "ng build --no-extract-license --prod --build-optimizer", "buildpkg": "ng-packagr -p ng-package.json", "clean": "rimraf out-tsc dist/*", "prebuild": "npm run clean", "build": "node build.js", "ng": "ng", "start": "ng serve", "test": "ng test", "lint": "ng lint", "e2e": "ng e2e", "publish:lib": "npm run clean && npm run build", "bundle-report:example": "webpack-bundle-analyzer out/example/stats.json", "bundle-report:app": "webpack-bundle-analyzer out/app/stats.json", "mirror:npm": "npm config set registry http://registry.npmjs.org", "mirror:taobao": "npm config set registry https://registry.npm.taobao.org" }, "keywords": [ "angular2", "angular4", "ng2", "easyform", "quickform" ], "author": "qiao.li", "license": "MIT", "dependencies": { "@angular/material-moment-adapter": "^6.0.0", "ng-zorro-antd": "^0.6.15", "ng2-bootstrap3-grid": "0.0.10" }, "devDependencies": { "@angular-devkit/build-angular": "~0.6.0", "@angular/animations": "^6.0.0", "@angular/cdk": "^6.0.0", "@angular/cli": "^6.0.0", "@angular/common": "^6.0.0", "@angular/compiler": "^6.0.0", "@angular/compiler-cli": "^6.0.0", "@angular/core": "^6.0.0", "@angular/forms": "^6.0.0", "@angular/language-service": "^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", "classlist.js": "^1.1.20150312", "cpr": "^3.0.1", "ng-packagr": "^1.5.0", "rimraf": "^2.6.2", "rollup": "^0.58.2", "rollup-plugin-commonjs": "^9.1.3", "rollup-plugin-node-resolve": "^3.3.0", "rollup-plugin-sourcemaps": "^0.4.2", "rollup-plugin-uglify": "^3.0.0", "rxjs": "^6.0.0", "typescript": "~2.7.0", "web-animations-js": "^2.3.1", "webpack-bundle-analyzer": "^2.11.1", "zone.js": "^0.8.26" } }