No Description
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

package.json 2.3KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990
  1. {
  2. "name": "@adminkit/core",
  3. "version": "3.1.0",
  4. "description": "AdminKit - Bootstrap 5 Admin Template",
  5. "keywords": [
  6. "bootstrap",
  7. "bootstrap 5",
  8. "admin",
  9. "admin template",
  10. "dashboard",
  11. "dashboard template",
  12. "template",
  13. "responsive",
  14. "css",
  15. "sass",
  16. "html",
  17. "theme",
  18. "front-end",
  19. "ui kit",
  20. "web"
  21. ],
  22. "homepage": "https://adminkit.io/",
  23. "bugs": {
  24. "url": "https://github.com/adminkit/adminkit/issues"
  25. },
  26. "repository": {
  27. "type": "git",
  28. "url": "git+https://github.com/adminkit/adminkit.git"
  29. },
  30. "license": "MIT",
  31. "author": "Paul Laros <support@adminkit.io>",
  32. "files": [
  33. "dist"
  34. ],
  35. "scripts": {
  36. "build": "cross-env NODE_ENV=production webpack --config webpack.config.js --progress",
  37. "watch": "webpack --config webpack.config.js --watch --progress",
  38. "start": "webpack serve --config webpack.config.js --progress",
  39. "prepublishOnly": "cross-env NODE_ENV=production webpack --progress --config webpack.config.js"
  40. },
  41. "browserslist": [
  42. "> 0.5%",
  43. "last 2 major versions",
  44. "not dead",
  45. "Chrome >= 60",
  46. "Firefox >= 60",
  47. "not Edge < 79",
  48. "Firefox ESR",
  49. "iOS >= 10",
  50. "Safari >= 10",
  51. "Android >= 6",
  52. "not Explorer <= 11"
  53. ],
  54. "dependencies": {
  55. "@babel/polyfill": "7.12.1",
  56. "@popperjs/core": "2.10.1",
  57. "bootstrap": "5.1.1",
  58. "chart.js": "2.9.4",
  59. "feather-icons": "4.28.0",
  60. "flatpickr": "4.6.9",
  61. "jsvectormap": "1.3.3",
  62. "simplebar": "5.3.6"
  63. },
  64. "devDependencies": {
  65. "@babel/core": "7.15.5",
  66. "@babel/plugin-syntax-dynamic-import": "7.8.3",
  67. "@babel/preset-env": "7.15.6",
  68. "@babel/register": "7.15.3",
  69. "autoprefixer": "10.3.6",
  70. "babel-eslint": "10.1.0",
  71. "babel-loader": "8.2.2",
  72. "copy-webpack-plugin": "9.0.1",
  73. "cross-env": "7.0.3",
  74. "css-loader": "6.3.0",
  75. "css-minimizer-webpack-plugin": "3.0.2",
  76. "eslint": "7.32.0",
  77. "file-loader": "6.2.0",
  78. "filemanager-webpack-plugin": "6.1.7",
  79. "hard-source-webpack-plugin": "0.13.1",
  80. "mini-css-extract-plugin": "2.3.0",
  81. "node-sass": "6.0.1",
  82. "postcss-loader": "6.1.1",
  83. "sass-loader": "12.1.0",
  84. "terser-webpack-plugin": "5.2.4",
  85. "url-loader": "4.1.1",
  86. "webpack": "5.55.1",
  87. "webpack-cli": "4.8.0",
  88. "webpack-dev-server": "4.3.0"
  89. }
  90. }