package.json 2.9 KB
Newer Older
C
codecalm 已提交
1
{
M
Michal Wolny 已提交
2
  "name": "@tabler/core",
C
codecalm 已提交
3
  "version": "1.0.0-beta",
C
chomik 已提交
4
  "description": "Premium and Open Source dashboard template with responsive and high quality UI.",
C
codecalm 已提交
5
  "scripts": {
C
codecalm 已提交
6 7
    "start": "gulp start",
    "build": "gulp build",
C
codecalm 已提交
8
    "preview": "gulp build --preview",
C
codecalm 已提交
9
    "svg-optimize": "svgo -f svg/brand --pretty",
C
codecalm 已提交
10
    "unused-files": "node build/unused-files.js",
C
codecalm 已提交
11
    "release": "release-it",
C
codecalm 已提交
12
    "svg-icons": "gulp svg-icons",
C
codecalm 已提交
13
    "percy": "gulp build && npx percy snapshot demo"
C
codecalm 已提交
14 15 16
  },
  "repository": {
    "type": "git",
C
codecalm 已提交
17
    "url": "git+https://github.com/tabler/tabler.git"
C
codecalm 已提交
18
  },
19 20 21 22 23 24 25 26 27
  "keywords": [
    "css",
    "sass",
    "mobile-first",
    "responsive",
    "front-end",
    "framework",
    "web"
  ],
C
codecalm 已提交
28
  "author": "codecalm",
C
codecalm 已提交
29
  "license": "MIT",
C
codecalm 已提交
30
  "bugs": {
C
codecalm 已提交
31
    "url": "https://github.com/tabler/tabler/issues"
C
codecalm 已提交
32
  },
C
codecalm 已提交
33 34 35 36
  "funding": {
    "type": "github",
    "url": "https://github.com/sponsors/codecalm"
  },
C
chomik 已提交
37
  "engines": {
C
codecalm 已提交
38
    "node": ">=10"
C
chomik 已提交
39 40
  },
  "files": [
C
codecalm 已提交
41 42 43 44
    "dist/**/*",
    "src/js/**/*.{js,map}",
    "src/img/**/*.{svg}",
    "src/scss/**/*.scss"
C
chomik 已提交
45
  ],
C
codecalm 已提交
46
  "style": "dist/css/tabler.css",
C
codecalm 已提交
47
  "sass": "src/scss/tabler.scss",
48
  "main": "dist/js/tabler.js",
C
chomik 已提交
49
  "homepage": "https://tabler.io",
C
codecalm 已提交
50
  "devDependencies": {
C
codecalm 已提交
51 52
    "@babel/core": "^7.12.16",
    "@babel/preset-env": "^7.12.16",
C
codecalm 已提交
53
    "@rollup/plugin-commonjs": "^17.1.0",
C
codecalm 已提交
54
    "@rollup/plugin-node-resolve": "^11.2.0",
C
codecalm 已提交
55
    "@rollup/plugin-replace": "^2.3.4",
C
codecalm 已提交
56
    "@rollup/stream": "^2.0.0",
C
codecalm 已提交
57 58
    "autoprefixer": "^10.2.4",
    "browser-sync": "^2.26.14",
C
codecalm 已提交
59
    "critical": "^2.0.6",
C
codecalm 已提交
60
    "cross-spawn": "^7.0.3",
C
codecalm 已提交
61
    "gulp": "^4.0.2",
C
codecalm 已提交
62
    "gulp-clean": "^0.4.0",
C
codecalm 已提交
63
    "gulp-clean-css": "^4.3.0",
C
codecalm 已提交
64
    "gulp-debug": "^4.0.0",
C
codecalm 已提交
65
    "gulp-header": "^2.0.9",
C
codecalm 已提交
66
    "gulp-minify": "^3.1.0",
C
codecalm 已提交
67
    "gulp-postcss": "^9.0.0",
C
codecalm 已提交
68
    "gulp-purgecss": "^4.0.0",
C
codecalm 已提交
69
    "gulp-rename": "^2.0.0",
C
codecalm 已提交
70
    "gulp-rtlcss": "^1.4.1",
C
codecalm 已提交
71
    "gulp-sass": "^4.1.0",
C
codecalm 已提交
72 73 74
    "postcss": "^8.2.6",
    "release-it": "^14.4.0",
    "rollup": "^2.39.0",
C
codecalm 已提交
75
    "rollup-plugin-babel": "^4.4.0",
C
codecalm 已提交
76
    "rollup-plugin-cleanup": "^3.2.1",
C
codecalm 已提交
77 78
    "vinyl-buffer": "^1.0.1",
    "vinyl-source-stream": "^2.0.0",
C
codecalm 已提交
79
    "yaml": "^1.10.0",
80
    "yargs": "^16.2.0"
C
chomik 已提交
81 82
  },
  "dependencies": {
C
codecalm 已提交
83
    "@popperjs/core": "^2.7.0",
C
codecalm 已提交
84
    "@tabler/icons": "^1.39.1",
C
codecalm 已提交
85
    "apexcharts": "^3.25.0",
A
Anton 已提交
86
    "autosize": "^4.0.2",
C
codecalm 已提交
87
    "bootstrap": "twbs/bootstrap#5c32767e0e0dbac2d934bcdee03719a65d3f1187",
C
codecalm 已提交
88
    "choices.js": "^9.0.1",
C
codecalm 已提交
89
    "countup.js": "^2.0.7",
C
codecalm 已提交
90
    "flatpickr": "^4.6.9",
C
codecalm 已提交
91
    "imask": "^6.0.7",
C
codecalm 已提交
92
    "litepicker": "^2.0.6",
C
codecalm 已提交
93
    "nouislider": "^14.6.3"
94
  },
C
codecalm 已提交
95
  "resolutions": {
A
Anton 已提交
96
    "**/**/node-gyp": "^5.0.0"
C
codecalm 已提交
97 98 99
  },
  "release-it": {
    "hooks": {
100
      "after:bump": "gulp build --latest-version ${latestVersion} --new-version ${version} && gulp build-demo",
C
codecalm 已提交
101 102 103 104 105 106 107 108 109 110
      "after:release": "echo Successfully released ${name} v${latestVersion} to ${repo.repository}."
    },
    "git": {
      "requireCleanWorkingDir": false,
      "addUntrackedFiles": true,
      "tagName": "v${version}"
    },
    "github": {
      "release": true
    }
C
codecalm 已提交
111
  }
C
codecalm 已提交
112
}