package.json 4.1 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150
  1. {
  2. "private": true,
  3. "name": "ionic2",
  4. "version": "3.9.1",
  5. "description": "A powerful framework for building mobile and progressive web apps with JavaScript and Angular",
  6. "keywords": [
  7. "ionic",
  8. "framework",
  9. "mobile",
  10. "app",
  11. "hybrid",
  12. "webapp",
  13. "cordova",
  14. "progressive web app",
  15. "pwa"
  16. ],
  17. "license": "MIT",
  18. "repository": {
  19. "type": "git",
  20. "url": "https://github.com/ionic-team/ionic.git"
  21. },
  22. "scripts": {
  23. "test": "gulp validate",
  24. "test:generators": "jasmine-node ./tooling/spec",
  25. "link": "gulp release.prepareReleasePackage && cd dist/ionic-angular && npm link",
  26. "tsc": "tsc --outdir .tmp"
  27. },
  28. "dependencies": {
  29. "@angular/common": "4.4.6",
  30. "@angular/compiler": "4.4.6",
  31. "@angular/compiler-cli": "4.4.6",
  32. "@angular/core": "4.4.6",
  33. "@angular/forms": "4.4.6",
  34. "@angular/http": "4.4.6",
  35. "@angular/platform-browser": "4.4.6",
  36. "@angular/platform-browser-dynamic": "4.4.6",
  37. "ionicons": "~3.0.0",
  38. "rxjs": "5.5.2",
  39. "zone.js": "0.8.18"
  40. },
  41. "devDependencies": {
  42. "@ionic/app-scripts": "nightly",
  43. "@ionic/commit-hooks": "1.0.3",
  44. "@types/connect": "3.4.30",
  45. "@types/del": "2.2.31",
  46. "@types/fs-extra": "0.0.37",
  47. "@types/glob": "5.0.30",
  48. "@types/gulp": "3.8.32",
  49. "@types/gulp-watch": "4.1.29",
  50. "@types/hammerjs": "2.0.33",
  51. "@types/jasmine": "2.2.34",
  52. "@types/lodash": "4.14.35",
  53. "@types/merge2": "0.3.29",
  54. "@types/mkdirp": "0.3.29",
  55. "@types/node": "^6.0.88",
  56. "@types/protractor": "^4.0.0",
  57. "@types/run-sequence": "0.0.28",
  58. "@types/semver": "5.3.30",
  59. "@types/serve-static": "1.7.31",
  60. "@types/systemjs": "^0.19.33",
  61. "@types/through2": "2.0.29",
  62. "babel-plugin-transform-es2015-modules-systemjs": "6.14.0",
  63. "babel-preset-es2015": "6.16.0",
  64. "canonical-path": "0.0.2",
  65. "connect": "3.5.0",
  66. "conventional-changelog": "1.1.0",
  67. "core-js": "2.5.1",
  68. "cpr": "2.0.0",
  69. "cross-spawn": "^5.1.0",
  70. "del": "2.2.2",
  71. "dgeni": "^0.4.7",
  72. "dgeni-packages": "^0.16.10",
  73. "dotenv": "4.0.0",
  74. "event-stream": "3.3.4",
  75. "file-loader": "0.9.0",
  76. "fs-extra": "^2.0.0",
  77. "github": "0.2.4",
  78. "glob": "7.0.6",
  79. "gulp": "3.9.1",
  80. "gulp-autoprefixer": "3.1.1",
  81. "gulp-babel": "6.1.2",
  82. "gulp-cached": "1.1.0",
  83. "gulp-clean-css": "2.0.12",
  84. "gulp-concat": "2.6.0",
  85. "gulp-connect": "5.0.0",
  86. "gulp-conventional-changelog": "1.1.0",
  87. "gulp-git": "1.11.3",
  88. "gulp-if": "2.0.1",
  89. "gulp-open": "2.0.0",
  90. "gulp-remember": "0.3.1",
  91. "gulp-rename": "1.2.2",
  92. "gulp-sass": "2.3.2",
  93. "gulp-scss-lint": "0.4.0",
  94. "gulp-shell": "0.5.2",
  95. "gulp-strip-debug": "1.1.0",
  96. "gulp-tslint": "^8.1.1",
  97. "gulp-typescript": "2.13.6",
  98. "gulp-uglify": "2.0.0",
  99. "gulp-util": "3.0.7",
  100. "gulp-watch": "4.3.9",
  101. "html-entities": "1.2.0",
  102. "inquirer": "3.0.1",
  103. "ionic-cz-conventional-changelog": "1.0.0",
  104. "ionic-native": "^2.2.6",
  105. "jasmine-core": "2.5.2",
  106. "jasmine-node": "1.14.5",
  107. "karma": "1.3.0",
  108. "karma-chrome-launcher": "2.0.0",
  109. "karma-coverage": "1.1.1",
  110. "karma-jasmine": "1.0.2",
  111. "karma-sourcemap-loader": "0.3.7",
  112. "karma-spec-reporter": "0.0.26",
  113. "merge2": "1.0.2",
  114. "mkdirp": "0.5.1",
  115. "node-html-encoder": "0.0.2",
  116. "p-all": "^1.0.0",
  117. "remap-istanbul": "0.6.4",
  118. "request": "2.75.0",
  119. "resolve-bin": "0.4.0",
  120. "rollup": "0.36.0",
  121. "rollup-plugin-commonjs": "8.0.2",
  122. "rollup-plugin-multi-entry": "2.0.1",
  123. "rollup-plugin-node-resolve": "3.0.0",
  124. "rollup-plugin-uglify": "1.0.1",
  125. "run-sequence": "1.2.2",
  126. "s3": "4.4.0",
  127. "sassdoc": "2.2.1",
  128. "semver": "5.3.0",
  129. "serve-static": "1.11.1",
  130. "strip-function": "0.0.3",
  131. "sw-toolbox": "3.4.0",
  132. "systemjs": "0.19.38",
  133. "through2": "2.0.1",
  134. "ts-node": "3.3.0",
  135. "tslint": "^5.4.3",
  136. "tslint-ionic-rules": "0.0.11",
  137. "typescript": "~2.4.2",
  138. "vinyl": "1.2.0",
  139. "yargs": "5.0.0"
  140. },
  141. "config": {
  142. "commitizen": {
  143. "path": "node_modules/ionic-cz-conventional-changelog"
  144. },
  145. "ionic_copy": "./scripts/demos/copy.config.js"
  146. },
  147. "pre-push#master": [
  148. "test"
  149. ]
  150. }