package.json 1.5 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354
  1. {
  2. "name": "modularity-front",
  3. "version": "0.2.3",
  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. "cross-env": "^5.2.0",
  24. "babel-cli": "^6.26.0",
  25. "babel-plugin-transform-object-rest-spread": "^6.26.0",
  26. "babel-preset-env": "^1.7.0",
  27. "babel-preset-es2017": "^6.24.1",
  28. "babel-preset-minify": "^0.5.0",
  29. "babel-preset-react": "^6.24.1",
  30. "react": "^16.6.3",
  31. "react-dom": "^16.6.3",
  32. "react-scripts": "^2.1.5",
  33. "react-transform-catch-errors": "^1.0.2",
  34. "react-transform-hmr": "^1.0.4",
  35. "react-materialize": "^3.0.0"
  36. },
  37. "scripts": {
  38. "start": "react-scripts start",
  39. "build": "rm -rf dist && cross-env NODE_ENV=production babel src --out-dir dist --copy-files --ignore __tests__,spec.js,test.js,__snapshots__",
  40. "build2": "react-scripts build",
  41. "test": "react-scripts test",
  42. "eject": "react-scripts eject",
  43. "lint": "eslint ./src/"
  44. },
  45. "eslintConfig": {
  46. "extends": "react-app"
  47. },
  48. "browserslist": [
  49. ">0.2%",
  50. "not dead",
  51. "not ie <= 11",
  52. "not op_mini all"
  53. ]
  54. }