UNPKG

angular-formio

Version:

The Form.io dynamic form and data management system for Angular.

141 lines (140 loc) 5.14 kB
{ "name": "angular-formio", "version": "1.13.0", "description": "The Form.io dynamic form and data management system for Angular.", "main": "./bundles/angular-formio.umd.js", "module": "./index.js", "typings": "./index.d.ts", "scripts": { "start": "concurrently --raw \"webpack-dev-server --open\" \"npm run test:watch\"", "build:demo": "webpack --env=production", "build:umd": "webpack --config webpack.config.umd.ts", "build:ngc": "ngc -p tsconfig-ngc.json", "build:dist": "gulp styles && npm run build:umd && npm run build:ngc && gulp inline-styles", "build:clean": "del-cli dist", "test": "karma start --single-run && npm run build:dist && npm run build:clean", "test:watch": "karma start --auto-watch", "commit": "git-cz", "compodoc": "compodoc -p tsconfig-compodoc.json -d docs --disableGraph --disableCoverage --disablePrivateOrInternalSupport", "gh-pages": "git checkout gh-pages && git merge master --no-edit --no-ff && del-cli *.js *.js.map && npm run build:demo && npm run compodoc && git add . && git commit -m \"chore: build demo and docs\" && git push && git checkout master", "copyfiles": "copyfiles package.json LICENSE README.md CHANGELOG.md dist", "release:git": "git add package.json && git commit -m \"chore: bump version number\" && standard-version --first-release && git push --follow-tags origin master", "release:npm": "npm run build:dist && npm run copyfiles && npm publish dist", "release": "npm run release:git && npm run release:npm", "postrelease": "npm run build:clean && npm run gh-pages", "commitmsg": "validate-commit-msg", "codecov": "cat coverage/lcov.info | codecov", "prettier": "prettier --single-quote --parser typescript --write", "precommit": "lint-staged" }, "lint-staged": { "{demo,src,test}/**/*.ts": [ "npm run prettier", "git add" ] }, "repository": { "type": "git", "url": "git+https://github.com/formio/angular-formio.git" }, "keywords": [ "angular5", "angular4", "angular2", "angular" ], "author": "Travis Tidwell", "license": "MIT", "bugs": { "url": "https://github.com/formio/angular-formio/issues" }, "homepage": "https://github.com/formio/angular-formio#readme", "devDependencies": { "@angular/common": "^5.0.0 || ^4.0.0 || ^2.0.0", "@angular/compiler": "^5.0.0 || ^4.0.0 || ^2.0.0", "@angular/compiler-cli": "^5.0.0 || ^4.0.0 || ^2.0.0", "@angular/core": "^5.0.0 || ^4.0.0 || ^2.0.0", "@angular/forms": "^5.0.0 || ^4.0.0 || ^2.0.0", "@angular/language-service": "^5.0.0 || ^4.0.0 || ^2.0.0", "@angular/platform-browser": "^5.0.0 || ^4.0.0 || ^2.0.0", "@angular/platform-browser-dynamic": "^5.0.0 || ^4.0.0 || ^2.0.0", "@angular/router": "^5.0.0 || ^4.0.0 || ^2.0.0", "@compodoc/compodoc": "^1.0.5", "@mattlewis92/webpack-karma-die-hard": "^1.0.4", "@ngtools/webpack": "^1.9.4", "@types/chai": "^4.1.0", "@types/html-webpack-plugin": "^2.30.1", "@types/mocha": "^2.2.46", "@types/node": "^9.3.0", "@types/sinon": "^4.1.3", "@types/sinon-chai": "^2.7.26", "@types/webpack": "^3.8.2", "chai": "^4.0.0", "codecov": "^3.0.0", "codelyzer": "^4.0.2", "commitizen": "^2.8.1", "concurrently": "^3.5.1", "copyfiles": "^1.2.0", "core-js": "^2.5.3", "css-loader": "^0.28.8", "cz-conventional-changelog": "^2.1.0", "del-cli": "^1.0.0", "fork-ts-checker-webpack-plugin": "^0.3.0", "gulp": "^3.9.1", "gulp-clean-css": "^3.9.2", "gulp-replace": "^0.6.1", "gulp-sass": "^3.1.0", "gulp-sync": "^0.1.4", "html-loader": "^0.5.4", "html-webpack-plugin": "^2.28.0", "husky": "^0.14.3", "istanbul-instrumenter-loader": "^3.0.0", "karma": "^2.0.0", "karma-chrome-launcher": "^2.1.1", "karma-coverage-istanbul-reporter": "^1.3.3", "karma-mocha": "^1.3.0", "karma-mocha-reporter": "^2.2.3", "karma-sourcemap-loader": "^0.3.7", "karma-webpack": "^2.0.9", "lint-staged": "^6.0.0", "mocha": "^4.1.0", "node-sass": "^4.7.2", "offline-plugin": "^4.9.0", "prettier": "^1.10.2", "rxjs": "^5.5.6", "sass-loader": "^6.0.6", "sinon": "^4.1.6", "sinon-chai": "^2.8.0", "standard-version": "^4.3.0", "style-loader": "^0.19.1", "ts-loader": "^3.2.0", "ts-node": "^4.1.0", "tslint": "^5.9.1", "tslint-config-mwl": "^0.2.1", "tslint-loader": "^3.5.3", "typescript": "^2.6.2", "url-loader": "^0.6.2", "validate-commit-msg": "^2.8.0", "webpack": "^3.10.0", "webpack-angular-externals": "^1.0.0", "webpack-config-utils": "^2.3.0", "webpack-dev-server": "^2.11.0", "webpack-rxjs-externals": "^1.1.0", "zone.js": "^0.8.20" }, "peerDependencies": { "@angular/core": ">=2.0.0 <6.0.0", "@angular/forms": ">=2.0.0 <6.0.0" }, "config": { "commitizen": { "path": "node_modules/cz-conventional-changelog" } }, "dependencies": { "@types/lodash": "^4.14.92", "formiojs": "^2.29.1", "lodash": "^4.17.4", "ngx-bootstrap": "^1.9.3" } }