package.json 1.1 KB
Newer Older
C
codecalm 已提交
1
{
P
Paweł Kuna 已提交
2
  "name": "tabler",
C
chomik 已提交
3 4
  "version": "1.0.0",
  "description": "Premium and Open Source dashboard template with responsive and high quality UI.",
C
codecalm 已提交
5
  "scripts": {
C
chomik 已提交
6 7 8 9 10 11 12
    "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\""
C
codecalm 已提交
13 14 15
  },
  "repository": {
    "type": "git",
C
codecalm 已提交
16
    "url": "git+https://github.com/tabler/tabler.git"
C
codecalm 已提交
17
  },
C
chomik 已提交
18
  "keywords": [],
C
codecalm 已提交
19
  "author": "codecalm",
C
chomik 已提交
20
  "license": "ISC",
C
codecalm 已提交
21
  "bugs": {
C
codecalm 已提交
22
    "url": "https://github.com/tabler/tabler/issues"
C
codecalm 已提交
23
  },
C
chomik 已提交
24
  "homepage": "https://tabler.io",
C
codecalm 已提交
25
  "devDependencies": {
C
chomik 已提交
26
    "apexcharts": "3.6.2",
C
chomik 已提交
27 28 29 30 31
    "bootstrap": "twbs/bootstrap#275cd7f",
    "bundlesize": "0.15.3",
    "http-server": "0.11.1",
    "hugo-bin": "0.42.0",
    "popper.js": "1.15.0"
32
  }
C
codecalm 已提交
33
}