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.
 
 
 
 
 
 

40 line
1019 B

  1. {
  2. "name": "frappe",
  3. "scripts": {
  4. "build": "rollup -c --silent",
  5. "production": "FRAPPE_ENV=production rollup -c",
  6. "watch": "rollup -c -w"
  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. "moment": "^2.20.1",
  23. "redis": "^2.8.0",
  24. "showdown": "^1.8.6",
  25. "socket.io": "^2.0.4",
  26. "superagent": "^3.8.2",
  27. "touch": "^3.1.0"
  28. },
  29. "devDependencies": {
  30. "babel-runtime": "^6.26.0",
  31. "rollup": "^0.55.3",
  32. "rollup-plugin-buble": "^0.19.2",
  33. "rollup-plugin-commonjs": "^8.3.0",
  34. "rollup-plugin-less": "^0.1.3",
  35. "rollup-plugin-multi-entry": "^2.0.2",
  36. "rollup-plugin-node-resolve": "^3.0.2",
  37. "rollup-plugin-uglify": "^3.0.0"
  38. }
  39. }