Non puoi selezionare più di 25 argomenti Gli argomenti devono iniziare con una lettera o un numero, possono includere trattini ('-') e possono essere lunghi fino a 35 caratteri.
 
 
 
 
 
 

65 righe
1.8 KiB

  1. {
  2. "name": "frappe",
  3. "scripts": {
  4. "build": "node rollup/build.js",
  5. "production": "FRAPPE_ENV=production node rollup/build.js",
  6. "watch": "node rollup/watch.js",
  7. "cypress:run": "cypress run --record --key 4a48f41c-11b3-425b-aa88-c58048fa69eb",
  8. "cypress:open": "cypress open"
  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. "homepage": "https://frappe.io",
  20. "dependencies": {
  21. "ace-builds": "^1.4.1",
  22. "awesomplete": "^1.1.2",
  23. "bootstrap": "^4.3.1",
  24. "cookie": "^0.3.1",
  25. "express": "^4.16.2",
  26. "fast-deep-equal": "^2.0.1",
  27. "frappe-charts": "^1.3.0",
  28. "frappe-datatable": "^1.14.0",
  29. "frappe-gantt": "^0.1.0",
  30. "fuse.js": "^3.2.0",
  31. "highlight.js": "^9.12.0",
  32. "js-sha256": "^0.9.0",
  33. "jsbarcode": "^3.9.0",
  34. "moment": "^2.20.1",
  35. "moment-timezone": "^0.5.21",
  36. "quagga": "^0.12.1",
  37. "quill": "2.0.0-dev.2",
  38. "qz-tray": "^2.0.8",
  39. "redis": "^2.8.0",
  40. "showdown": "^1.8.6",
  41. "socket.io": "^2.0.4",
  42. "superagent": "^3.8.2",
  43. "touch": "^3.1.0",
  44. "vue": "^2.6.8",
  45. "vue-router": "^2.0.0"
  46. },
  47. "devDependencies": {
  48. "babel-runtime": "^6.26.0",
  49. "chalk": "^2.3.2",
  50. "cypress": "^3.1.1",
  51. "cypress-file-upload": "^3.1.0",
  52. "less": "^3.0.4",
  53. "node-sass": "^4.12.0",
  54. "rollup": "^1.2.2",
  55. "rollup-plugin-buble": "^0.19.2",
  56. "rollup-plugin-commonjs": "^8.3.0",
  57. "rollup-plugin-multi-entry": "^2.0.2",
  58. "rollup-plugin-node-resolve": "^4.0.1",
  59. "rollup-plugin-postcss": "^2.0.3",
  60. "rollup-plugin-terser": "^4.0.4",
  61. "rollup-plugin-vue": "4.2.0",
  62. "vue-template-compiler": "^2.6.8"
  63. }
  64. }