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.
 
 
 
 
 
 

45 rivejä
1.1 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": "Frappé 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. "cookie": "^0.3.1",
  20. "express": "^4.16.2",
  21. "frappe-datatable": "frappe/datatable",
  22. "frappe-gantt": "^0.1.0",
  23. "fuse": "^0.4.0",
  24. "fuse.js": "^3.2.0",
  25. "moment": "^2.20.1",
  26. "redis": "^2.8.0",
  27. "showdown": "^1.8.6",
  28. "socket.io": "^2.0.4",
  29. "superagent": "^3.8.2",
  30. "touch": "^3.1.0"
  31. },
  32. "devDependencies": {
  33. "babel-runtime": "^6.26.0",
  34. "chalk": "^2.3.2",
  35. "less": "^3.0.1",
  36. "rollup": "^0.55.3",
  37. "rollup-plugin-buble": "^0.19.2",
  38. "rollup-plugin-commonjs": "^8.3.0",
  39. "rollup-plugin-multi-entry": "^2.0.2",
  40. "rollup-plugin-node-resolve": "^3.0.2",
  41. "rollup-plugin-postcss": "^1.4.0",
  42. "rollup-plugin-uglify": "^3.0.0"
  43. }
  44. }