forked from liferay/clay
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
97 lines (97 loc) · 2.23 KB
/
package.json
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
{
"name": "@clayui/css",
"version": "3.18.2",
"description": "Liferay's web implementation of the Lexicon Design Language",
"main": "index.js",
"files": [
"index.js",
"lib",
"src/images/icons",
"src/js",
"src/scss"
],
"csfConfig": {
"js": {
"lint": {
"globals": {
"jQuery": true
},
"rules": {}
}
}
},
"scripts": {
"build": "yarn compile",
"compile": "gulp compile",
"link": "npm link",
"prepublish": "yarn compile",
"version": "gulp version"
},
"repository": {
"type": "git",
"url": "https://github.com/liferay/clay/tree/master/packages/clay-css"
},
"bugs": "https://github.com/liferay/clay/issues",
"homepage": "http://clayui.com",
"author": {
"name": "Nate Cavanaugh",
"email": "[email protected]",
"url": "https://github.com/natecavanaugh"
},
"contributors": [
{
"name": "Patrick Yeo",
"email": "[email protected]",
"web": "https://github.com/pat270"
},
{
"name": "Rob Frampton",
"email": "[email protected]",
"web": "https://github.com/Robert-Frampton"
}
],
"license": "MIT",
"devDependencies": {
"async": "^2.6.0",
"basename": "^0.1.2",
"bootstrap": "4.4.1",
"browser-sync": "^2.14.0",
"cheerio": "^0.20.0",
"del": "^3.0.0",
"ejs": "^2.3.1",
"fs-extra": "^0.10.0",
"gulp": "^3.9.1",
"gulp-cheerio": "^0.6.2",
"gulp-clean": "^0.3.1",
"gulp-debug": "^2.0.1",
"gulp-filter": "^3.0.0",
"gulp-front-matter": "^1.2.3",
"gulp-header": "^1.7.1",
"gulp-help": "^1.6.0",
"gulp-inject": "^3.0.0",
"gulp-liferay-r2-css": "0.0.2",
"gulp-load-plugins": "^1.0.0-rc.1",
"gulp-metalsmith": "0.0.3",
"gulp-plumber": "^1.0.1",
"gulp-rename": "^1.2.2",
"gulp-svgmin": "^1.2.0",
"gulp-svgstore": "^5.0.4",
"gulpsmith": "^0.5.3",
"lodash": "^3.9.3",
"metalsmith": "^1.7.0",
"metalsmith-define": "^1.0.0",
"metalsmith-encode-html": "0.0.2",
"metalsmith-headings-identifier": "0.0.10",
"metalsmith-markdown": "^0.2.1",
"metalsmith-permalinks": "^0.4.0",
"metalsmith-sass": "^1.4.0",
"metalsmith-templates": "^0.7.0",
"node-sass": "^4.8.1",
"popper.js": "1.16.0",
"require-dir": "^0.3.0",
"run-sequence": "^1.1.1",
"sassdoc": "^2.5.1",
"string-sub": "0.0.1",
"underscore.string": "^3.2.2"
}
}