Skip to content
Snippets Groups Projects
Select Git revision
  • c81806af41f5ff23ebd14717313f60e19358349d
  • master default
  • corrections_2023
  • branche-avec-truc-style
  • branche-a-rebase
5 results

fichier_inutile

Blame
  • Forked from ViaRézo / Formations / formation-git
    Source project has a limited visibility.
    package.json 611 B
    {
      "name": "app",
      "version": "0.1.0",
      "private": true,
      "dependencies": {
        "react": "^16.10.2",
        "react-dom": "^16.10.2",
        "react-scripts": "3.2.0"
      },
      "scripts": {
        "start": "react-scripts start",
        "build": "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"
        ]
      }
    }