通用评论

package.json 1.9KB

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