{
    "name": "com.example.mymodule",
    "version": "0.1.0",
    "main": "./src/index.tsx",
    "private": true,
    "license": "DOOSAN",
    "scripts": {
        "test": "echo \"Error: no test specified\" && exit 1",
        "lint": "eslint --ext .ts,.tsx src",
        "build": "node esbuild.config.js"
    },
    "devDependencies": {
        "@babel/core": "^7.16.7",
        "@babel/preset-env": "^7.16.7",
        "@babel/preset-react": "^7.16.7",
        "@babel/preset-typescript": "^7.16.7",
        "@babel/plugin-syntax-flow": "^7.14.5",
        "@babel/plugin-transform-react-jsx": "^7.14.9",
        "@emotion/react": "^11.7.1",
        "@emotion/styled": "^11.6.0",
        "@mui/icons-material": "^5.6.1",
        "@mui/material": "^5.2.7",
        "@svgr/webpack": "^6.2.1",
        "@types/react-dom": "^17.0.11",
        "@types/react-router-dom": "^5.3.2",
        "adm-zip": "^0.5.9",
        "babel-loader": "^8.2.3",
        "css-loader": "^6.5.1",
        "dart-api": "file:./libs/dart-api",
        "fs-extra": "^10.0.0",
        "i18next": "^21.8.14",
        "javascript-obfuscator": "^4.1.0",
        "json-loader": "^0.5.7",
        "postcss-modules": "^6.0.0",
        "react": "^17.0.2",
        "react-dom": "^17.0.2",
        "react-i18next": "^11.18.3",
        "react-redux": "^7.2.6",
        "sass": "^1.54.4",
        "sass-loader": "^12.4.0",
        "style-loader": "^3.3.1",
        "typescript": "^4.5.4",
        "esbuild": "^0.19.3",
        "esbuild-plugin-svgr": "^2.1.0",
        "esbuild-sass-plugin": "^2.15.0",
        "eslint": "^8.13.0",
        "eslint-config-airbnb": "^19.0.4",
        "eslint-config-airbnb-base": "^15.0.0",
        "eslint-plugin-import": "^2.25.3",
        "eslint-plugin-jsx-a11y": "^6.5.1",
        "eslint-plugin-react-hooks": "^4.3.0",
        "eslint-config-prettier": "^8.5.0",
        "eslint-plugin-prettier": "^4.0.0",
        "eslint-plugin-react": "^7.29.4",
        "eslint-webpack-plugin": "^3.1.1",
        "@typescript-eslint/eslint-plugin": "^5.19.0",
        "@typescript-eslint/parser": "^5.19.0",
        "prettier": "^2.6.2"
    }
}