You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
98 lines
2.4 KiB
98 lines
2.4 KiB
{
|
|
"name": "semantic-ui",
|
|
"version": "2.2.12",
|
|
"title": "Semantic UI",
|
|
"description": "Semantic empowers designers and developers by creating a shared vocabulary for UI.",
|
|
"homepage": "http://www.semantic-ui.com",
|
|
"author": "Jack Lukic <jack@semantic-ui.com>",
|
|
"license": "MIT",
|
|
"repository": {
|
|
"type": "git",
|
|
"url": "git://github.com/Semantic-Org/Semantic-UI.git"
|
|
},
|
|
"bugs": {
|
|
"url": "https://github.com/Semantic-Org/Semantic-UI/issues"
|
|
},
|
|
"scripts": {
|
|
"install": "gulp install"
|
|
},
|
|
"peerDependencies": {
|
|
"better-console": "*",
|
|
"del": "*",
|
|
"extend": "*",
|
|
"gulp": "*",
|
|
"gulp-autoprefixer": "*",
|
|
"gulp-chmod": "*",
|
|
"gulp-clean-css": "*",
|
|
"gulp-clone": "*",
|
|
"gulp-concat": "*",
|
|
"gulp-concat-css": "*",
|
|
"gulp-copy": "*",
|
|
"gulp-dedupe": "*",
|
|
"gulp-flatten": "*",
|
|
"gulp-header": "*",
|
|
"gulp-help": "*",
|
|
"gulp-if": "*",
|
|
"gulp-less": "*",
|
|
"gulp-notify": "*",
|
|
"gulp-plumber": "*",
|
|
"gulp-print": "*",
|
|
"gulp-rename": "*",
|
|
"gulp-replace": "*",
|
|
"gulp-rtlcss": "*",
|
|
"gulp-uglify": "*",
|
|
"gulp-util": "*",
|
|
"gulp-watch": "*",
|
|
"map-stream": "*",
|
|
"require-dot-file": "*",
|
|
"run-sequence": "*",
|
|
"yamljs": "*"
|
|
},
|
|
"dependencies": {
|
|
"better-console": "*",
|
|
"del": "^3.0.0",
|
|
"extend": "^3.0.1",
|
|
"gulp": "^3.9.1",
|
|
"gulp-autoprefixer": "^4.0.0",
|
|
"gulp-chmod": "^2.0.0",
|
|
"gulp-clone": "^1.0.0",
|
|
"gulp-concat": "^2.6.1",
|
|
"gulp-concat-css": "^2.3.0",
|
|
"gulp-copy": "1.0.0",
|
|
"gulp-dedupe": "0.0.2",
|
|
"gulp-flatten": "^0.3.1",
|
|
"gulp-header": "^1.8.8",
|
|
"gulp-help": "^1.6.1",
|
|
"gulp-if": "^2.0.2",
|
|
"gulp-json-editor": "^2.2.1",
|
|
"gulp-less": "^3.3.2",
|
|
"gulp-clean-css": "^3.5.0",
|
|
"gulp-notify": "^3.0.0",
|
|
"gulp-plumber": "^1.1.0",
|
|
"gulp-print": "^2.0.1",
|
|
"gulp-prompt": "^0.2.0",
|
|
"gulp-rename": "^1.2.2",
|
|
"gulp-replace": "^0.6.1",
|
|
"gulp-rtlcss": "^1.0.0",
|
|
"gulp-uglify": "^3.0.0",
|
|
"gulp-util": "^3.0.8",
|
|
"gulp-watch": "^4.3.11",
|
|
"jquery": "^3.2.1",
|
|
"map-stream": "^0.1.0",
|
|
"merge-stream": "^1.0.0",
|
|
"mkdirp": "^0.5.1",
|
|
"require-dot-file": "^0.4.0",
|
|
"run-sequence": "^2.0.0",
|
|
"wrench-sui": "^0.0.3",
|
|
"yamljs": "^0.3.0"
|
|
},
|
|
"devDependencies": {
|
|
"github": "*",
|
|
"gulp-concat-filenames": "*",
|
|
"gulp-debug": "*",
|
|
"gulp-git": "*",
|
|
"gulp-tap": "*",
|
|
"merge-stream": "*"
|
|
},
|
|
"style": "dist/semantic.css"
|
|
}
|