1
0
mirror of https://github.com/tabler/tabler.git synced 2025-12-26 19:26:10 +04:00
Files
tabler/package.json
2019-03-12 22:31:44 +01:00

53 lines
1.3 KiB
JSON

{
"name": "tabler",
"version": "1.0.0",
"description": "Premium and Open Source dashboard template with responsive and high quality UI.",
"scripts": {
"start": "gulp",
"build": "gulp build"
},
"repository": {
"type": "git",
"url": "git+https://github.com/tabler/tabler.git"
},
"keywords": [],
"author": "codecalm",
"license": "ISC",
"bugs": {
"url": "https://github.com/tabler/tabler/issues"
},
"homepage": "https://tabler.io",
"devDependencies": {
"apexcharts": "3.6.2",
"bootstrap": "4.3.1",
"browser-sync": "2.26.3",
"child_process": "1.0.2",
"del": "4.0.0",
"eslint": "5.15.1",
"gulp": "4.0.0",
"gulp-autoprefixer": "6.0.0",
"gulp-banner": "0.1.3",
"gulp-clean": "0.4.0",
"gulp-clean-css": "4.0.0",
"gulp-concat": "2.6.1",
"gulp-htmlclean": "2.7.22",
"gulp-htmlmin": "5.0.1",
"gulp-if": "2.0.2",
"gulp-imagemin": "5.0.3",
"gulp-rename": "1.4.0",
"gulp-replace": "1.0.0",
"gulp-sass": "4.0.2",
"gulp-selectors": "0.1.10",
"gulp-sourcemaps": "2.6.5",
"gulp-uglify": "3.0.2",
"gulp-useref": "3.1.6",
"jquery": "3.3.1",
"jqvmap": "1.5.1",
"peity": "3.3.0",
"popper.js": "1.14.7",
"selectize": "0.12.6",
"stylelint": "9.10.1",
"stylelint-config-twbs-bootstrap": "0.3.0"
}
}