wishthis/node_modules/fomantic-ui/package.json

88 lines
2.2 KiB
JSON
Raw Normal View History

2022-01-13 13:00:31 +00:00
{
2022-04-07 07:06:43 +00:00
"name": "fomantic-ui",
2022-10-10 08:26:02 +00:00
"version": "2.9.0",
2022-04-07 07:06:43 +00:00
"description": "Fomantic empowers designers and developers by creating a shared vocabulary for UI.",
"keywords": [
"fomantic-ui",
"fomantic",
"semantic-ui",
"semantic",
"ui",
"css3",
"framework"
2022-02-23 16:41:13 +00:00
],
2022-10-10 08:26:02 +00:00
"homepage": "https://fomantic-ui.com",
2022-01-13 13:00:31 +00:00
"bugs": {
"url": "https://github.com/fomantic/Fomantic-UI/issues",
"email": "contact@fomantic-ui.com"
},
2022-04-07 07:06:43 +00:00
"license": "MIT",
"author": "Jack Lukic <jack@semantic-ui.com>",
"main": "dist/semantic.js",
"repository": {
"type": "git",
"url": "https://github.com/fomantic/Fomantic-UI.git"
},
"scripts": {
"build": "gulp build",
"changelog": "auto-changelog -p"
},
2022-01-13 13:00:31 +00:00
"dependencies": {
2022-06-08 10:36:39 +00:00
"@actions/core": "^1.6.0",
"@octokit/core": ">=3",
2022-01-13 13:00:31 +00:00
"@octokit/rest": "^16.16.0",
"better-console": "1.0.1",
2022-06-08 10:36:39 +00:00
"browserslist": "^4.19.1",
2022-01-13 13:00:31 +00:00
"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",
2022-06-08 10:36:39 +00:00
"gulp-concat-filenames": "^1.2.0",
2022-01-13 13:00:31 +00:00
"gulp-copy": "^4.0.0",
2022-06-08 10:36:39 +00:00
"gulp-debug": "^4.0.0",
2022-01-13 13:00:31 +00:00
"gulp-dedupe": "0.0.2",
"gulp-flatten": "^0.4.0",
2022-06-08 10:36:39 +00:00
"gulp-git": "^2.9.0",
2022-01-13 13:00:31 +00:00
"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",
2022-06-08 10:36:39 +00:00
"gulp-rtlcss": "^2.0.0",
"gulp-tap": "^1.0.1",
2022-01-13 13:00:31 +00:00
"gulp-uglify": "^3.0.1",
2022-06-08 10:36:39 +00:00
"inquirer": "^8.2.0",
"jquery": "^3.4.0",
"less": "^3.7.1 || ^4.0.0",
2022-01-13 13:00:31 +00:00
"map-stream": "^0.1.0",
2022-06-08 10:36:39 +00:00
"merge-stream": "^2.0.0",
"mkdirp": "^1.0.4",
2022-01-13 13:00:31 +00:00
"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"
},
"devDependencies": {
"all-contributors-cli": "^6.7.0",
2022-06-08 10:36:39 +00:00
"auto-changelog": "^2.4.0",
2022-01-13 13:00:31 +00:00
"node-fetch": "^2.6.0",
2022-06-08 10:36:39 +00:00
"semver": "^7.3.5"
2022-01-13 13:00:31 +00:00
},
"engines": {
2022-06-08 10:36:39 +00:00
"node": ">=12",
"npm": ">=6.14.8"
2022-01-13 13:00:31 +00:00
},
"title": "Fomantic UI",
2022-04-07 07:06:43 +00:00
"style": "dist/semantic.css"
2022-10-10 08:26:02 +00:00
}