mirror of
https://github.com/tabler/tabler.git
synced 2026-07-25 04:24:37 +04:00
109 lines
2.8 KiB
JSON
109 lines
2.8 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": "scss/tabler.scss",
|
|
"main": "dist/js/tabler.js",
|
|
"homepage": "https://tabler.io",
|
|
"devDependencies": {
|
|
"@babel/preset-env": "^7.12.1",
|
|
"browser-sync": "^2.26.13",
|
|
"bundlewatch": "^0.3.1",
|
|
"child_process": "^1.0.2",
|
|
"clean-css-cli": "^4.3.0",
|
|
"cross-env": "^7.0.2",
|
|
"eslint": "^7.12.0",
|
|
"eslint-config-xo": "^0.33.1",
|
|
"eslint-plugin-import": "^2.22.1",
|
|
"eslint-plugin-unicorn": "^23.0.0",
|
|
"glob": "^7.1.6",
|
|
"gulp": "^4.0.2",
|
|
"gulp-clean": "^0.4.0",
|
|
"http-server": "^0.12.3",
|
|
"icon-font-generator": "^2.1.11",
|
|
"node-sass": "^4.14.1",
|
|
"node-sass-package-importer": "^5.3.2",
|
|
"nodemon": "^2.0.6",
|
|
"npm-run-all": "^4.1.5",
|
|
"percy": "^0.28.4",
|
|
"postcss-cli": "^8.1.0",
|
|
"rollup": "^2.32.1",
|
|
"rollup-plugin-babel": "^4.4.0",
|
|
"rollup-plugin-babel-minify": "^10.0.0",
|
|
"rollup-plugin-commonjs": "^10.1.0",
|
|
"rollup-plugin-filesize": "^9.0.2",
|
|
"rollup-plugin-multi-input": "^1.1.1",
|
|
"rollup-plugin-node-resolve": "^5.2.0",
|
|
"shelljs": "^0.8.4",
|
|
"stylelint": "^13.7.2",
|
|
"stylelint-config-twbs-bootstrap": "^2.1.0",
|
|
"svgo": "^1.3.2",
|
|
"tabler-icons": "1.34.0",
|
|
"terser": "^5.3.8",
|
|
"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"
|
|
}
|
|
}
|