UNPKG

carbon-components-angular

Version:
150 lines (149 loc) 4.61 kB
{ "name": "carbon-components-angular", "version": "2.0.3", "description": "Next generation components", "main": "index.js", "scripts": { "build": "bash scripts/build.sh", "storybook": "start-storybook -s .storybook/public -p 6006", "docs:build": "compodoc src -p tsconfig.json", "docs:server": "compodoc src -p tsconfig.json -s -w", "lint": "tslint src/**/*.ts && stylelint src/**/*.scss --config .stylelintrc.yml", "test": "karma start", "test:watch": "karma start --auto-watch --no-single-run", "utils:add": "git subtree add --prefix=src/utils git@github.ibm.com:peretz/utils.git master --squash", "utils:update": "git subtree pull --prefix=src/utils git@github.ibm.com:peretz/utils.git master --squash", "build-storybook": "build-storybook -c .storybook -s .storybook/public -o dist/docs/storybook", "semantic-release": "semantic-release", "commit": "git-cz" }, "husky": { "hooks": { "pre-push": "bash scripts/prepush.sh", "commit-msg": "commitlint -E HUSKY_GIT_PARAMS" } }, "release": { "pkgRoot": "dist" }, "commitlint": { "types": [ "feat", "fix", "docs", "style", "refactor", "perf", "test", "chore", "revert" ], "warnOnFail": false, "maxSubjectLength": 100, "subjectPattern": ".+", "subjectPatternErrorMsg": "Subject does not match subject pattern!" }, "config": { "commitizen": { "path": "./node_modules/cz-conventional-changelog-components" } }, "repository": { "type": "git", "url": "git@github.com:IBM/carbon-components-angular.git" }, "license": "Apache-2.0", "author": "IBM", "peerDependencies": { "@angular/animations": "^6.1.0", "@angular/common": "^6.1.0", "@angular/compiler": "^6.1.0", "@angular/core": "^6.1.0", "@angular/forms": "^6.1.0", "@angular/http": "^6.1.0", "@angular/platform-browser": "^6.1.0", "@angular/platform-browser-dynamic": "^6.1.0", "core-js": "^2.5.3", "rxjs": "^6.0.0", "zone.js": "^0.8.26", "carbon-components": "^9.20.0" }, "devDependencies": { "@angular-devkit/build-angular": "0.7.1", "@angular-devkit/core": "0.6.8", "@angular/animations": "6.1.0", "@angular/common": "6.1.0", "@angular/compiler": "6.1.0", "@angular/compiler-cli": "6.1.0", "@angular/core": "6.1.0", "@angular/forms": "6.1.0", "@angular/http": "6.1.0", "@angular/platform-browser": "6.1.0", "@angular/platform-browser-dynamic": "6.1.0", "@angular/platform-server": "6.1.0", "@angular/router": "6.1.0", "@commitlint/cli": "7.2.1", "@commitlint/config-conventional": "7.0.1", "@compodoc/compodoc": "1.0.4", "@storybook/addon-actions": "3.4.8", "@storybook/addon-knobs": "3.4.8", "@storybook/addon-links": "3.4.8", "@storybook/addon-notes": "3.4.8", "@storybook/addons": "3.4.8", "@storybook/angular": "3.4.8", "@types/jasmine": "2.8.6", "@types/node": "8.5.2", "angular2-template-loader": "0.6.2", "babel-core": "6.26.3", "carbon-components": "9.42.3", "codelyzer": "4.0.2", "commitizen": "2.10.1", "core-js": "2.5.5", "css-loader": "0.28.11", "cz-conventional-changelog-components": "1.0.0", "d3": "4.12.0", "event-stream": "3.3.4", "extract-text-webpack-plugin": "3.0.2", "file-loader": "1.1.11", "gulp": "3.9.1", "gulp-concat": "2.6.1", "gulp-tap": "1.0.1", "html-loader": "0.5.5", "html-webpack-plugin": "3.2.0", "husky": "1.1.2", "jasmine-core": "3.1.0", "karma": "2.0.2", "karma-chrome-launcher": "2.2.0", "karma-cli": "1.0.1", "karma-firefox-launcher": "1.1.0", "karma-html2js-preprocessor": "1.1.0", "karma-jasmine": "1.1.2", "karma-notify-reporter": "1.0.1", "karma-sourcemap-loader": "0.3.7", "karma-spec-reporter": "0.0.32", "karma-webpack": "3.0.0", "node-sass": "4.9.3", "postcss-loader": "2.1.4", "raw-loader": "0.5.1", "run-sequence": "2.2.0", "rxjs": "6.2.2", "sass-loader": "7.0.1", "semantic-release": "15.10.6", "style-loader": "0.21.0", "stylelint": "8.4.0", "stylelint-webpack-plugin": "0.10.4", "svgxuse": "1.2.6", "ts-helpers": "1.1.2", "ts-loader": "3.5.0", "tslint": "5.10.0", "tslint-loader": "3.6.0", "typescript": "2.9.2", "wait-on": "2.1.0", "webpack": "3.12.0", "webpack-cli": "2.1.2", "webpack-dev-server": "3.1.4", "webpack-node-externals": "1.6.0", "whatwg-fetch": "2.0.3", "zone.js": "0.8.26" } }