You can not select more than 25 topics Topics must start with a chinese character,a letter or number, can include dashes ('-') and can be up to 35 characters long.

package.json 1.9 kB

6 years ago
6 years ago
6 years ago
6 years ago
6 years ago
123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869
  1. {
  2. "name": "nightingale-web",
  3. "version": "0.1.0",
  4. "description": "",
  5. "engines": {
  6. "node": ">= 8.0.0",
  7. "npm": ">= 6.0.0"
  8. },
  9. "scripts": {
  10. "dev": "npm run start",
  11. "start": "fetk run devServer",
  12. "build": "rm -rf ../pub && fetk run build",
  13. "dll": "fetk run dll",
  14. "lint": "fetk run lint"
  15. },
  16. "dependencies": {
  17. "@d3-charts/ts-graph": "~0.1.15",
  18. "@hot-loader/react-dom": "^16.8.6",
  19. "@umijs/hooks": "^1.9.2",
  20. "ace-builds": "^1.4.11",
  21. "antd": "^3.24.0",
  22. "classnames": "^2.2.6",
  23. "color": "^3.1.0",
  24. "d3": "^4.13.0",
  25. "highlight.js": "^9.13.1",
  26. "immutability-helper": "^2.9.0",
  27. "jquery": "^3.0.0",
  28. "lodash": "^4.17.11",
  29. "moment": "2.x",
  30. "numeral": "^2.0.6",
  31. "prop-types": "15.x",
  32. "pubsub-js": "^1.7.0",
  33. "query-string": "^5.0.1",
  34. "rc-notification": "^3.3.1",
  35. "react": "16.x",
  36. "react-ace": "^8.1.0",
  37. "react-addons-update": "^15.6.2",
  38. "react-copy-to-clipboard": "^5.0.1",
  39. "react-dnd": "^7.4.5",
  40. "react-dnd-html5-backend": "^7.4.4",
  41. "react-dom": "^16.8.6",
  42. "react-highlight": "^0.12.0",
  43. "react-hot-loader": "^4.8.7",
  44. "react-intl": "^4.2.2",
  45. "react-router-dom": "4.x",
  46. "react-sortable-hoc": "^1.8.3",
  47. "react-syntax-highlighter": "^7.0.4",
  48. "xlsx": "^0.14.1"
  49. },
  50. "devDependencies": {
  51. "@babel/core": "^7.5.5",
  52. "@types/classnames": "^2.2.9",
  53. "@types/color": "^3.0.1",
  54. "@types/lodash": "^4.14.149",
  55. "@types/numeral": "0.0.26",
  56. "@types/pubsub-js": "^1.5.18",
  57. "@types/query-string": "^5.1.0",
  58. "@types/react-dom": "^16.9.5",
  59. "@types/react-router-dom": "^5.1.3",
  60. "babel-eslint": "^10.0.2",
  61. "babel-plugin-import": "^1.12.0",
  62. "eslint": "^5.3.0",
  63. "eslint-config-airbnb": "^17.1.1",
  64. "eslint-plugin-import": "^2.18.2",
  65. "eslint-plugin-jsx-a11y": "^6.2.3",
  66. "eslint-plugin-react": "^7.14.3",
  67. "fetk": "^0.2.4"
  68. }
  69. }