25개 이상의 토픽을 선택하실 수 없습니다. Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 
 
 
 

58 lines
1.6 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 14ddd919-b01f-4d5f-b9d1-5af54d34c7f3",
  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. "cookie": "^0.3.1",
  24. "express": "^4.16.2",
  25. "frappe-datatable": "^1.8.0",
  26. "frappe-gantt": "^0.1.0",
  27. "fuse.js": "^3.2.0",
  28. "highlight.js": "^9.12.0",
  29. "jsbarcode": "^3.9.0",
  30. "moment": "^2.20.1",
  31. "moment-timezone": "^0.5.21",
  32. "quill": "2.0.0-dev.2",
  33. "redis": "^2.8.0",
  34. "showdown": "^1.8.6",
  35. "socket.io": "^2.0.4",
  36. "superagent": "^3.8.2",
  37. "touch": "^3.1.0",
  38. "vue": "^2.5.17",
  39. "vue-router": "^2.0.0"
  40. },
  41. "devDependencies": {
  42. "babel-runtime": "^6.26.0",
  43. "chalk": "^2.3.2",
  44. "cypress": "^3.1.1",
  45. "less": "^3.0.4",
  46. "node-sass": "^4.9.0",
  47. "rollup": "^0.65.0",
  48. "rollup-plugin-buble": "^0.19.2",
  49. "rollup-plugin-commonjs": "^8.3.0",
  50. "rollup-plugin-multi-entry": "^2.0.2",
  51. "rollup-plugin-node-resolve": "^3.0.2",
  52. "rollup-plugin-postcss": "^1.4.0",
  53. "rollup-plugin-uglify": "^3.0.0",
  54. "rollup-plugin-vue": "4.2.0",
  55. "vue-template-compiler": "^2.5.17"
  56. }
  57. }