通用评论

package.json 1.8KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364
  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.19.3",
  18. "axios": "^0.18.0",
  19. "dayjs": "^1.7.2",
  20. "js-cookie": "^2.2.0",
  21. "prop-types": "^15.6.2",
  22. "react": "^16.4.1",
  23. "react-dom": "^16.4.1",
  24. "react-intl-universal": "^1.15.2",
  25. "react-scripts": "1.1.4",
  26. "shortid": "^2.2.11",
  27. "webpack-version-file-plugin": "^0.3.3"
  28. },
  29. "lint-staged": {
  30. "src/**/*.{js,jsx,json,css,less}": [
  31. "prettier --write",
  32. "git add"
  33. ]
  34. },
  35. "scripts": {
  36. "precommit": "lint-staged",
  37. "prettier": "prettier --single-quote --trailing-comma=es5 --write 'src/**/*.{js,jsx,json,css,less}'",
  38. "start": "cross-env PORT=3001 react-app-rewired start",
  39. "build": "react-app-rewired build",
  40. "test": "react-app-rewired test --env=jsdom",
  41. "eject": "react-scripts eject",
  42. "lib": "babel ./src --out-dir ./lib --source-maps --copy-files"
  43. },
  44. "devDependencies": {
  45. "cross-env": "^5.2.0",
  46. "babel-cli": "^6.26.0",
  47. "babel-plugin-import": "^1.8.0",
  48. "babel-plugin-transform-object-rest-spread": "^6.26.0",
  49. "babel-preset-env": "^1.7.0",
  50. "babel-preset-es2015": "^6.24.1",
  51. "babel-preset-react": "^6.24.1",
  52. "husky": "^0.14.3",
  53. "lint-staged": "^7.2.0",
  54. "node-sass": "^4.9.4",
  55. "prettier": "^1.13.7",
  56. "react-app-rewire-css-modules": "codebandits/react-app-rewire-css-modules",
  57. "react-app-rewire-less": "^2.1.3",
  58. "react-app-rewire-less-modules": "^1.3.0",
  59. "react-app-rewired": "^1.5.2",
  60. "sass-loader": "^7.1.0"
  61. },
  62. "license": "MIT"
  63. }