mirror of
https://github.com/tabler/tabler.git
synced 2025-12-22 01:44:25 +04:00
dependencies update, new package
This commit is contained in:
@@ -1,7 +1,7 @@
|
||||
source: pages
|
||||
destination: tmp
|
||||
|
||||
version: v1.0.0-alpha
|
||||
version: 1.0.0-alpha.3
|
||||
title: Tabler
|
||||
description: Premium and Open Source dashboard template with responsive and high quality UI.
|
||||
github_url: https://github.com/tabler/tabler
|
||||
|
||||
14
package.json
14
package.json
@@ -1,7 +1,7 @@
|
||||
{
|
||||
"name": "tabler",
|
||||
"version": "1.0.0-alpha.2",
|
||||
"version_short": "1.0.0-alpha.2",
|
||||
"version": "1.0.0-alpha.3",
|
||||
"version_short": "1.0.0-alpha.3",
|
||||
"description": "Premium and Open Source dashboard template with responsive and high quality UI.",
|
||||
"scripts": {
|
||||
"start": "npm-run-all clean css-main js-compile-standalone --parallel browsersync watch",
|
||||
@@ -74,15 +74,15 @@
|
||||
"main": "dist/js/tabler.js",
|
||||
"homepage": "https://tabler.io",
|
||||
"devDependencies": {
|
||||
"@babel/preset-env": "7.8.3",
|
||||
"@babel/preset-env": "7.8.4",
|
||||
"browser-sync": "2.26.7",
|
||||
"bundlesize": "0.18.0",
|
||||
"clean-css-cli": "4.3.0",
|
||||
"cross-env": "7.0.0",
|
||||
"eslint": "6.8.0",
|
||||
"eslint-config-xo": "0.27.2",
|
||||
"eslint-plugin-import": "2.20.0",
|
||||
"eslint-plugin-unicorn": "15.0.1",
|
||||
"eslint-plugin-import": "2.20.1",
|
||||
"eslint-plugin-unicorn": "16.0.0",
|
||||
"glob": "7.1.6",
|
||||
"http-server": "0.12.1",
|
||||
"icon-font-generator": "2.1.10",
|
||||
@@ -91,7 +91,7 @@
|
||||
"nodemon": "2.0.2",
|
||||
"npm-run-all": "4.1.5",
|
||||
"postcss-cli": "7.1.0",
|
||||
"rollup": "1.30.1",
|
||||
"rollup": "1.31.0",
|
||||
"rollup-plugin-babel": "4.3.3",
|
||||
"rollup-plugin-babel-minify": "9.1.1",
|
||||
"rollup-plugin-commonjs": "10.1.0",
|
||||
@@ -110,7 +110,7 @@
|
||||
"@fullcalendar/interaction": "4.3.0",
|
||||
"@fullcalendar/list": "4.3.0",
|
||||
"@fullcalendar/timegrid": "4.3.0",
|
||||
"apexcharts": "3.15.3",
|
||||
"apexcharts": "3.15.5",
|
||||
"autosize": "4.0.2",
|
||||
"bootstrap": "twbs/bootstrap#05fb3f2",
|
||||
"countup.js": "2.0.4",
|
||||
|
||||
Reference in New Issue
Block a user