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.
 
 
 
 
 
 

55 regels
1.4 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. },
  8. "repository": {
  9. "type": "git",
  10. "url": "git+https://github.com/frappe/frappe.git"
  11. },
  12. "author": "Frappe Technologies Pvt. Ltd.",
  13. "license": "MIT",
  14. "bugs": {
  15. "url": "https://github.com/frappe/frappe/issues"
  16. },
  17. "homepage": "https://frappe.io",
  18. "dependencies": {
  19. "awesomplete": "^1.1.2",
  20. "cookie": "^0.3.1",
  21. "express": "^4.16.2",
  22. "frappe-datatable": "^1.2.0",
  23. "frappe-gantt": "^0.1.0",
  24. "fuse.js": "^3.2.0",
  25. "highlight.js": "^9.12.0",
  26. "jsbarcode": "^3.9.0",
  27. "moment": "^2.20.1",
  28. "moment-timezone": "^0.5.21",
  29. "quill": "^1.3.6",
  30. "quill-image-drop-module": "^1.0.3",
  31. "quill-mention": "^2.0.2",
  32. "redis": "^2.8.0",
  33. "showdown": "^1.8.6",
  34. "socket.io": "^2.0.4",
  35. "superagent": "^3.8.2",
  36. "touch": "^3.1.0",
  37. "vue": "^2.5.17"
  38. },
  39. "devDependencies": {
  40. "babel-runtime": "^6.26.0",
  41. "chalk": "^2.3.2",
  42. "less": "^3.0.4",
  43. "node-sass": "^4.9.0",
  44. "rollup": "^0.65.0",
  45. "rollup-plugin-buble": "^0.19.2",
  46. "rollup-plugin-commonjs": "^8.3.0",
  47. "rollup-plugin-multi-entry": "^2.0.2",
  48. "rollup-plugin-node-resolve": "^3.0.2",
  49. "rollup-plugin-postcss": "^1.4.0",
  50. "rollup-plugin-uglify": "^3.0.0",
  51. "rollup-plugin-vue": "^4.3.2",
  52. "vue-template-compiler": "^2.5.17"
  53. }
  54. }