通用评论

package.json 1.6KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960
  1. {
  2. "name": "comment",
  3. "version": "1.0.0",
  4. "main": "lib/App.js",
  5. "description": "通用评论",
  6. "keywords": [
  7. "评论"
  8. ],
  9. "author": "node",
  10. "email": "nodejh@qq.com",
  11. "homepage": "https://git.links123.net/npm/comment",
  12. "bugs": {
  13. "url": "https://git.links123.net/npm/comment/issues"
  14. },
  15. "private": true,
  16. "dependencies": {
  17. "antd": "^3.6.6",
  18. "axios": "^0.18.0",
  19. "dayjs": "^1.7.2",
  20. "prop-types": "^15.6.2",
  21. "react": "^16.4.1",
  22. "react-dom": "^16.4.1",
  23. "react-intl-universal": "^1.15.2",
  24. "react-scripts": "1.1.4",
  25. "shortid": "^2.2.11"
  26. },
  27. "lint-staged": {
  28. "src/**/*.{js,jsx,json,css,less}": [
  29. "prettier --write",
  30. "git add"
  31. ]
  32. },
  33. "scripts": {
  34. "precommit": "lint-staged",
  35. "prettier": "prettier --single-quote --trailing-comma=es5 --write 'src/**/*.{js,jsx,json,css,less}'",
  36. "start": "react-app-rewired start",
  37. "build": "react-app-rewired build",
  38. "test": "react-app-rewired test --env=jsdom",
  39. "eject": "react-scripts eject",
  40. "lib": "babel ./src --out-dir ./lib --source-maps --copy-files"
  41. },
  42. "devDependencies": {
  43. "babel-cli": "^6.26.0",
  44. "babel-plugin-import": "^1.8.0",
  45. "babel-plugin-transform-object-rest-spread": "^6.26.0",
  46. "babel-preset-env": "^1.7.0",
  47. "babel-preset-react": "^6.24.1",
  48. "husky": "^0.14.3",
  49. "lint-staged": "^7.2.0",
  50. "node-sass": "^4.9.4",
  51. "prettier": "^1.13.7",
  52. "react-app-rewire-css-modules": "codebandits/react-app-rewire-css-modules",
  53. "react-app-rewire-less": "^2.1.3",
  54. "react-app-rewire-less-modules": "^1.3.0",
  55. "react-app-rewired": "^1.5.2",
  56. "sass-loader": "^7.1.0"
  57. },
  58. "license": "MIT"
  59. }