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.
 
 
 
 
 
 

63 rivejä
1.7 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-datatable": "^1.12.2",
  28. "frappe-gantt": "^0.1.0",
  29. "fuse.js": "^3.2.0",
  30. "highlight.js": "^9.12.0",
  31. "js-sha256": "^0.9.0",
  32. "jsbarcode": "^3.9.0",
  33. "moment": "^2.20.1",
  34. "moment-timezone": "^0.5.21",
  35. "quill": "2.0.0-dev.2",
  36. "qz-tray": "^2.0.8",
  37. "redis": "^2.8.0",
  38. "showdown": "^1.8.6",
  39. "socket.io": "^2.0.4",
  40. "superagent": "^3.8.2",
  41. "touch": "^3.1.0",
  42. "vue": "^2.6.8",
  43. "vue-router": "^2.0.0"
  44. },
  45. "devDependencies": {
  46. "babel-runtime": "^6.26.0",
  47. "chalk": "^2.3.2",
  48. "cypress": "^3.1.1",
  49. "cypress-file-upload": "^3.1.0",
  50. "less": "^3.0.4",
  51. "node-sass": "^4.11.0",
  52. "rollup": "^1.2.2",
  53. "rollup-plugin-buble": "^0.19.2",
  54. "rollup-plugin-commonjs": "^8.3.0",
  55. "rollup-plugin-multi-entry": "^2.0.2",
  56. "rollup-plugin-node-resolve": "^4.0.1",
  57. "rollup-plugin-postcss": "^2.0.3",
  58. "rollup-plugin-terser": "^4.0.4",
  59. "rollup-plugin-vue": "4.2.0",
  60. "vue-template-compiler": "^2.6.8"
  61. }
  62. }