{ "name": "tabler", "version": "1.0.0", "description": "Premium and Open Source dashboard template with responsive and high quality UI.", "scripts": { "start": "npm-run-all --parallel watch docs-serve", "bundlesize": "bundlesize", "linkinator": "linkinator _gh_pages --recurse --skip \"^(?!http://localhost)\"", "docs-serve": "hugo server --port 9001 --disableFastRender", "watch": "npm-run-all --parallel watch-*", "watch-css": "nodemon --watch scss/ --ext scss --exec \"npm run css-main\"", "watch-js": "nodemon --watch js/src/ --ext js --exec \"npm run js-compile\"" }, "repository": { "type": "git", "url": "git+https://github.com/tabler/tabler.git" }, "keywords": [], "author": "codecalm", "license": "ISC", "bugs": { "url": "https://github.com/tabler/tabler/issues" }, "homepage": "https://tabler.io", "devDependencies": { "apexcharts": "3.6.2", "bootstrap": "twbs/bootstrap#275cd7f", "bundlesize": "0.15.3", "http-server": "0.11.1", "hugo-bin": "0.42.0", "popper.js": "1.15.0" } }