cscg24-guacamole

CSCG 2024 Challenge 'Guacamole Mashup'
git clone https://git.sinitax.com/sinitax/cscg24-guacamole
Log | Files | Refs | sfeed.txt

package.json (1226B)


      1{
      2    "name": "guac_frontend",
      3    "version": "0.1.0",
      4    "private": true,
      5    "dependencies": {
      6      "@testing-library/jest-dom": "^5.17.0",
      7      "@testing-library/react": "^13.4.0",
      8      "@testing-library/user-event": "^13.5.0",
      9      "buffer": "npm:buffer@6.0.3",
     10      "crypto": "npm:crypto-browserify@3.12.0",
     11      "guacamole-common-js": "^1.5.0",
     12      "node-polyfill-webpack-plugin": "^3.0.0",
     13      "react": "^18.2.0",
     14      "react-dom": "^18.2.0",
     15      "react-scripts": "5.0.1",
     16      "stream": "npm:stream-browserify@3.0.0",
     17      "util": "npm:util@0.12.5",
     18      "web-vitals": "^2.1.4"
     19    },
     20    "scripts": {
     21      "start": "react-scripts start",
     22      "build": "GENERATE_SOURCEMAP=false react-scripts build",
     23      "test": "react-scripts test",
     24      "eject": "react-scripts eject"
     25    },
     26    "eslintConfig": {
     27      "extends": [
     28        "react-app",
     29        "react-app/jest"
     30      ]
     31    },
     32    "browserslist": {
     33      "production": [
     34        ">0.2%",
     35        "not dead",
     36        "not op_mini all"
     37      ],
     38      "development": [
     39        "last 1 chrome version",
     40        "last 1 firefox version",
     41        "last 1 safari version"
     42      ]
     43    },
     44    "devDependencies": {
     45      "dotenv": "^16.4.2"
     46    }
     47  }
     48