This repository has been archived by the owner on Jan 18, 2019. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
1 changed file
with
141 additions
and
141 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,142 +1,142 @@ | ||
{ | ||
"name": "@holisticon/angular-common", | ||
"version": "1.4.0", | ||
"description": "Common angular build module for Angular 2", | ||
"scripts": { | ||
"preclean": "npm i rimraf", | ||
"clean": "rimraf npm-debug.log* .awcache node_modules dist target 'src/**/*.js' 'src/**/*.js.map' test/e2e/.awcache test/e2e/node_modules", | ||
"postclean": "npm i && cd test/e2e && npm i && npm i ../..", | ||
"webpack": "webpack", | ||
"watch": "cross-env NODE_ENV=development webpack-dev-server --inline --progress --port 3000 ", | ||
"build": "npm run tslint && npm run tsc && cross-env NODE_ENV=production webpack", | ||
"lite": "lite-server", | ||
"test": "cross-env NODE_ENV=test jasmine-node test/specs/*.spec.js --junitreport --output target/test-reports/ --verbose --noStack --color", | ||
"debug": "node --debug-brk node_modules/jasmine-node/lib/jasmine-node/cli.js test/specs/*.spec.js", | ||
"e2e": "cd test/e2e && npm run test", | ||
"watch-test": "cross-env NODE_ENV=test karma start", | ||
"tslint": "tslint \"test/**/*.ts\" --exclude \"test/e2e/node_modules/**/*\"", | ||
"tsc": "tsc", | ||
"jsdoc": "jsdoc -c ./jsdoc.json -t ./node_modules/ink-docstrap/template -R README.md ./etc", | ||
"changelog": "conventional-changelog -p angular -i CHANGELOG.md -s -r 0", | ||
"changelog:add": "git add CHANGELOG.md && git commit -m 'updated CHANGELOG.md'", | ||
"release:pre": "npm run build && npm run test", | ||
"release:post": "npm run changelog && npm run changelog:add", | ||
"release:major": "npm version major && npm run release:pre && git push origin && git push origin --tags && npm run release:post && npm run version-and-push", | ||
"release:minor": "npm version minor && npm run release:pre && git push origin && git push origin --tags && npm run release:post && npm run version-and-push", | ||
"release:patch": "npm version patch && npm run release:pre && git push origin && git push origin --tags && npm run release:post && npm run version-and-push", | ||
"version-and-push": "git push origin && git push origin --tags && npm run publish-and-merge", | ||
"publish-and-merge": "git checkout master && git merge develop && git push && git checkout develop && npm publish", | ||
"prepublish": "npm run build" | ||
}, | ||
"dependencies": { | ||
"@angular/tsc-wrapped": "4.0.3", | ||
"@ngtools/webpack": "1.8.0", | ||
"@types/core-js": "0.9.37", | ||
"@types/jasmine": "2.5.53", | ||
"@types/node": "7.0.8", | ||
"@types/source-map": "0.5.0", | ||
"@types/uglify-js": "2.6.28", | ||
"awesome-typescript-loader": "3.3.0", | ||
"codelyzer": "3.0.0", | ||
"concurrently": "3.4.0", | ||
"copy-webpack-plugin": "4.2.0", | ||
"core-js": "2.4.1", | ||
"cross-env": "3.2.4", | ||
"css-loader": "0.28.7", | ||
"del": "2.2.2", | ||
"es6-promise-loader": "1.0.2", | ||
"exports-loader": "0.6.4", | ||
"expose-loader": "0.7.3", | ||
"file-loader": "1.1.5", | ||
"html-webpack-plugin": "2.30.1", | ||
"imports-loader": "0.7.1", | ||
"istanbul-instrumenter-loader": "3.0.0", | ||
"jasmine-core": "2.6.4", | ||
"json-loader": "0.5.7", | ||
"karma": "1.7.1", | ||
"karma-chrome-launcher": "2.2.0", | ||
"karma-coverage": "1.1.1", | ||
"karma-jasmine": "1.1.0", | ||
"karma-jasmine-html-reporter": "0.2.2", | ||
"karma-junit-reporter": "1.2.0", | ||
"karma-phantomjs-launcher": "1.0.4", | ||
"karma-remap-coverage": "0.1.4", | ||
"karma-sourcemap-loader": "0.3.7", | ||
"karma-webpack": "2.0.5", | ||
"node-sass": "4.5.2", | ||
"offline-plugin": "4.8.4", | ||
"open-browser-webpack-plugin": "0.0.5", | ||
"phantomjs-polyfill": "0.0.2", | ||
"phantomjs-prebuilt": "2.1.14", | ||
"raw-loader": "0.5.1", | ||
"reflect-metadata": "0.1.10", | ||
"remap-istanbul": "0.9.1", | ||
"sass-loader": "6.0.6", | ||
"source-map-loader": "0.2.3", | ||
"style-loader": "0.19.0", | ||
"to-fast-properties": "1.0.2", | ||
"to-string-loader": "1.1.5", | ||
"tslib": "1.7.1", | ||
"tslint": "5.4.3", | ||
"tslint-eslint-rules": "4.1.1", | ||
"tslint-loader": "3.5.3", | ||
"typedoc": "0.5.8", | ||
"typescript": "2.3.3", | ||
"typings": "2.1.0", | ||
"url-loader": "0.6.2", | ||
"webpack": "3.8.1", | ||
"webpack-dev-server": "2.9.3", | ||
"webpack-md5-hash": "0.0.5", | ||
"webpack-merge": "4.1.1", | ||
"webpack-notifier": "1.5.0", | ||
"webpack-visualizer-plugin": "0.1.11" | ||
}, | ||
"devDependencies": { | ||
"@angular/common": "4.0.3", | ||
"@angular/compiler": "4.0.3", | ||
"@angular/compiler-cli": "4.0.3", | ||
"@angular/core": "4.0.3", | ||
"@angular/forms": "4.0.3", | ||
"@angular/http": "4.0.3", | ||
"@angular/platform-browser": "4.0.3", | ||
"@angular/platform-browser-dynamic": "4.0.3", | ||
"@angular/router": "4.0.3", | ||
"conventional-changelog-cli": "1.3.1", | ||
"ink-docstrap": "1.3.0", | ||
"jasmine-json": "0.0.3", | ||
"jasmine-node": "1.14.5", | ||
"jsdoc": "3.4.3", | ||
"node-sass": "4.5.2", | ||
"rimraf": "2.6.1", | ||
"rxjs": "5.3.0", | ||
"zone.js": "0.8.10" | ||
}, | ||
"peerDependencies": { | ||
"@angular/common": ">=4.0.0 || >= 4.1.0", | ||
"@angular/core": ">=4.0.0 || >= 4.1.0", | ||
"@angular/compiler": ">=4.0.0 || >= 4.1.0", | ||
"@angular/compiler-cli": ">=4.0.0 || >= 4.1.0", | ||
"@angular/forms": ">=4.0.0 || >= 4.1.0", | ||
"@angular/http": ">=4.0.0 || >= 4.1.0", | ||
"@angular/platform-browser": ">=4.0.0 || >= 4.1.0", | ||
"@angular/platform-browser-dynamic": ">=4.0.0 || >= 4.1.0", | ||
"rxjs": ">=5.2.0 || >=5.4.0", | ||
"zone.js": ">=0.8.4" | ||
}, | ||
"keywords": [ | ||
"angular2", | ||
"holisticon", | ||
"webpack" | ||
], | ||
"repository": { | ||
"type": "git", | ||
"url": "https://github.com/holisticon/angular-common.git" | ||
}, | ||
"author": "Martin Reinhardt", | ||
"license": "MIT", | ||
"engine-strict": true, | ||
"engines": { | ||
"node": ">= 6", | ||
"npm": ">= 3" | ||
} | ||
} | ||
"name": "@holisticon/angular-common", | ||
"version": "1.4.1", | ||
"description": "Common angular build module for Angular 2", | ||
"scripts": { | ||
"preclean": "npm i rimraf", | ||
"clean": "rimraf npm-debug.log* .awcache node_modules dist target 'src/**/*.js' 'src/**/*.js.map' test/e2e/.awcache test/e2e/node_modules", | ||
"postclean": "npm i && cd test/e2e && npm i && npm i ../..", | ||
"webpack": "webpack", | ||
"watch": "cross-env NODE_ENV=development webpack-dev-server --inline --progress --port 3000 ", | ||
"build": "npm run tslint && npm run tsc && cross-env NODE_ENV=production webpack", | ||
"lite": "lite-server", | ||
"test": "cross-env NODE_ENV=test jasmine-node test/specs/*.spec.js --junitreport --output target/test-reports/ --verbose --noStack --color", | ||
"debug": "node --debug-brk node_modules/jasmine-node/lib/jasmine-node/cli.js test/specs/*.spec.js", | ||
"e2e": "cd test/e2e && npm run test", | ||
"watch-test": "cross-env NODE_ENV=test karma start", | ||
"tslint": "tslint \"test/**/*.ts\" --exclude \"test/e2e/node_modules/**/*\"", | ||
"tsc": "tsc", | ||
"jsdoc": "jsdoc -c ./jsdoc.json -t ./node_modules/ink-docstrap/template -R README.md ./etc", | ||
"changelog": "conventional-changelog -p angular -i CHANGELOG.md -s -r 0", | ||
"changelog:add": "git add CHANGELOG.md && git commit -m 'updated CHANGELOG.md'", | ||
"release:pre": "npm run build && npm run test", | ||
"release:post": "npm run changelog && npm run changelog:add", | ||
"release:major": "npm version major && npm run release:pre && git push origin && git push origin --tags && npm run release:post && npm run version-and-push", | ||
"release:minor": "npm version minor && npm run release:pre && git push origin && git push origin --tags && npm run release:post && npm run version-and-push", | ||
"release:patch": "npm version patch && npm run release:pre && git push origin && git push origin --tags && npm run release:post && npm run version-and-push", | ||
"version-and-push": "git push origin && git push origin --tags && npm run publish-and-merge", | ||
"publish-and-merge": "git checkout master && git merge develop && git push && git checkout develop && npm publish", | ||
"prepublish": "npm run build" | ||
}, | ||
"dependencies": { | ||
"@angular/tsc-wrapped": "4.0.3", | ||
"@ngtools/webpack": "1.8.0", | ||
"@types/core-js": "0.9.37", | ||
"@types/jasmine": "2.5.53", | ||
"@types/node": "7.0.8", | ||
"@types/source-map": "0.5.0", | ||
"@types/uglify-js": "2.6.28", | ||
"awesome-typescript-loader": "3.3.0", | ||
"codelyzer": "3.0.0", | ||
"concurrently": "3.4.0", | ||
"copy-webpack-plugin": "4.2.0", | ||
"core-js": "2.4.1", | ||
"cross-env": "3.2.4", | ||
"css-loader": "0.28.7", | ||
"del": "2.2.2", | ||
"es6-promise-loader": "1.0.2", | ||
"exports-loader": "0.6.4", | ||
"expose-loader": "0.7.3", | ||
"file-loader": "1.1.5", | ||
"html-webpack-plugin": "2.30.1", | ||
"imports-loader": "0.7.1", | ||
"istanbul-instrumenter-loader": "3.0.0", | ||
"jasmine-core": "2.6.4", | ||
"json-loader": "0.5.7", | ||
"karma": "1.7.1", | ||
"karma-chrome-launcher": "2.2.0", | ||
"karma-coverage": "1.1.1", | ||
"karma-jasmine": "1.1.0", | ||
"karma-jasmine-html-reporter": "0.2.2", | ||
"karma-junit-reporter": "1.2.0", | ||
"karma-phantomjs-launcher": "1.0.4", | ||
"karma-remap-coverage": "0.1.4", | ||
"karma-sourcemap-loader": "0.3.7", | ||
"karma-webpack": "2.0.5", | ||
"node-sass": "4.5.2", | ||
"offline-plugin": "4.8.4", | ||
"open-browser-webpack-plugin": "0.0.5", | ||
"phantomjs-polyfill": "0.0.2", | ||
"phantomjs-prebuilt": "2.1.14", | ||
"raw-loader": "0.5.1", | ||
"reflect-metadata": "0.1.10", | ||
"remap-istanbul": "0.9.1", | ||
"sass-loader": "6.0.6", | ||
"source-map-loader": "0.2.3", | ||
"style-loader": "0.19.0", | ||
"to-fast-properties": "1.0.2", | ||
"to-string-loader": "1.1.5", | ||
"tslib": "1.7.1", | ||
"tslint": "5.4.3", | ||
"tslint-eslint-rules": "4.1.1", | ||
"tslint-loader": "3.5.3", | ||
"typedoc": "0.5.8", | ||
"typescript": "2.3.3", | ||
"typings": "2.1.0", | ||
"url-loader": "0.6.2", | ||
"webpack": "3.8.1", | ||
"webpack-dev-server": "2.9.3", | ||
"webpack-md5-hash": "0.0.5", | ||
"webpack-merge": "4.1.1", | ||
"webpack-notifier": "1.5.0", | ||
"webpack-visualizer-plugin": "0.1.11" | ||
}, | ||
"devDependencies": { | ||
"@angular/common": "4.0.3", | ||
"@angular/compiler": "4.0.3", | ||
"@angular/compiler-cli": "4.0.3", | ||
"@angular/core": "4.0.3", | ||
"@angular/forms": "4.0.3", | ||
"@angular/http": "4.0.3", | ||
"@angular/platform-browser": "4.0.3", | ||
"@angular/platform-browser-dynamic": "4.0.3", | ||
"@angular/router": "4.0.3", | ||
"conventional-changelog-cli": "1.3.1", | ||
"ink-docstrap": "1.3.0", | ||
"jasmine-json": "0.0.3", | ||
"jasmine-node": "1.14.5", | ||
"jsdoc": "3.4.3", | ||
"node-sass": "4.5.2", | ||
"rimraf": "2.6.1", | ||
"rxjs": "5.3.0", | ||
"zone.js": "0.8.10" | ||
}, | ||
"peerDependencies": { | ||
"@angular/common": ">=4.0.0 || >= 4.1.0", | ||
"@angular/core": ">=4.0.0 || >= 4.1.0", | ||
"@angular/compiler": ">=4.0.0 || >= 4.1.0", | ||
"@angular/compiler-cli": ">=4.0.0 || >= 4.1.0", | ||
"@angular/forms": ">=4.0.0 || >= 4.1.0", | ||
"@angular/http": ">=4.0.0 || >= 4.1.0", | ||
"@angular/platform-browser": ">=4.0.0 || >= 4.1.0", | ||
"@angular/platform-browser-dynamic": ">=4.0.0 || >= 4.1.0", | ||
"rxjs": ">=5.2.0 || >=5.4.0", | ||
"zone.js": ">=0.8.4" | ||
}, | ||
"keywords": [ | ||
"angular2", | ||
"holisticon", | ||
"webpack" | ||
], | ||
"repository": { | ||
"type": "git", | ||
"url": "https://github.com/holisticon/angular-common.git" | ||
}, | ||
"author": "Martin Reinhardt", | ||
"license": "MIT", | ||
"engine-strict": true, | ||
"engines": { | ||
"node": ">= 6", | ||
"npm": ">= 3" | ||
} | ||
} |