Skip to content
Snippets Groups Projects
Select Git revision
  • 04d924b0a70df924930202aeb8c71a320e63c729
  • main default
2 results

package.json

Blame
  • user avatar
    Antoine Gaudron-desjardins authored
    04d924b0
    History
    This project manages its dependencies using npm. Learn more
    package.json 985 B
    {
      "name": "frontend",
      "version": "0.1.0",
      "private": true,
      "dependencies": {
        "@testing-library/jest-dom": "^5.16.4",
        "@testing-library/react": "^13.2.0",
        "@testing-library/user-event": "^14.2.0",
        "axios": "^0.27.2",
        "bootstrap": "^5.1.3",
        "eslint": "^8.18.0",
        "history": "^5.3.0",
        "react": "^18.1.0",
        "react-bootstrap": "^2.4.0",
        "react-dom": "^18.1.0",
        "react-helmet": "^6.1.0",
        "react-router-dom": "^6.3.0",
        "react-scripts": "5.0.1",
        "react-spring": "^9.4.5"
      },
      "scripts": {
        "start": "react-scripts start",
        "build": "CI=false && react-scripts build",
        "test": "react-scripts test",
        "eject": "react-scripts eject"
      },
      "eslintConfig": {
        "extends": "react-app"
      },
      "browserslist": {
        "production": [
          ">0.2%",
          "not dead",
          "not op_mini all"
        ],
        "development": [
          "last 1 chrome version",
          "last 1 firefox version",
          "last 1 safari version"
        ]
      }
    }