1
0
mirror of https://github.com/tabler/tabler.git synced 2026-07-22 13:31:50 +04:00
Files
tabler/package.json
T
codecalm 6b61284bc6 build v2
2020-10-26 23:56:27 +01:00

85 lines
2.0 KiB
JSON

{
"name": "tabler",
"version": "1.0.0-alpha.7",
"version_short": "1.0.0-alpha.7",
"description": "Premium and Open Source dashboard template with responsive and high quality UI.",
"scripts": {
"start": "gulp start",
"build": "gulp build",
"svg-optimize": "svgo -f svg/brand --pretty",
"unused-files": "node build/unused-files.js"
},
"repository": {
"type": "git",
"url": "git+https://github.com/tabler/tabler.git"
},
"keywords": [
"css",
"sass",
"mobile-first",
"responsive",
"front-end",
"framework",
"web"
],
"author": "codecalm",
"license": "MIT",
"bugs": {
"url": "https://github.com/tabler/tabler/issues"
},
"funding": {
"type": "github",
"url": "https://github.com/sponsors/codecalm"
},
"engines": {
"node": ">=10"
},
"files": [
"dist/{css,js,img}/*.{css,js,map,svg}",
"js/**/*.{js,map}",
"img/**/*.{svg}",
"scss/**/*.scss"
],
"style": "dist/css/tabler.css",
"sass": "src/scss/tabler.scss",
"main": "dist/js/tabler.js",
"homepage": "https://tabler.io",
"devDependencies": {
"autoprefixer": "^10.0.1",
"browser-sync": "^2.26.13",
"gulp": "^4.0.2",
"gulp-clean": "^0.4.0",
"gulp-clean-css": "^4.3.0",
"gulp-postcss": "^9.0.0",
"gulp-rename": "^2.0.0",
"gulp-sass": "^4.1.0",
"node-sass-tilde-importer": "^1.0.2",
"postcss": "^8.1.4",
"yaml": "^1.10.0"
},
"dependencies": {
"@fullcalendar/core": "^5.3.1",
"@fullcalendar/daygrid": "^5.3.2",
"@fullcalendar/interaction": "^5.3.1",
"@fullcalendar/list": "^5.3.1",
"@fullcalendar/timegrid": "^5.3.1",
"apexcharts": "^3.22.0",
"autosize": "^4.0.2",
"bootstrap": "5.0.0-alpha2",
"countup.js": "^2.0.7",
"daterangepicker": "^3.1.0",
"flatpickr": "^4.6.6",
"fullcalendar": "^5.3.2",
"imask": "^6.0.5",
"jquery": "^3.5.1",
"jqvmap": "^1.5.1",
"nouislider": "^14.6.2",
"peity": "^3.3.0",
"popper.js": "^1.16.1",
"selectize": "^0.12.6"
},
"resolutions": {
"**/**/node-gyp": "^5.0.0"
}
}