mirror of
https://github.com/tabler/tabler.git
synced 2025-12-21 17:34:25 +04:00
* marketing site init * classname fix * marketing images * homepage components * gradient bg * Optimised images with calibre/image-actions * generate utilities for marketing pages, negative utilities, new filters, browser component * list separate fixes * marketing pages components * build fix * new marketing pages elements * add typd.js library to animate text * about page, markdown page * testimonials, new components, new marketing pages * unity avatar sizes * fix shape sizes * avatars unify * shape fixes * real estate page * Optimised images with calibre/image-actions * fix small rebase error * Fix mobile designs of features, faq and testimonials * Add marketing pages to the extra's menu * fix hero header design and include as app example design * Fix buttons nog centering on hero * Slightly increase bundlewatch size --------- Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com> Co-authored-by: Robert-Jan de Dreu <160743+rjd22@users.noreply.github.com>
289 lines
7.4 KiB
JSON
289 lines
7.4 KiB
JSON
{
|
|
"name": "@tabler/core",
|
|
"version": "1.0.0-beta23",
|
|
"description": "Premium and Open Source dashboard template with responsive and high quality UI.",
|
|
"homepage": "https://tabler.io",
|
|
"scripts": {
|
|
"dev": "pnpm run start-plugins",
|
|
"start": "gulp start",
|
|
"start-plugins": "gulp start --with-plugins",
|
|
"build": "gulp build",
|
|
"build-docs": "mkdir public && touch public/index.html && echo 'ok'",
|
|
"preview": "gulp build --preview",
|
|
"svg-optimize": "svgo -f svg/brand --pretty",
|
|
"unused-files": "node .build/unused-files.js",
|
|
"release": "release-it",
|
|
"svg-icons": "node .build/import-icons.js",
|
|
"bundlewatch": "bundlewatch",
|
|
"storybook": "start-storybook -p 6006",
|
|
"changelog": "node .build/changelog.js",
|
|
"icons": "git checkout dev && BRANCH_NAME=\"dev-tabler-icons-`pnpm info @tabler/icons version`\" && git branch $BRANCH_NAME && git checkout $BRANCH_NAME && ncu -u @tabler/icons && pnpm install && pnpm run svg-icons && git add . && git commit -am \"update icons to v`pnpm info @tabler/icons version`\" && git push origin $BRANCH_NAME && git checkout dev",
|
|
"download-images": "node .build/download-images.js",
|
|
"optimize-images": "for i in ./src/static/photos/*.jpg; do convert \"$i\" -quality 80% \"${i%.jpg}.jpg\"; done",
|
|
"format:check": "prettier --check src/**/*.{js,scss} --cache",
|
|
"format:write": "prettier --write src/**/*.{js,scss} --cache",
|
|
"illustrations": "node .build/import-illustrations.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": "20"
|
|
},
|
|
"files": [
|
|
"docs/**/*",
|
|
"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",
|
|
"bundlewatch": {
|
|
"files": [
|
|
{
|
|
"path": "./dist/css/tabler.css",
|
|
"maxSize": "75 kB"
|
|
},
|
|
{
|
|
"path": "./dist/css/tabler.min.css",
|
|
"maxSize": "70 kB"
|
|
},
|
|
{
|
|
"path": "./dist/css/tabler.rtl.css",
|
|
"maxSize": "75 kB"
|
|
},
|
|
{
|
|
"path": "./dist/css/tabler.rtl.min.css",
|
|
"maxSize": "70 kB"
|
|
},
|
|
{
|
|
"path": "./dist/css/tabler-flags.css",
|
|
"maxSize": "2 kB"
|
|
},
|
|
{
|
|
"path": "./dist/css/tabler-flags.min.css",
|
|
"maxSize": "2 kB"
|
|
},
|
|
{
|
|
"path": "./dist/css/tabler-payments.css",
|
|
"maxSize": "2 kB"
|
|
},
|
|
{
|
|
"path": "./dist/css/tabler-payments.min.css",
|
|
"maxSize": "2 kB"
|
|
},
|
|
{
|
|
"path": "./dist/css/tabler-socials.css",
|
|
"maxSize": "2 kB"
|
|
},
|
|
{
|
|
"path": "./dist/css/tabler-socials.min.css",
|
|
"maxSize": "2 kB"
|
|
},
|
|
{
|
|
"path": "./dist/css/tabler-vendors.css",
|
|
"maxSize": "7.5 kB"
|
|
},
|
|
{
|
|
"path": "./dist/css/tabler-vendors.min.css",
|
|
"maxSize": "6.5 kB"
|
|
},
|
|
{
|
|
"path": "./dist/js/tabler.js",
|
|
"maxSize": "60 kB"
|
|
},
|
|
{
|
|
"path": "./dist/js/tabler.min.js",
|
|
"maxSize": "45 kB"
|
|
},
|
|
{
|
|
"path": "./dist/js/tabler.esm.js",
|
|
"maxSize": "60 kB"
|
|
},
|
|
{
|
|
"path": "./dist/js/tabler.esm.min.js",
|
|
"maxSize": "45 kB"
|
|
}
|
|
]
|
|
},
|
|
"devDependencies": {
|
|
"@babel/core": "^7.26.0",
|
|
"@babel/preset-env": "^7.26.0",
|
|
"@changesets/cli": "^2.27.11",
|
|
"@rollup/plugin-commonjs": "^24.1.0",
|
|
"@rollup/plugin-node-resolve": "^15.3.1",
|
|
"@rollup/plugin-replace": "^5.0.7",
|
|
"@rollup/pluginutils": "^5.1.4",
|
|
"@rollup/stream": "^2.0.0",
|
|
"@shopify/prettier-plugin-liquid": "^1.6.3",
|
|
"apexcharts": "^3.54.1",
|
|
"autoprefixer": "^10.4.20",
|
|
"autosize": "^6.0.1",
|
|
"browser-sync": "^2.29.3",
|
|
"bundlewatch": "^0.4.0",
|
|
"choices.js": "^10.2.0",
|
|
"countup.js": "^2.8.0",
|
|
"cross-spawn": "^7.0.6",
|
|
"dropzone": "^6.0.0-beta.2",
|
|
"flatpickr": "^4.6.13",
|
|
"fslightbox": "^3.4.2",
|
|
"glob": "^10.4.5",
|
|
"gulp": "^4.0.2",
|
|
"gulp-clean": "^0.4.0",
|
|
"gulp-clean-css": "^4.3.0",
|
|
"gulp-debug": "^4.0.0",
|
|
"gulp-header": "^2.0.9",
|
|
"gulp-postcss": "^9.0.1",
|
|
"gulp-purgecss": "^5.0.0",
|
|
"gulp-rename": "^2.0.0",
|
|
"gulp-replace": "^1.1.4",
|
|
"gulp-rtlcss": "^2.0.0",
|
|
"gulp-sass": "^5.1.0",
|
|
"gulp-terser": "^2.1.0",
|
|
"imageoptim-cli": "^3.1.9",
|
|
"imask": "^7.6.1",
|
|
"js-beautify": "^1.15.1",
|
|
"jsvectormap": "^1.6.0",
|
|
"list.js": "^2.3.1",
|
|
"litepicker": "^2.0.12",
|
|
"nouislider": "^15.8.1",
|
|
"plyr": "^3.7.8",
|
|
"postcss": "^8.4.49",
|
|
"prettier": "^2.8.8",
|
|
"release-it": "^15.11.0",
|
|
"request": "^2.88.2",
|
|
"rollup": "2.79.2",
|
|
"rollup-plugin-babel": "^4.4.0",
|
|
"rollup-plugin-cleanup": "^3.2.1",
|
|
"sass": "1.71.1",
|
|
"star-rating.js": "^4.3.1",
|
|
"tinymce": "^7.5.1",
|
|
"tom-select": "^2.4.1",
|
|
"typed.js": "^2.1.0",
|
|
"vinyl-buffer": "^1.0.1",
|
|
"vinyl-source-stream": "^2.0.0",
|
|
"yaml": "^2.6.1",
|
|
"yargs": "^17.7.2",
|
|
"zod": "^3.23.8"
|
|
},
|
|
"dependencies": {
|
|
"@popperjs/core": "^2.11.8",
|
|
"@tabler/icons": "^3.26.0",
|
|
"bootstrap": "5.3.3"
|
|
},
|
|
"peerDependencies": {
|
|
"@melloware/coloris": "^0.19.1",
|
|
"apexcharts": "^3.40.0",
|
|
"autosize": "^6.0.1",
|
|
"choices.js": "^10.2.0",
|
|
"countup.js": "^2.6.2",
|
|
"dropzone": "^6.0.0-beta.2",
|
|
"flatpickr": "^4.6.13",
|
|
"fslightbox": "^3.4.1",
|
|
"imask": "^6.6.1",
|
|
"jsvectormap": "^1.5.3",
|
|
"list.js": "^2.3.1",
|
|
"litepicker": "^2.0.12",
|
|
"nouislider": "^15.7.0",
|
|
"plyr": "^3.7.8",
|
|
"star-rating.js": "^4.3.0",
|
|
"tinymce": "^6.4.2 || ^7.0.0",
|
|
"tom-select": "^2.2.2",
|
|
"typed.js": "^2.1.0"
|
|
},
|
|
"peerDependenciesMeta": {
|
|
"@melloware/coloris": {
|
|
"optional": true
|
|
},
|
|
"apexcharts": {
|
|
"optional": true
|
|
},
|
|
"autosize": {
|
|
"optional": true
|
|
},
|
|
"choices.js": {
|
|
"optional": true
|
|
},
|
|
"countup.js": {
|
|
"optional": true
|
|
},
|
|
"dropzone": {
|
|
"optional": true
|
|
},
|
|
"flatpickr": {
|
|
"optional": true
|
|
},
|
|
"fslightbox": {
|
|
"optional": true
|
|
},
|
|
"imask": {
|
|
"optional": true
|
|
},
|
|
"jsvectormap": {
|
|
"optional": true
|
|
},
|
|
"list.js": {
|
|
"optional": true
|
|
},
|
|
"litepicker": {
|
|
"optional": true
|
|
},
|
|
"nouislider": {
|
|
"optional": true
|
|
},
|
|
"plyr": {
|
|
"optional": true
|
|
},
|
|
"tinymce": {
|
|
"optional": true
|
|
},
|
|
"tom-select": {
|
|
"optional": true
|
|
},
|
|
"star-rating.js": {
|
|
"optional": true
|
|
}
|
|
},
|
|
"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
|
|
}
|
|
},
|
|
"directories": {
|
|
"doc": "docs"
|
|
}
|
|
}
|