{
    "name": "eionet2-dashboard",
    "version": "3.2.8",
    "description": "",
    "author": "",
    "scripts": {
        "test": "jest",
        "install:tabs": "cd tabs && npm install",
        "installAll": "npm run install:api & npm run install:tabs",
        "install:api": "cd api && npm install"
    },
    "devDependencies": {
        "@babel/core": "^7.17.12",
        "@babel/preset-env": "^7.17.12",
        "@microsoft/teamsfx-cli": "0.*",
        "jest": "^28.1.0"
    },
    "license": "SEE LICENSE IN LICENSE.md",
    "dependencies": {
        "@emotion/react": "^11.8.1",
        "@emotion/styled": "^11.8.1",
        "@fluentui/react-teams": "^6.0.0",
        "@mui/material": "^5.5.0"
    }
}
