mirror of
https://github.com/tabler/tabler.git
synced 2025-12-24 18:58:15 +04:00
170 lines
4.2 KiB
JSON
170 lines
4.2 KiB
JSON
{
|
|
"name": "@tabler/core",
|
|
"version": "1.0.0-beta5",
|
|
"description": "Premium and Open Source dashboard template with responsive and high quality UI.",
|
|
"scripts": {
|
|
"start": "gulp start",
|
|
"build": "gulp build",
|
|
"preview": "gulp build --preview",
|
|
"svg-optimize": "svgo -f svg/brand --pretty",
|
|
"unused-files": "node build/unused-files.js",
|
|
"release": "release-it",
|
|
"svg-icons": "gulp svg-icons",
|
|
"percy": "gulp build && npx percy snapshot demo",
|
|
"bundlewatch": "bundlewatch --config .bundlewatch.config.json",
|
|
"chromatic": "chromatic --project-token=CHROMATIC_PROJECT_TOKEN",
|
|
"storybook": "start-storybook -p 6006",
|
|
"build-storybook": "build-storybook"
|
|
},
|
|
"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": ">=14"
|
|
},
|
|
"files": [
|
|
"dist/**/*",
|
|
"src/js/**/*.{js,map}",
|
|
"src/img/**/*.{svg}",
|
|
"src/scss/**/*.scss"
|
|
],
|
|
"style": "dist/css/tabler.css",
|
|
"sass": "src/scss/tabler.scss",
|
|
"unpkg": "dist/js/tabler.min.js",
|
|
"umd:main": "dist/js/tabler.min.js",
|
|
"module": "dist/js/tabler.esm.js",
|
|
"main": "dist/js/tabler.js",
|
|
"homepage": "https://tabler.io",
|
|
"devDependencies": {
|
|
"@babel/core": "^7.16.7",
|
|
"@babel/preset-env": "^7.16.8",
|
|
"@rollup/plugin-commonjs": "^21.0.1",
|
|
"@rollup/plugin-node-resolve": "^13.1.3",
|
|
"@rollup/plugin-replace": "^3.0.1",
|
|
"@rollup/pluginutils": "^4.1.2",
|
|
"@rollup/stream": "^2.0.0",
|
|
"apexcharts": "^3.33.0",
|
|
"autoprefixer": "^10.4.2",
|
|
"autosize": "^5.0.1",
|
|
"browser-sync": "^2.27.7",
|
|
"bundlewatch": "^0.3.3",
|
|
"choices.js": "^10.0.0",
|
|
"chromatic": "^6.4.0",
|
|
"countup.js": "^2.0.8",
|
|
"critical": "^4.0.1",
|
|
"cross-spawn": "^7.0.3",
|
|
"flatpickr": "^4.6.9",
|
|
"gulp": "^4.0.2",
|
|
"gulp-clean": "^0.4.0",
|
|
"gulp-clean-css": "^4.3.0",
|
|
"gulp-debug": "^3.2.0",
|
|
"gulp-header": "^2.0.9",
|
|
"gulp-minify": "^3.1.0",
|
|
"gulp-postcss": "^9.0.1",
|
|
"gulp-purgecss": "^4.1.3",
|
|
"gulp-rename": "^2.0.0",
|
|
"gulp-rtlcss": "^1.4.2",
|
|
"gulp-sass": "^5.1.0",
|
|
"imask": "^6.2.2",
|
|
"litepicker": "^2.0.12",
|
|
"nouislider": "^15.5.0",
|
|
"postcss": "^8.4.5",
|
|
"release-it": "^14.12.3",
|
|
"rollup": "^2.64.0",
|
|
"rollup-plugin-babel": "^4.4.0",
|
|
"rollup-plugin-cleanup": "^3.2.1",
|
|
"sass": "^1.48.0",
|
|
"tom-select": "^2.0.0",
|
|
"vinyl-buffer": "^1.0.1",
|
|
"vinyl-source-stream": "^2.0.0",
|
|
"yaml": "^1.10.2",
|
|
"yargs": "^17.3.1"
|
|
},
|
|
"dependencies": {
|
|
"@popperjs/core": "^2.11.2",
|
|
"@tabler/icons": "^1.53.0",
|
|
"bootstrap": "5.1.3",
|
|
"npm-check-updates": "^12.1.0"
|
|
},
|
|
"peerDependencies": {
|
|
"apexcharts": "^3.33.0",
|
|
"autosize": "^5.0.1",
|
|
"choices.js": "^10.0.0",
|
|
"countup.js": "^2.0.8",
|
|
"flatpickr": "^4.6.9",
|
|
"imask": "^6.2.2",
|
|
"litepicker": "^2.0.12",
|
|
"nouislider": "^15.5.0",
|
|
"tom-select": "^2.0.0",
|
|
"jsvectormap": "^1.4.2"
|
|
},
|
|
"peerDependenciesMeta": {
|
|
"apexcharts": {
|
|
"optional": true
|
|
},
|
|
"autosize": {
|
|
"optional": true
|
|
},
|
|
"choices.js": {
|
|
"optional": true
|
|
},
|
|
"countup.js": {
|
|
"optional": true
|
|
},
|
|
"flatpickr": {
|
|
"optional": true
|
|
},
|
|
"imask": {
|
|
"optional": true
|
|
},
|
|
"litepicker": {
|
|
"optional": true
|
|
},
|
|
"nouislider": {
|
|
"optional": true
|
|
},
|
|
"tom-select": {
|
|
"optional": true
|
|
},
|
|
"jsvectormap": {
|
|
"optional": true
|
|
}
|
|
},
|
|
"resolutions": {
|
|
"**/**/node-gyp": "^5.0.0"
|
|
},
|
|
"release-it": {
|
|
"hooks": {
|
|
"after:bump": "gulp build --latest-version ${latestVersion} --new-version ${version} && gulp build-demo",
|
|
"after:release": "echo Successfully released ${name} v${latestVersion} to ${repo.repository}."
|
|
},
|
|
"git": {
|
|
"requireCleanWorkingDir": false,
|
|
"addUntrackedFiles": true,
|
|
"tagName": "v${version}"
|
|
},
|
|
"github": {
|
|
"release": true
|
|
}
|
|
}
|
|
}
|