package.json 6.9 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274
  1. {
  2. "name": "@tabler/core",
  3. "version": "1.0.0-beta18",
  4. "description": "Premium and Open Source dashboard template with responsive and high quality UI.",
  5. "homepage": "https://tabler.io",
  6. "scripts": {
  7. "start": "gulp start",
  8. "start-plugins": "gulp start --with-plugins",
  9. "build": "gulp build",
  10. "build-docs": "mkdir public && touch public/index.html && echo 'ok'",
  11. "preview": "gulp build --preview",
  12. "svg-optimize": "svgo -f svg/brand --pretty",
  13. "unused-files": "node build/unused-files.js",
  14. "release": "release-it",
  15. "svg-icons": "gulp svg-icons",
  16. "percy": "gulp build && npx percy snapshot demo",
  17. "bundlewatch": "bundlewatch",
  18. "chromatic": "chromatic --project-token=CHROMATIC_PROJECT_TOKEN",
  19. "storybook": "start-storybook -p 6006",
  20. "changelog": "gulp changelog",
  21. "icons": "ncu -u @tabler/icons && pnpm install && gulp svg-icons && git add . && git commit -am \"update icons to v`pnpm info @tabler/icons version`\" && git push",
  22. "download-images": "node build/download-images.js",
  23. "optimize-images": "for i in ./src/static/photos/*.jpg; do convert \"$i\" -quality 80% \"${i%.jpg}.jpg\"; done",
  24. "format:check": "prettier --check src/**/*.{js,scss} --cache",
  25. "format:write": "prettier --write src/**/*.{js,scss} --cache"
  26. },
  27. "repository": {
  28. "type": "git",
  29. "url": "git+https://github.com/tabler/tabler.git"
  30. },
  31. "keywords": [
  32. "css",
  33. "sass",
  34. "mobile-first",
  35. "responsive",
  36. "front-end",
  37. "framework",
  38. "web"
  39. ],
  40. "author": "codecalm",
  41. "license": "MIT",
  42. "bugs": {
  43. "url": "https://github.com/tabler/tabler/issues"
  44. },
  45. "funding": {
  46. "type": "github",
  47. "url": "https://github.com/sponsors/codecalm"
  48. },
  49. "engines": {
  50. "node": ">=18"
  51. },
  52. "files": [
  53. "dist/**/*",
  54. "src/js/**/*.{js,map}",
  55. "src/img/**/*.{svg}",
  56. "src/scss/**/*.scss"
  57. ],
  58. "style": "dist/css/tabler.css",
  59. "sass": "src/scss/tabler.scss",
  60. "unpkg": "dist/js/tabler.min.js",
  61. "umd:main": "dist/js/tabler.min.js",
  62. "module": "dist/js/tabler.esm.js",
  63. "main": "dist/js/tabler.js",
  64. "bundlewatch": {
  65. "files": [
  66. {
  67. "path": "./dist/css/tabler.css",
  68. "maxSize": "75 kB"
  69. },
  70. {
  71. "path": "./dist/css/tabler.min.css",
  72. "maxSize": "70 kB"
  73. },
  74. {
  75. "path": "./dist/css/tabler.rtl.css",
  76. "maxSize": "75 kB"
  77. },
  78. {
  79. "path": "./dist/css/tabler.rtl.min.css",
  80. "maxSize": "70 kB"
  81. },
  82. {
  83. "path": "./dist/css/tabler-flags.css",
  84. "maxSize": "2 kB"
  85. },
  86. {
  87. "path": "./dist/css/tabler-flags.min.css",
  88. "maxSize": "2 kB"
  89. },
  90. {
  91. "path": "./dist/css/tabler-payments.css",
  92. "maxSize": "2 kB"
  93. },
  94. {
  95. "path": "./dist/css/tabler-payments.min.css",
  96. "maxSize": "2 kB"
  97. },
  98. {
  99. "path": "./dist/css/tabler-social.css",
  100. "maxSize": "2 kB"
  101. },
  102. {
  103. "path": "./dist/css/tabler-social.min.css",
  104. "maxSize": "2 kB"
  105. },
  106. {
  107. "path": "./dist/css/tabler-vendors.css",
  108. "maxSize": "7 kB"
  109. },
  110. {
  111. "path": "./dist/css/tabler-vendors.min.css",
  112. "maxSize": "6 kB"
  113. },
  114. {
  115. "path": "./dist/js/tabler.js",
  116. "maxSize": "60 kB"
  117. },
  118. {
  119. "path": "./dist/js/tabler.min.js",
  120. "maxSize": "45 kB"
  121. },
  122. {
  123. "path": "./dist/js/tabler.esm.js",
  124. "maxSize": "60 kB"
  125. },
  126. {
  127. "path": "./dist/js/tabler.esm.min.js",
  128. "maxSize": "45 kB"
  129. }
  130. ]
  131. },
  132. "devDependencies": {
  133. "@babel/core": "^7.21.8",
  134. "@babel/preset-env": "^7.21.5",
  135. "@changesets/cli": "^2.26.1",
  136. "@rollup/plugin-commonjs": "^24.1.0",
  137. "@rollup/plugin-node-resolve": "^15.0.2",
  138. "@rollup/plugin-replace": "^5.0.2",
  139. "@rollup/pluginutils": "^5.0.2",
  140. "@rollup/stream": "^2.0.0",
  141. "@shopify/prettier-plugin-liquid": "^1.0.6",
  142. "@tabler/icons": "^2.18.0",
  143. "all-contributors-cli": "^6.25.0",
  144. "apexcharts": "^3.40.0",
  145. "autoprefixer": "^10.4.14",
  146. "autosize": "^6.0.1",
  147. "browser-sync": "^2.29.1",
  148. "bundlewatch": "^0.3.3",
  149. "choices.js": "^10.2.0",
  150. "chromatic": "^6.17.4",
  151. "countup.js": "^2.6.2",
  152. "cross-spawn": "^7.0.3",
  153. "dropzone": "^6.0.0-beta.2",
  154. "flatpickr": "^4.6.13",
  155. "fslightbox": "^3.4.1",
  156. "gulp": "^4.0.2",
  157. "gulp-clean": "^0.4.0",
  158. "gulp-clean-css": "^4.3.0",
  159. "gulp-debug": "^4.0.0",
  160. "gulp-header": "^2.0.9",
  161. "gulp-postcss": "^9.0.1",
  162. "gulp-purgecss": "^5.0.0",
  163. "gulp-rename": "^2.0.0",
  164. "gulp-rtlcss": "^2.0.0",
  165. "gulp-sass": "^5.1.0",
  166. "gulp-terser": "^2.1.0",
  167. "imageoptim-cli": "^3.0.7",
  168. "imask": "^6.6.1",
  169. "jsvectormap": "^1.5.3",
  170. "list.js": "^2.3.1",
  171. "litepicker": "^2.0.12",
  172. "nouislider": "^15.7.0",
  173. "plyr": "^3.7.8",
  174. "postcss": "^8.4.23",
  175. "prettier": "^2.8.8",
  176. "release-it": "^15.10.3",
  177. "request": "^2.88.2",
  178. "rollup": "2.79.1",
  179. "rollup-plugin-babel": "^4.4.0",
  180. "rollup-plugin-cleanup": "^3.2.1",
  181. "sass": "^1.62.1",
  182. "tinymce": "^6.4.2",
  183. "tom-select": "^2.2.2",
  184. "vinyl-buffer": "^1.0.1",
  185. "vinyl-source-stream": "^2.0.0",
  186. "yaml": "^2.2.2",
  187. "yargs": "^17.7.2"
  188. },
  189. "dependencies": {
  190. "@popperjs/core": "^2.11.7",
  191. "bootstrap": "5.3.0-alpha3"
  192. },
  193. "peerDependencies": {
  194. "apexcharts": "^3.40.0",
  195. "autosize": "^6.0.1",
  196. "choices.js": "^10.2.0",
  197. "countup.js": "^2.6.2",
  198. "dropzone": "^6.0.0-beta.2",
  199. "flatpickr": "^4.6.13",
  200. "fslightbox": "^3.4.1",
  201. "imask": "^6.6.1",
  202. "jsvectormap": "^1.5.3",
  203. "list.js": "^2.3.1",
  204. "litepicker": "^2.0.12",
  205. "nouislider": "^15.7.0",
  206. "plyr": "^3.7.8",
  207. "tinymce": "^6.4.2",
  208. "tom-select": "^2.2.2"
  209. },
  210. "peerDependenciesMeta": {
  211. "apexcharts": {
  212. "optional": true
  213. },
  214. "autosize": {
  215. "optional": true
  216. },
  217. "choices.js": {
  218. "optional": true
  219. },
  220. "countup.js": {
  221. "optional": true
  222. },
  223. "dropzone": {
  224. "optional": true
  225. },
  226. "flatpickr": {
  227. "optional": true
  228. },
  229. "fslightbox": {
  230. "optional": true
  231. },
  232. "imask": {
  233. "optional": true
  234. },
  235. "jsvectormap": {
  236. "optional": true
  237. },
  238. "list.js": {
  239. "optional": true
  240. },
  241. "litepicker": {
  242. "optional": true
  243. },
  244. "nouislider": {
  245. "optional": true
  246. },
  247. "plyr": {
  248. "optional": true
  249. },
  250. "tinymce": {
  251. "optional": true
  252. },
  253. "tom-select": {
  254. "optional": true
  255. }
  256. },
  257. "release-it": {
  258. "hooks": {
  259. "after:bump": "gulp build --latest-version ${latestVersion} --new-version ${version} && gulp build-demo",
  260. "after:release": "echo Successfully released ${name} v${latestVersion} to ${repo.repository}."
  261. },
  262. "git": {
  263. "requireCleanWorkingDir": false,
  264. "addUntrackedFiles": true,
  265. "tagName": "v${version}"
  266. },
  267. "github": {
  268. "release": true
  269. }
  270. },
  271. "directories": {
  272. "doc": "docs"
  273. }
  274. }