Skip to content
Snippets Groups Projects
Select Git revision
  • 8efc2bc49f43a73120387857aa41f8a472fd3ac0
  • main default
2 results

package.json

  • This project manages its dependencies using npm. Learn more
    package.json 1.22 KiB
    {
      "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",
        "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",
        "lint": "npx eslint ./**/*.{js,jsx}",
        "format": "npx eslint ./**/*.{js,jsx} --fix",
        "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"
        ]
      },
      "devDependencies": {
        "eslint": "^8.19.0",
        "eslint-config-prettier": "^8.5.0",
        "eslint-plugin-prettier": "^4.2.1",
        "eslint-plugin-react": "^7.30.1",
        "prettier": "^2.7.1"
      }
    }