forked from primefaces/primeflex
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
37 lines (37 loc) · 1.17 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
{
"name": "primeflex",
"version": "3.1.2",
"description": "PrimeFlex is a lightweight responsive CSS utility library to accompany Prime UI libraries and static webpages as well.",
"scripts": {
"serve": "jekyll serve --livereload",
"build-app": "jekyll build --config _config_prod.yml",
"build-lib": "sass --update _sass/lib/primeflex.scss:dist/primeflex.css --no-source-map && sass --update _sass/lib/primeflex.scss:dist/primeflex.min.css --no-source-map --style compressed && sass --update _sass/lib/themes:dist/themes && gulp copy-lib"
},
"repository": {
"type": "git",
"url": "git+https://github.com/primefaces/primeflex.git"
},
"keywords": [
"grid",
"responsive",
"flex",
"css utility"
],
"author": "PrimeTek",
"license": "MIT",
"bugs": {
"url": "https://github.com/primefaces/primeflex/issues"
},
"homepage": "https://github.com/primefaces/primeflex#readme",
"devDependencies": {
"gulp": "^4.0.2",
"gulp-concat": "^2.6.0",
"gulp-flatten": "^0.4.0",
"gulp-rename": "^2.0.0",
"gulp-uglify": "^3.0.2",
"gulp-uglifycss": "^1.0.6"
},
"dependencies": {
"simple-jekyll-search": "^1.9.2"
}
}