package.json 4.7 KB
Newer Older
C
codecalm 已提交
1
{
M
Michal Wolny 已提交
2
  "name": "@tabler/core",
C
codecalm 已提交
3
  "version": "1.0.0-beta10",
C
chomik 已提交
4
  "description": "Premium and Open Source dashboard template with responsive and high quality UI.",
C
codecalm 已提交
5
  "scripts": {
C
codecalm 已提交
6
    "start": "gulp start",
7
    "start-plugins": "gulp start --with-plugins",
C
codecalm 已提交
8
    "build": "gulp build",
C
codecalm 已提交
9
    "preview": "gulp build --preview",
C
codecalm 已提交
10
    "svg-optimize": "svgo -f svg/brand --pretty",
C
codecalm 已提交
11
    "unused-files": "node build/unused-files.js",
C
codecalm 已提交
12
    "release": "release-it",
C
codecalm 已提交
13
    "svg-icons": "gulp svg-icons",
C
codecalm 已提交
14
    "percy": "gulp build && npx percy snapshot demo",
P
Paweł Kuna 已提交
15 16 17
    "bundlewatch": "bundlewatch --config .bundlewatch.config.json",
    "chromatic": "chromatic --project-token=CHROMATIC_PROJECT_TOKEN",
    "storybook": "start-storybook -p 6006",
C
codecalm 已提交
18
    "changelog": "gulp changelog"
C
codecalm 已提交
19 20 21
  },
  "repository": {
    "type": "git",
C
codecalm 已提交
22
    "url": "git+https://github.com/tabler/tabler.git"
C
codecalm 已提交
23
  },
24 25 26 27 28 29 30 31 32
  "keywords": [
    "css",
    "sass",
    "mobile-first",
    "responsive",
    "front-end",
    "framework",
    "web"
  ],
C
codecalm 已提交
33
  "author": "codecalm",
C
codecalm 已提交
34
  "license": "MIT",
C
codecalm 已提交
35
  "bugs": {
C
codecalm 已提交
36
    "url": "https://github.com/tabler/tabler/issues"
C
codecalm 已提交
37
  },
C
codecalm 已提交
38 39 40 41
  "funding": {
    "type": "github",
    "url": "https://github.com/sponsors/codecalm"
  },
C
chomik 已提交
42
  "engines": {
C
codecalm 已提交
43
    "node": ">=14"
C
chomik 已提交
44 45
  },
  "files": [
C
codecalm 已提交
46 47 48 49
    "dist/**/*",
    "src/js/**/*.{js,map}",
    "src/img/**/*.{svg}",
    "src/scss/**/*.scss"
C
chomik 已提交
50
  ],
C
codecalm 已提交
51
  "style": "dist/css/tabler.css",
C
codecalm 已提交
52
  "sass": "src/scss/tabler.scss",
53 54 55
  "unpkg": "dist/js/tabler.min.js",
  "umd:main": "dist/js/tabler.min.js",
  "module": "dist/js/tabler.esm.js",
56
  "main": "dist/js/tabler.js",
C
chomik 已提交
57
  "homepage": "https://tabler.io",
C
codecalm 已提交
58
  "devDependencies": {
P
Paweł Kuna 已提交
59 60 61 62
    "@babel/core": "^7.17.10",
    "@babel/preset-env": "^7.17.10",
    "@rollup/plugin-commonjs": "^22.0.0",
    "@rollup/plugin-node-resolve": "^13.3.0",
P
Paweł Kuna 已提交
63
    "@rollup/plugin-replace": "^4.0.0",
P
Paweł Kuna 已提交
64
    "@rollup/pluginutils": "^4.2.1",
C
codecalm 已提交
65
    "@rollup/stream": "^2.0.0",
P
Paweł Kuna 已提交
66 67
    "apexcharts": "^3.35.2",
    "autoprefixer": "^10.4.7",
68
    "autosize": "^5.0.1",
P
Paweł Kuna 已提交
69
    "browser-sync": "^2.27.9",
P
Paweł Kuna 已提交
70
    "bundlewatch": "^0.3.3",
C
codecalm 已提交
71
    "choices.js": "^10.1.0",
P
Paweł Kuna 已提交
72
    "chromatic": "^6.5.4",
P
Paweł Kuna 已提交
73
    "countup.js": "^2.1.0",
74
    "critical": "^4.0.1",
C
codecalm 已提交
75
    "cross-spawn": "^7.0.3",
P
Paweł Kuna 已提交
76
    "dropzone": "^6.0.0-beta.2",
P
Paweł Kuna 已提交
77
    "flatpickr": "^4.6.13",
P
Paweł Kuna 已提交
78
    "fslightbox": "^3.3.1",
C
codecalm 已提交
79
    "gulp": "^4.0.2",
C
codecalm 已提交
80
    "gulp-clean": "^0.4.0",
C
codecalm 已提交
81
    "gulp-clean-css": "^4.3.0",
82
    "gulp-debug": "^4.0.0",
C
codecalm 已提交
83
    "gulp-header": "^2.0.9",
C
codecalm 已提交
84
    "gulp-minify": "^3.1.0",
C
codecalm 已提交
85
    "gulp-postcss": "^9.0.1",
86
    "gulp-purgecss": "^4.1.3",
C
codecalm 已提交
87
    "gulp-rename": "^2.0.0",
P
Paweł Kuna 已提交
88
    "gulp-rtlcss": "^2.0.0",
P
Paweł Kuna 已提交
89
    "gulp-sass": "^5.1.0",
C
codecalm 已提交
90
    "imask": "^6.4.2",
P
Paweł Kuna 已提交
91
    "jsvectormap": "^1.4.5",
92
    "litepicker": "^2.0.12",
P
Paweł Kuna 已提交
93 94 95 96
    "nouislider": "^15.6.0",
    "postcss": "^8.4.13",
    "release-it": "^15.0.0",
    "rollup": "^2.72.1",
C
codecalm 已提交
97
    "rollup-plugin-babel": "^4.4.0",
C
codecalm 已提交
98
    "rollup-plugin-cleanup": "^3.2.1",
P
Paweł Kuna 已提交
99
    "sass": "^1.51.0",
P
Paweł Kuna 已提交
100
    "tom-select": "^2.0.1",
C
codecalm 已提交
101 102
    "vinyl-buffer": "^1.0.1",
    "vinyl-source-stream": "^2.0.0",
P
Paweł Kuna 已提交
103
    "yaml": "^2.0.1",
P
Paweł Kuna 已提交
104
    "yargs": "^17.4.1",
C
codecalm 已提交
105 106
    "plyr": "^3.7.2",
    "tinymce": "^6.0.3"
C
chomik 已提交
107 108
  },
  "dependencies": {
P
Paweł Kuna 已提交
109
    "@popperjs/core": "^2.11.5",
C
codecalm 已提交
110
    "@tabler/icons": "^1.72.0",
111
    "bootstrap": "5.2.0-beta1"
112 113
  },
  "peerDependencies": {
P
Paweł Kuna 已提交
114
    "apexcharts": "^3.35.2",
115
    "autosize": "^5.0.1",
C
codecalm 已提交
116
    "choices.js": "^10.1.0",
P
Paweł Kuna 已提交
117
    "countup.js": "^2.1.0",
P
Paweł Kuna 已提交
118
    "flatpickr": "^4.6.13",
P
Paweł Kuna 已提交
119
    "fslightbox": "^3.3.1",
C
codecalm 已提交
120
    "imask": "^6.4.2",
P
Paweł Kuna 已提交
121
    "jsvectormap": "^1.4.5",
P
Paweł Kuna 已提交
122
    "list.js": "^2.3.1",
123
    "litepicker": "^2.0.12",
P
Paweł Kuna 已提交
124
    "nouislider": "^15.6.0",
P
Paweł Kuna 已提交
125
    "dropzone": "^6.0.0-beta.2",
P
Paweł Kuna 已提交
126
    "tom-select": "^2.0.1",
P
Paweł Kuna 已提交
127 128
    "plyr": "^3.7.2",
    "tinymce": "^6.0.3"
129
  },
130 131 132 133 134 135 136 137 138 139 140 141 142
  "peerDependenciesMeta": {
    "apexcharts": {
      "optional": true
    },
    "autosize": {
      "optional": true
    },
    "choices.js": {
      "optional": true
    },
    "countup.js": {
      "optional": true
    },
P
Paweł Kuna 已提交
143 144 145
    "dropzone": {
      "optional": true
    },
146 147 148
    "flatpickr": {
      "optional": true
    },
P
Paweł Kuna 已提交
149 150 151
    "fslightbox": {
      "optional": true
    },
152 153 154
    "imask": {
      "optional": true
    },
C
codecalm 已提交
155 156 157
    "list.js": {
      "optional": true
    },
158 159 160 161 162 163 164 165
    "litepicker": {
      "optional": true
    },
    "nouislider": {
      "optional": true
    },
    "tom-select": {
      "optional": true
P
Paweł Kuna 已提交
166
    },
P
Paweł Kuna 已提交
167 168 169
    "tinymce": {
      "optional": true
    },
P
Paweł Kuna 已提交
170 171
    "jsvectormap": {
      "optional": true
P
Paweł Kuna 已提交
172 173 174
    },
    "plyr": {
      "optional": true
175 176
    }
  },
C
codecalm 已提交
177
  "resolutions": {
A
Anton 已提交
178
    "**/**/node-gyp": "^5.0.0"
C
codecalm 已提交
179 180 181
  },
  "release-it": {
    "hooks": {
182
      "after:bump": "gulp build --latest-version ${latestVersion} --new-version ${version} && gulp build-demo",
C
codecalm 已提交
183 184 185 186 187 188 189 190 191 192
      "after:release": "echo Successfully released ${name} v${latestVersion} to ${repo.repository}."
    },
    "git": {
      "requireCleanWorkingDir": false,
      "addUntrackedFiles": true,
      "tagName": "v${version}"
    },
    "github": {
      "release": true
    }
C
codecalm 已提交
193
  }
C
codecalm 已提交
194
}