package.json 876 B

1234567891011121314151617181920212223242526272829303132333435363738
  1. {
  2. "name": "front-models",
  3. "version": "0.1.0",
  4. "private": true,
  5. "dependencies": {
  6. "ace-builds": "^1.4.12",
  7. "graphql-request": "^1.8.2",
  8. "mdast": "git+ssh://git@gitlab.a-level.com.ua:gitgod/mdast.git",
  9. "react": "^16.8.6",
  10. "react-ace": "^9.1.3",
  11. "react-dom": "^16.8.6",
  12. "react-dropzone": "^11.0.1",
  13. "react-scripts": "3.0.1",
  14. "react-select": "^3.1.0",
  15. "react-sortable-hoc": "^1.11.0"
  16. },
  17. "scripts": {
  18. "start": "react-scripts start",
  19. "build": "react-scripts build",
  20. "test": "react-scripts test",
  21. "eject": "react-scripts eject"
  22. },
  23. "eslintConfig": {
  24. "extends": "react-app"
  25. },
  26. "browserslist": {
  27. "production": [
  28. ">0.2%",
  29. "not dead",
  30. "not op_mini all"
  31. ],
  32. "development": [
  33. "last 1 chrome version",
  34. "last 1 firefox version",
  35. "last 1 safari version"
  36. ]
  37. }
  38. }