wishthis/node_modules/fomantic-ui/package.json
2022-02-23 17:41:13 +01:00

116 lines
2.9 KiB
JSON

{
"_args": [
[
"fomantic-ui@2.8.8",
"F:\\laragon\\www\\wishthis"
]
],
"_from": "fomantic-ui@2.8.8",
"_id": "fomantic-ui@2.8.8",
"_inBundle": false,
"_integrity": "sha512-sxeKqf2bQ5vM2hOxQBGJ9cswdDwXe8PlIF8b7DlplTl0dqV1Yq84ISp32+GZcOJaL3nWydgcG8IPX7YdO/MX4w==",
"_location": "/fomantic-ui",
"_phantomChildren": {},
"_requested": {
"type": "version",
"registry": true,
"raw": "fomantic-ui@2.8.8",
"name": "fomantic-ui",
"escapedName": "fomantic-ui",
"rawSpec": "2.8.8",
"saveSpec": null,
"fetchSpec": "2.8.8"
},
"_requiredBy": [
"/"
],
"_resolved": "https://registry.npmjs.org/fomantic-ui/-/fomantic-ui-2.8.8.tgz",
"_spec": "2.8.8",
"_where": "F:\\laragon\\www\\wishthis",
"author": {
"name": "Jack Lukic",
"email": "jack@semantic-ui.com"
},
"bugs": {
"url": "https://github.com/fomantic/Fomantic-UI/issues",
"email": "contact@fomantic-ui.com"
},
"dependencies": {
"@octokit/rest": "^16.16.0",
"better-console": "1.0.1",
"del": "^3.0.0",
"extend": "^3.0.2",
"gulp": "^4.0.0",
"gulp-autoprefixer": "^6.0.0",
"gulp-chmod": "^2.0.0",
"gulp-clean-css": "^4.3.0",
"gulp-clone": "^2.0.1",
"gulp-concat": "^2.6.1",
"gulp-concat-css": "^3.1.0",
"gulp-concat-filenames": "^1.2.0",
"gulp-copy": "^4.0.0",
"gulp-debug": "^4.0.0",
"gulp-dedupe": "0.0.2",
"gulp-flatten": "^0.4.0",
"gulp-git": "^2.9.0",
"gulp-header": "^2.0.5",
"gulp-if": "^2.0.2",
"gulp-json-editor": "^2.4.3",
"gulp-less": "^5.0.0",
"gulp-notify": "^3.0.0",
"gulp-plumber": "^1.1.0",
"gulp-print": "^5.0.0",
"gulp-rename": "^1.4.0",
"gulp-replace": "^1.0.0",
"gulp-rtlcss": "^1.3.0",
"gulp-tap": "^1.0.1",
"gulp-uglify": "^3.0.1",
"inquirer": "^6.2.1",
"jquery": "^3.4.0",
"less": "^3.7.1 || ^4.0.0",
"map-stream": "^0.1.0",
"merge-stream": "^2.0.0",
"mkdirp": "^0.5.1",
"normalize-path": "^3.0.0",
"replace-ext": "^1.0.0",
"require-dot-file": "^0.4.0",
"wrench-sui": "^0.0.3",
"yamljs": "^0.3.0"
},
"description": "Fomantic empowers designers and developers by creating a shared vocabulary for UI.",
"devDependencies": {
"all-contributors-cli": "^6.7.0",
"auto-changelog": "^1.15.0",
"node-fetch": "^2.6.0",
"semver": "^6.3.0"
},
"engines": {
"node": ">=10.15.3",
"npm": ">=6.4.1"
},
"homepage": "http://fomantic-ui.com",
"keywords": [
"fomantic-ui",
"fomantic",
"semantic-ui",
"semantic",
"ui",
"css3",
"framework"
],
"license": "MIT",
"main": "dist/semantic.js",
"name": "fomantic-ui",
"repository": {
"type": "git",
"url": "git+https://github.com/fomantic/Fomantic-UI.git"
},
"scripts": {
"build": "gulp build",
"changelog": "auto-changelog -p",
"install": "gulp install"
},
"style": "dist/semantic.css",
"title": "Fomantic UI",
"version": "2.8.8"
}