Browse Source

Update dependency tree

pull/1785/head
jlukic 9 years ago
parent
commit
a88694a774
1 changed files with 13 additions and 14 deletions
  1. 27
      package.json

27
package.json

@ -16,31 +16,25 @@
"bugs": { "bugs": {
"url": "https://github.com/Semantic-Org/Semantic-UI/issues" "url": "https://github.com/Semantic-Org/Semantic-UI/issues"
}, },
"dependencies": {
"jquery": "x.x.x"
"peerDependencies": {
"jquery": "x.x.x",
"gulp": "3.x.x"
}, },
"devDependencies": {
"dependencies": {
"better-console": "^0.2.3", "better-console": "^0.2.3",
"del": "^1.0.0", "del": "^1.0.0",
"extend": "^2.0.0", "extend": "^2.0.0",
"github": "^0.2.3",
"gulp": "^3.8.10",
"gulp-autoprefixer": "^2.0.0", "gulp-autoprefixer": "^2.0.0",
"gulp-batch": "^1.0.3",
"gulp-chmod": "^1.2.0", "gulp-chmod": "^1.2.0",
"gulp-clone": "^1.0.0", "gulp-clone": "^1.0.0",
"gulp-concat": "^2.4.2", "gulp-concat": "^2.4.2",
"gulp-concat-css": "^1.1.1", "gulp-concat-css": "^1.1.1",
"gulp-concat-filenames": "^0.0.3",
"gulp-copy": "0.0.2", "gulp-copy": "0.0.2",
"gulp-csscomb": "^3.0.3",
"gulp-flatten": "0.0.4", "gulp-flatten": "0.0.4",
"gulp-git": "^0.5.5",
"gulp-header": "^1.2.2", "gulp-header": "^1.2.2",
"gulp-help": "^1.3.0", "gulp-help": "^1.3.0",
"gulp-if": "^1.2.5", "gulp-if": "^1.2.5",
"gulp-json-editor": "^2.2.1", "gulp-json-editor": "^2.2.1",
"gulp-karma": "0.0.4",
"gulp-less": "^1.3.6", "gulp-less": "^1.3.6",
"gulp-minify-css": "^0.3.11", "gulp-minify-css": "^0.3.11",
"gulp-notify": "^2.0.1", "gulp-notify": "^2.0.1",
@ -50,15 +44,20 @@
"gulp-rename": "^1.2.0", "gulp-rename": "^1.2.0",
"gulp-replace": "^0.5.0", "gulp-replace": "^0.5.0",
"gulp-rtlcss": "^0.1.2", "gulp-rtlcss": "^0.1.2",
"gulp-tap": "^0.1.3",
"gulp-uglify": "^1.0.1", "gulp-uglify": "^1.0.1",
"gulp-util": "^3.0.1", "gulp-util": "^3.0.1",
"gulp-watch": "^2.0.0", "gulp-watch": "^2.0.0",
"karma": "^0.12.28",
"mkdirp": "^0.5.0", "mkdirp": "^0.5.0",
"require-dot-file": "^0.2.3", "require-dot-file": "^0.2.3",
"rtlcss": "^1.4.2",
"run-sequence": "^1.0.2",
"wrench": "^1.5.8" "wrench": "^1.5.8"
},
"devDependencies": {
"github": "^0.2.3",
"gulp-concat-filenames": "^0.0.3",
"gulp-git": "^0.5.5",
"gulp-karma": "0.0.4",
"gulp-tap": "^0.1.3",
"karma": "^0.12.28",
"run-sequence": "^1.0.2"
} }
} }
Loading…
Cancel
Save