package.json 1.9 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364
  1. {
  2. "name": "grav-admin",
  3. "version": "1.0.0",
  4. "description": "Grav Admin",
  5. "repository": "https://github.com/getgrav/grav-admin",
  6. "main": "app/main.js",
  7. "scripts": {
  8. "watch": "webpack --mode development --watch --progress --color --mode development --config webpack.conf.js",
  9. "prod": "webpack --mode production --config webpack.conf.js"
  10. },
  11. "author": "Trilby Media, LLC",
  12. "license": "MIT",
  13. "dependencies": {
  14. "babel-loader": "^8.2.3",
  15. "buffer": "^6.0.3",
  16. "chartist": "0.11.4",
  17. "codemirror": "^5.65.1",
  18. "debounce": "^1.2.1",
  19. "dropzone": "^5.9.3",
  20. "eonasdan-bootstrap-datetimepicker": "^4.17.49",
  21. "eventemitter3": "^4.0.7",
  22. "events": "^3.3.0",
  23. "exif-js": "^2.3.0",
  24. "immutable": "^4.0.0",
  25. "immutablediff": "^0.4.4",
  26. "js-yaml": "^4.1.0",
  27. "mout": "^1.2.3",
  28. "popper.js": "^1.14.4",
  29. "rangetouch": "^2.0.1",
  30. "remodal": "^1.1.1",
  31. "selectize": "^0.12.6",
  32. "simplebar": "^5.3.6",
  33. "sortablejs": "^1.14.0",
  34. "speakingurl": "^14.0.1",
  35. "toastr": "^2.1.4",
  36. "watchjs": "0.0.0",
  37. "whatwg-fetch": "^3.6.2"
  38. },
  39. "devDependencies": {
  40. "@babel/core": "^7.17.0",
  41. "@babel/plugin-proposal-class-properties": "^7.16.7",
  42. "@babel/plugin-proposal-json-strings": "^7.16.7",
  43. "@babel/plugin-proposal-object-rest-spread": "^7.16.7",
  44. "@babel/plugin-syntax-dynamic-import": "^7.8.3",
  45. "@babel/plugin-syntax-import-meta": "^7.10.4",
  46. "@babel/polyfill": "^7.12.1",
  47. "@babel/preset-env": "^7.16.11",
  48. "@babel/register": "^7.17.0",
  49. "css-loader": "^6.6.0",
  50. "eslint": "^8.8.0",
  51. "eslint-webpack-plugin": "^3.1.1",
  52. "exports-loader": "^3.1.0",
  53. "imports-loader": "^3.1.1",
  54. "json-loader": "^0.5.7",
  55. "minimist": "^1.2.5",
  56. "style-loader": "^3.3.1",
  57. "terser-webpack-plugin": "^5.3.1",
  58. "webpack": "^5.68.0",
  59. "webpack-cli": "^4.9.2"
  60. },
  61. "resolutions": {
  62. "minimist": "^1.2.5"
  63. }
  64. }