UNPKG

2.67 kBJSONView Raw
1{
2 "name": "fomantic-ui",
3 "version": "2.9.3",
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": "https://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 "types": "./types/index.d.ts",
23 "repository": {
24 "type": "git",
25 "url": "https://github.com/fomantic/Fomantic-UI.git"
26 },
27 "scripts": {
28 "build": "gulp build",
29 "changelog": "auto-changelog -p",
30 "lint": "eslint --ext .js . && stylelint \"**/*.{css,less,overrides,variables}\"",
31 "lint-fix": "eslint --ext .js . --fix && stylelint \"**/*.{css,less,overrides,variables}\" --fix"
32 },
33 "dependencies": {
34 "@actions/core": "^1.6.0",
35 "@octokit/core": "^3.6.0",
36 "@octokit/rest": "^18.12.0",
37 "better-console": "^1.0.1",
38 "browserslist": "^4.21.4",
39 "del": "^6.1.1",
40 "extend": "^3.0.2",
41 "gulp": "^4.0.0",
42 "gulp-autoprefixer": "^8.0.0",
43 "gulp-chmod": "^2.0.0",
44 "gulp-clean-css": "^4.3.0",
45 "gulp-clone": "^2.0.1",
46 "gulp-concat": "^2.6.1",
47 "gulp-concat-css": "^3.1.0",
48 "gulp-concat-filenames": "^1.2.0",
49 "gulp-copy": "^4.0.0",
50 "gulp-dedupe": "^0.0.2",
51 "gulp-flatten": "^0.4.0",
52 "gulp-git": "^2.9.0",
53 "gulp-header": "^2.0.5",
54 "gulp-if": "^2.0.2",
55 "gulp-json-editor": "^2.4.3",
56 "gulp-less": "^5.0.0",
57 "gulp-plumber": "^1.1.0",
58 "gulp-print": "^5.0.0",
59 "gulp-rename": "^1.4.0",
60 "gulp-replace": "^1.0.0",
61 "gulp-rtlcss": "^2.0.0",
62 "gulp-tap": "^1.0.1",
63 "gulp-uglify": "^3.0.1",
64 "inquirer": "^8.2.0",
65 "jquery": "^3.4.0",
66 "less": "^3.12.0 || ^4.0.0",
67 "map-stream": "^0.1.0",
68 "merge-stream": "^2.0.0",
69 "mkdirp": "^1.0.4",
70 "normalize-path": "^3.0.0",
71 "replace-ext": "^1.0.0",
72 "require-dot-file": "^0.4.0",
73 "wrench-sui": "^0.0.3",
74 "yamljs": "^0.3.0"
75 },
76 "devDependencies": {
77 "@internal/eslint-plugin": "file:.eslint",
78 "all-contributors-cli": "^6.7.0",
79 "auto-changelog": "^2.4.0",
80 "eslint": "^8.29.0",
81 "eslint-plugin-import": "^2.26.0",
82 "node-fetch": "^2.6.0",
83 "postcss": "^8.4.19",
84 "postcss-less": "^6.0.0",
85 "semver": "^7.3.5",
86 "stylelint": "^14.16.0",
87 "stylelint-config-standard": "^29.0.0"
88 },
89 "engines": {
90 "node": ">=12",
91 "npm": ">=6.14.8"
92 },
93 "title": "Fomantic UI",
94 "style": "dist/semantic.css"
95}