Skip to content

Commit

Permalink
chore: move all peer and dependencies to devDependencies
Browse files Browse the repository at this point in the history
related to #169
  • Loading branch information
RomanHotsiy committed Feb 14, 2017
1 parent 4acfc11 commit 12289e5
Showing 1 changed file with 14 additions and 26 deletions.
40 changes: 14 additions & 26 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -59,6 +59,7 @@
"@types/requirejs": "^2.1.26",
"@types/should": "^8.1.28",
"@types/swagger-schema-official": "^2.0.0",
"@types/webpack": "^2.2.5",
"angular2-template-loader": "^0.6.0",
"awesome-typescript-loader": "~3.0.0-beta.17",
"branch-release": "^1.0.3",
Expand All @@ -68,10 +69,14 @@
"coveralls": "^2.11.9",
"css-loader": "^0.26.0",
"deploy-to-gh-pages": "^1.1.2",
"dropkickjs": "^2.1.10",
"hint.css": "^2.3.2",
"http-server": "^0.9.0",
"istanbul-instrumenter-loader": "^1.2.0",
"jasmine-core": "^2.4.1",
"jasmine-spec-reporter": "^3.1.0",
"json-pointer": "^0.6.0",
"json-schema-ref-parser": "^3.1.2",
"karma": "^1.4.1",
"karma-chrome-launcher": "^2.0.0",
"karma-coverage": "^1.1.1",
Expand All @@ -85,18 +90,26 @@
"karma-sinon": "^1.0.4",
"karma-sourcemap-loader": "^0.3.7",
"karma-webpack": "^2.0.1",
"lunr": "^0.7.2",
"mark.js": "github:julmot/mark.js",
"ngc-webpack": "^1.2.0",
"node-sass": "^4.5.0",
"openapi-sampler": "^0.3.3",
"phantomjs-prebuilt": "^2.1.7",
"prismjs": "^1.5.1",
"protractor": "^5.1.0",
"raw-loader": "^0.5.1",
"remarkable": "^1.6.2",
"rimraf": "^2.5.4",
"rxjs": "^5.1.0",
"sass-loader": "^4.1.1",
"scrollparent": "^1.0.0",
"shelljs": "^0.7.0",
"should": "^11.1.0",
"sinon": "^1.17.2",
"slugify": "^1.0.2",
"source-map-loader": "^0.1.5",
"stream-http": "^2.6.1",
"string-replace-webpack-plugin": "0.0.5",
"style-loader": "^0.13.1",
"ts-helpers": "^1.1.1",
Expand All @@ -107,30 +120,5 @@
"webpack-merge": "^2.6.1",
"zone.js": "^0.7.2"
},
"dependencies": {
"@types/webpack": "^2.2.5",
"dropkickjs": "^2.1.10",
"hint.css": "^2.3.2",
"json-pointer": "^0.6.0",
"json-schema-ref-parser": "^3.1.2",
"lunr": "^0.7.2",
"mark.js": "github:julmot/mark.js",
"openapi-sampler": "^0.3.3",
"prismjs": "^1.5.1",
"remarkable": "^1.6.2",
"scrollparent": "^1.0.0",
"slugify": "^1.0.2",
"stream-http": "^2.6.1"
},
"peerDependencies": {
"@angular/common": "^2.4.5",
"@angular/compiler": "^2.4.5",
"@angular/core": "^2.4.5",
"@angular/platform-browser": "^2.4.5",
"@angular/platform-browser-dynamic": "^2.4.5",
"@angular/platform-server": "^2.4.5",
"core-js": "^2.4.1",
"rxjs": "^5.0.1",
"zone.js": "^0.7.2"
}
"dependencies": {}
}

0 comments on commit 12289e5

Please sign in to comment.