通用评论

package.json 1.7KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061
  1. {
  2. "name": "comment",
  3. "version": "1.0.4",
  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. "webpack-version-file-plugin": "^0.3.3"
  27. },
  28. "lint-staged": {
  29. "src/**/*.{js,jsx,json,css,less}": [
  30. "prettier --write",
  31. "git add"
  32. ]
  33. },
  34. "scripts": {
  35. "precommit": "lint-staged",
  36. "prettier": "prettier --single-quote --trailing-comma=es5 --write 'src/**/*.{js,jsx,json,css,less}'",
  37. "start": "react-app-rewired start",
  38. "build": "react-app-rewired build",
  39. "test": "react-app-rewired test --env=jsdom",
  40. "eject": "react-scripts eject",
  41. "lib": "babel ./src --out-dir ./lib --source-maps --copy-files"
  42. },
  43. "devDependencies": {
  44. "babel-cli": "^6.26.0",
  45. "babel-plugin-import": "^1.8.0",
  46. "babel-plugin-transform-object-rest-spread": "^6.26.0",
  47. "babel-preset-env": "^1.7.0",
  48. "babel-preset-react": "^6.24.1",
  49. "husky": "^0.14.3",
  50. "lint-staged": "^7.2.0",
  51. "node-sass": "^4.9.4",
  52. "prettier": "^1.13.7",
  53. "react-app-rewire-css-modules": "codebandits/react-app-rewire-css-modules",
  54. "react-app-rewire-less": "^2.1.3",
  55. "react-app-rewire-less-modules": "^1.3.0",
  56. "react-app-rewired": "^1.5.2",
  57. "sass-loader": "^7.1.0"
  58. },
  59. "license": "MIT"
  60. }