UNPKG

2.28 kBJSONView Raw
1{
2 "name": "fomantic-ui",
3 "version": "2.8.7",
4 "description": "Fomantic empowers designers and developers by creating a shared vocabulary for UI.",
5 "keywords": [
6 "fomantic-ui",
7 "fomantic",
8 "semantic-ui",
9 "semantic",
10 "ui",
11 "css3",
12 "framework"
13 ],
14 "homepage": "http://fomantic-ui.com",
15 "bugs": {
16 "url": "https://github.com/fomantic/Fomantic-UI/issues",
17 "email": "contact@fomantic-ui.com"
18 },
19 "license": "MIT",
20 "author": "Jack Lukic <jack@semantic-ui.com>",
21 "main": "dist/semantic.js",
22 "repository": {
23 "type": "git",
24 "url": "https://github.com/fomantic/Fomantic-UI.git"
25 },
26 "scripts": {
27 "install": "gulp install",
28 "build": "gulp build",
29 "changelog": "auto-changelog -p"
30 },
31 "dependencies": {
32 "jquery": "^3.4.0",
33 "@octokit/rest": "^16.16.0",
34 "gulp-concat-filenames": "^1.2.0",
35 "gulp-debug": "^4.0.0",
36 "gulp-git": "^2.9.0",
37 "gulp-tap": "^1.0.1",
38 "less": "^3.7.0",
39 "merge-stream": "^2.0.0",
40 "better-console": "1.0.1",
41 "del": "^3.0.0",
42 "extend": "^3.0.2",
43 "gulp": "^4.0.0",
44 "gulp-autoprefixer": "^6.0.0",
45 "gulp-chmod": "^2.0.0",
46 "gulp-clean-css": "^3.10.0",
47 "gulp-clone": "^2.0.1",
48 "gulp-concat": "^2.6.1",
49 "gulp-concat-css": "^3.1.0",
50 "gulp-copy": "^4.0.0",
51 "gulp-dedupe": "0.0.2",
52 "gulp-flatten": "^0.4.0",
53 "gulp-header": "^2.0.5",
54 "gulp-if": "^2.0.2",
55 "gulp-json-editor": "^2.4.3",
56 "gulp-less": "^4.0.1",
57 "gulp-notify": "^3.0.0",
58 "gulp-plumber": "^1.1.0",
59 "gulp-print": "^5.0.0",
60 "gulp-rename": "^1.4.0",
61 "gulp-replace": "^1.0.0",
62 "gulp-rtlcss": "^1.3.0",
63 "gulp-uglify": "^3.0.1",
64 "inquirer": "^6.2.1",
65 "map-stream": "^0.1.0",
66 "mkdirp": "^0.5.1",
67 "normalize-path": "^3.0.0",
68 "replace-ext": "^1.0.0",
69 "require-dot-file": "^0.4.0",
70 "wrench-sui": "^0.0.3",
71 "yamljs": "^0.3.0"
72 },
73 "devDependencies": {
74 "all-contributors-cli": "^6.7.0",
75 "auto-changelog": "^1.15.0",
76 "node-fetch": "^2.6.0",
77 "semver": "^6.3.0"
78 },
79 "engines": {
80 "node": ">=10.15.3",
81 "npm": ">=6.4.1"
82 },
83 "title": "Fomantic UI",
84 "style": "dist/semantic.css"
85}