package.json 2.9 KB
Newer Older
C
codecalm 已提交
1
{
C
codecalm 已提交
2
  "name": "tabler",
C
codecalm 已提交
3
  "version": "1.0.0-alpha.7",
C
chomik 已提交
4
  "description": "Premium and Open Source dashboard template with responsive and high quality UI.",
C
codecalm 已提交
5
  "scripts": {
C
codecalm 已提交
6 7 8
    "start": "gulp start",
    "build": "gulp build",
    "svg-optimize": "svgo -f svg/brand --pretty",
C
codecalm 已提交
9
    "unused-files": "node build/unused-files.js",
10
    "release": "release-it"
C
codecalm 已提交
11 12 13
  },
  "repository": {
    "type": "git",
C
codecalm 已提交
14
    "url": "git+https://github.com/tabler/tabler.git"
C
codecalm 已提交
15
  },
16 17 18 19 20 21 22 23 24
  "keywords": [
    "css",
    "sass",
    "mobile-first",
    "responsive",
    "front-end",
    "framework",
    "web"
  ],
C
codecalm 已提交
25
  "author": "codecalm",
C
codecalm 已提交
26
  "license": "MIT",
C
codecalm 已提交
27
  "bugs": {
C
codecalm 已提交
28
    "url": "https://github.com/tabler/tabler/issues"
C
codecalm 已提交
29
  },
C
codecalm 已提交
30 31 32 33
  "funding": {
    "type": "github",
    "url": "https://github.com/sponsors/codecalm"
  },
C
chomik 已提交
34
  "engines": {
C
codecalm 已提交
35
    "node": ">=10"
C
chomik 已提交
36 37
  },
  "files": [
38
    "dist/{css,js,img}/*.{css,js,map,svg}",
39
    "js/**/*.{js,map}",
40
    "img/**/*.{svg}",
C
chomik 已提交
41 42
    "scss/**/*.scss"
  ],
C
codecalm 已提交
43
  "style": "dist/css/tabler.css",
C
codecalm 已提交
44
  "sass": "src/scss/tabler.scss",
45
  "main": "dist/js/tabler.js",
C
chomik 已提交
46
  "homepage": "https://tabler.io",
C
codecalm 已提交
47
  "devDependencies": {
C
codecalm 已提交
48 49
    "@babel/core": "^7.12.3",
    "@babel/preset-env": "^7.12.1",
C
codecalm 已提交
50 51 52
    "@rollup/plugin-babel": "^5.2.1",
    "@rollup/plugin-commonjs": "^16.0.0",
    "@rollup/plugin-node-resolve": "^10.0.0",
C
codecalm 已提交
53
    "autoprefixer": "^10.0.1",
C
codecalm 已提交
54
    "browser-sync": "^2.26.13",
C
codecalm 已提交
55
    "gulp": "^4.0.2",
C
codecalm 已提交
56
    "gulp-clean": "^0.4.0",
C
codecalm 已提交
57
    "gulp-clean-css": "^4.3.0",
C
codecalm 已提交
58
    "gulp-debug": "^4.0.0",
C
codecalm 已提交
59
    "gulp-header": "^2.0.9",
C
codecalm 已提交
60
    "gulp-minify": "^3.1.0",
C
codecalm 已提交
61 62
    "gulp-postcss": "^9.0.0",
    "gulp-rename": "^2.0.0",
C
codecalm 已提交
63
    "gulp-rollup": "^2.17.0",
C
codecalm 已提交
64
    "gulp-rollup-2": "^1.2.1",
C
codecalm 已提交
65 66
    "gulp-sass": "^4.1.0",
    "postcss": "^8.1.4",
C
codecalm 已提交
67
    "release-it": "^14.2.0",
C
codecalm 已提交
68
    "rollup": "^2.32.1",
C
codecalm 已提交
69
    "rollup-plugin-babel": "^4.4.0",
C
codecalm 已提交
70
    "yaml": "^1.10.0"
C
chomik 已提交
71 72
  },
  "dependencies": {
C
codecalm 已提交
73 74 75 76 77
    "@fullcalendar/core": "^5.3.1",
    "@fullcalendar/daygrid": "^5.3.2",
    "@fullcalendar/interaction": "^5.3.1",
    "@fullcalendar/list": "^5.3.1",
    "@fullcalendar/timegrid": "^5.3.1",
C
codecalm 已提交
78
    "apexcharts": "^3.22.0",
A
Anton 已提交
79
    "autosize": "^4.0.2",
C
codecalm 已提交
80
    "bootstrap": "5.0.0-alpha2",
C
codecalm 已提交
81 82 83 84 85 86
    "countup.js": "^2.0.7",
    "daterangepicker": "^3.1.0",
    "flatpickr": "^4.6.6",
    "fullcalendar": "^5.3.2",
    "imask": "^6.0.5",
    "jquery": "^3.5.1",
A
Anton 已提交
87
    "jqvmap": "^1.5.1",
C
codecalm 已提交
88
    "nouislider": "^14.6.2",
A
Anton 已提交
89 90
    "peity": "^3.3.0",
    "popper.js": "^1.16.1",
C
codecalm 已提交
91
    "rollup-plugin-cleanup": "^3.2.1",
A
Anton 已提交
92
    "selectize": "^0.12.6"
93
  },
C
codecalm 已提交
94
  "resolutions": {
A
Anton 已提交
95
    "**/**/node-gyp": "^5.0.0"
C
codecalm 已提交
96 97 98
  },
  "release-it": {
    "hooks": {
99
      "after:bump": "gulp build --latest-version ${latestVersion} --new-version ${version} && gulp build-demo",
C
codecalm 已提交
100 101 102 103 104 105 106 107 108 109
      "after:release": "echo Successfully released ${name} v${latestVersion} to ${repo.repository}."
    },
    "git": {
      "requireCleanWorkingDir": false,
      "addUntrackedFiles": true,
      "tagName": "v${version}"
    },
    "github": {
      "release": true
    }
C
codecalm 已提交
110
  }
C
codecalm 已提交
111
}