Skip to content
Snippets Groups Projects
Select Git revision
  • e221f14eb35799516246e2c101e429cb44a9e5ae
  • master default protected
  • patch-12
  • patch-11
  • patch-10
  • patch-9
  • patch-8
  • patch-7
  • patch-6
  • patch-5
  • patch-4
  • patch-3
  • patch-2
  • patch-1
  • sudheer.kumar-master-patch-73633
  • sudheer.kumar-master-patch-44095
  • sudheer.kumar-master-patch-80809
17 results

m2i_uat_web_0.2.307v_May9.zip

Blame
  • Forked from Harish R / icci_m2i_build_sharing
    Source project has a limited visibility.
    package.json 686 B
    {
      "name": "cloud-build-app",
      "private": true,
      "version": "0.0.0",
      "type": "module",
      "scripts": {
        "dev": "vite",
        "build": "tsc -b && vite build",
        "lint": "eslint .",
        "preview": "vite preview"
      },
      "dependencies": {
        "react": "^19.0.0",
        "react-dom": "^19.0.0"
      },
      "devDependencies": {
        "@eslint/js": "^9.22.0",
        "@types/react": "^19.0.10",
        "@types/react-dom": "^19.0.4",
        "@vitejs/plugin-react": "^4.3.4",
        "eslint": "^9.22.0",
        "eslint-plugin-react-hooks": "^5.2.0",
        "eslint-plugin-react-refresh": "^0.4.19",
        "globals": "^16.0.0",
        "typescript": "~5.7.2",
        "typescript-eslint": "^8.26.1",
        "vite": "^6.3.1"
      }
    }