package.json 1.4 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152
  1. {
  2. "name": "modularity-front",
  3. "version": "0.3.2",
  4. "private": true,
  5. "main": "./dist/lib/exports.js",
  6. "dependencies": {
  7. "@fortawesome/fontawesome-svg-core": "^1.2.13",
  8. "@fortawesome/free-solid-svg-icons": "^5.7.0",
  9. "@fortawesome/react-fontawesome": "^0.1.4",
  10. "http-proxy-middleware": "^0.19.1",
  11. "jquery": "^3.3.1",
  12. "navigo": "^7.1.2",
  13. "popper.js": "^1.14.7",
  14. "react-json-view": "^1.19.1"
  15. },
  16. "peerDependencies": {
  17. "react": "^16.8.4",
  18. "react-scripts": "^2.1.5",
  19. "react-dom": "^16.8.1",
  20. "react-materialize": "^3.0.0"
  21. },
  22. "devDependencies": {
  23. "@babel/cli": "^7.4.4",
  24. "@babel/core": "^7.4.3",
  25. "@babel/preset-env": "^7.4.3",
  26. "@babel/preset-react": "^7.0.0",
  27. "cross-env": "^5.2.0",
  28. "react": "^16.6.3",
  29. "react-dom": "^16.6.3",
  30. "react-scripts": "^2.1.5",
  31. "react-transform-catch-errors": "^1.0.2",
  32. "react-transform-hmr": "^1.0.4",
  33. "react-materialize": "^3.0.0"
  34. },
  35. "scripts": {
  36. "start": "react-scripts start",
  37. "build": "rm -rf dist && cross-env NODE_ENV=production babel src --out-dir dist --copy-files --ignore __tests__,spec.js,test.js,__snapshots__",
  38. "build2": "react-scripts build",
  39. "test": "react-scripts test",
  40. "eject": "react-scripts eject",
  41. "lint": "eslint ./src/"
  42. },
  43. "eslintConfig": {
  44. "extends": "react-app"
  45. },
  46. "browserslist": [
  47. ">0.2%",
  48. "not dead",
  49. "not ie <= 11",
  50. "not op_mini all"
  51. ]
  52. }