1 Star 0 Fork 0

乐哥在线/tabler

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
克隆/下载
package.json 3.11 KB
一键复制 编辑 原始数据 按行查看 历史
codecalm 提交于 2021-01-12 22:27 . remove selectize
{
"name": "@tabler/core",
"version": "1.0.0-alpha.22",
"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"
},
"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/**/*",
"src/js/**/*.{js,map}",
"src/img/**/*.{svg}",
"src/scss/**/*.scss"
],
"style": "dist/css/tabler.css",
"sass": "src/scss/tabler.scss",
"main": "dist/js/tabler.js",
"homepage": "https://tabler.io",
"devDependencies": {
"@babel/core": "^7.12.10",
"@babel/preset-env": "^7.12.11",
"@rollup/plugin-commonjs": "^17.0.0",
"@rollup/plugin-node-resolve": "^11.0.1",
"@rollup/stream": "^2.0.0",
"autoprefixer": "^10.2.1",
"browser-sync": "^2.26.13",
"critical": "^2.0.6",
"cross-spawn": "^7.0.3",
"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-minify": "^3.1.0",
"gulp-postcss": "^9.0.0",
"gulp-purgecss": "^3.1.3",
"gulp-rename": "^2.0.0",
"gulp-rtlcss": "^1.4.1",
"gulp-sass": "^4.1.0",
"postcss": "^8.2.4",
"release-it": "^14.2.2",
"rollup": "^2.36.1",
"rollup-plugin-babel": "^4.4.0",
"vinyl-buffer": "^1.0.1",
"vinyl-source-stream": "^2.0.0",
"yaml": "^1.10.0",
"yargs": "^16.2.0"
},
"dependencies": {
"@fullcalendar/core": "^5.5.0",
"@fullcalendar/daygrid": "^5.5.0",
"@fullcalendar/interaction": "^5.5.0",
"@fullcalendar/list": "^5.5.0",
"@fullcalendar/timegrid": "^5.5.0",
"apexcharts": "^3.23.1",
"autosize": "^4.0.2",
"bootstrap": "twbs/bootstrap#69afafe8118aa045b1371f93d5a5d5224a9d15dd",
"countup.js": "^2.0.7",
"flatpickr": "^4.6.9",
"fullcalendar": "^5.5.0",
"imask": "^6.0.5",
"nouislider": "^14.6.3",
"popper.js": "^1.16.1",
"rollup-plugin-cleanup": "^3.2.1",
"rollup-plugin-commonjs": "^10.1.0",
"@tabler/icons": "^1.38.1"
},
"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
}
}
}
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
1
https://gitee.com/inChoong/tabler.git
git@gitee.com:inChoong/tabler.git
inChoong
tabler
tabler
dev

搜索帮助