Du kannst nicht mehr als 25 Themen auswählen Themen müssen entweder mit einem Buchstaben oder einer Ziffer beginnen. Sie können Bindestriche („-“) enthalten und bis zu 35 Zeichen lang sein.
 
 
 
 
 
 

88 Zeilen
2.2 KiB

  1. {
  2. "name": "frappe-framework",
  3. "scripts": {
  4. "build": "node esbuild",
  5. "production": "node esbuild --production",
  6. "watch": "node esbuild --watch",
  7. "snyk-protect": "snyk protect",
  8. "coverage:report": "npx nyc report --reporter=clover"
  9. },
  10. "repository": {
  11. "type": "git",
  12. "url": "git+https://github.com/frappe/frappe.git"
  13. },
  14. "author": "Frappe Technologies Pvt. Ltd.",
  15. "license": "MIT",
  16. "bugs": {
  17. "url": "https://github.com/frappe/frappe/issues"
  18. },
  19. "engines": {
  20. "node": ">=14"
  21. },
  22. "homepage": "https://frappeframework.com",
  23. "dependencies": {
  24. "@cypress/code-coverage": "^3",
  25. "@editorjs/editorjs": "2.20.0",
  26. "@testing-library/cypress": "^8",
  27. "ace-builds": "^1.4.8",
  28. "air-datepicker": "github:frappe/air-datepicker",
  29. "autoprefixer": "^9.8.6",
  30. "awesomplete": "^1.1.5",
  31. "bootstrap": "4.5.0",
  32. "cliui": "^7.0.4",
  33. "cookie": "^0.4.0",
  34. "cropperjs": "^1.5.12",
  35. "cssnano": "^5.0.0",
  36. "cypress": "^6",
  37. "cypress-file-upload": "^5",
  38. "driver.js": "^0.9.8",
  39. "editorjs-undo": "0.1.6",
  40. "express": "^4.17.1",
  41. "fast-deep-equal": "^2.0.1",
  42. "frappe-charts": "^2.0.0-rc13",
  43. "frappe-datatable": "^1.16.1",
  44. "frappe-gantt": "^0.6.0",
  45. "fuse.js": "^3.4.6",
  46. "highlight.js": "^10.4.1",
  47. "html5-qrcode": "^2.0.11",
  48. "jquery": "3.6.0",
  49. "js-sha256": "^0.9.0",
  50. "jsbarcode": "^3.9.0",
  51. "localforage": "^1.9.0",
  52. "moment": "^2.20.1",
  53. "moment-timezone": "^0.5.28",
  54. "node-sass": "^7.0.0",
  55. "plyr": "^3.6.2",
  56. "popper.js": "^1.16.0",
  57. "quagga": "^0.12.1",
  58. "quill": "2.0.0-dev.4",
  59. "quill-image-resize": "^3.0.9",
  60. "quill-magic-url": "^3.0.0",
  61. "qz-tray": "^2.0.8",
  62. "redis": "^3.1.1",
  63. "showdown": "^1.9.1",
  64. "snyk": "^1.685.0",
  65. "socket.io": "^2.4.0",
  66. "superagent": "^3.8.2",
  67. "touch": "^3.1.0",
  68. "vue": "2.6.12",
  69. "vue-router": "^2.0.0",
  70. "vuedraggable": "^2.24.3"
  71. },
  72. "devDependencies": {
  73. "chalk": "^2.3.2",
  74. "esbuild": "^0.11.21",
  75. "esbuild-plugin-postcss2": "^0.0.9",
  76. "esbuild-vue": "^0.2.0",
  77. "fast-glob": "^3.2.5",
  78. "launch-editor": "^2.2.1",
  79. "md5": "^2.3.0",
  80. "rtlcss": "^3.2.1",
  81. "yargs": "^16.2.0"
  82. },
  83. "snyk": true,
  84. "nyc": {
  85. "report-dir": ".cypress-coverage"
  86. }
  87. }