Skip to content
Snippets Groups Projects
Select Git revision
  • b8b4071b830ee53cc48564ba52a5c676f42daa6b
  • master default protected
  • performance_fix
  • fix-performance
  • feat-add_docker
5 results

package.json

Blame
  • This project manages its dependencies using npm. Learn more
    package.json 974 B
    {
      "name": "deadlock-vitrine",
      "version": "0.1.0",
      "private": true,
      "dependencies": {
        "@ant-design/icons": "^4.6.2",
        "@testing-library/jest-dom": "^5.11.4",
        "@testing-library/react": "^11.1.0",
        "@testing-library/user-event": "^12.1.10",
        "antd": "^4.16.6",
        "node-sass": "^6.0.1",
        "react": "^17.0.2",
        "react-dom": "^17.0.2",
        "react-intersection-observer": "^8.32.0",
        "react-scripts": "4.0.3",
        "sass": "^1.35.1",
        "web-vitals": "^1.0.1"
      },
      "scripts": {
        "start": "react-scripts start",
        "build": "react-scripts build",
        "test": "react-scripts test",
        "eject": "react-scripts eject"
      },
      "eslintConfig": {
        "extends": [
          "react-app",
          "react-app/jest"
        ]
      },
      "browserslist": {
        "production": [
          ">0.2%",
          "not dead",
          "not op_mini all"
        ],
        "development": [
          "last 1 chrome version",
          "last 1 firefox version",
          "last 1 safari version"
        ]
      }
    }