{
    "name": "@energyweb/exchange-ui-core",
    "version": "1.4.2",
    "main": "dist/src/index.js",
    "scripts": {
        "app:build": "yarn config-env && node --max-old-space-size=8192 ./node_modules/webpack/bin/webpack.js --config webpack/prod.config.js",
        "build": "yarn build:static && yarn build:ts",
        "build:static": "mkdir -p ./dist/styles/ && cp -r ./src/styles/*.scss ./dist/styles/",
        "build:ts": "tsc -b tsconfig.json",
        "config-env": "bash env.sh",
        "deploy-storybook": "storybook-to-ghpages",
        "start": "tsc --preserveWatchOutput --watch",
        "start-all": "yarn start",
        "storybook": "start-storybook",
        "lint": "eslint \"src/**/*{.ts,.tsx}\" --quiet",
        "lint-fix": "eslint \"src/**/*{.ts,.tsx}\" --fix",
        "precommit": "lint-staged",
        "prettier": "prettier --write --config-precedence file-override './src/**/*'",
        "clean": "shx rm -rf dist"
    },
    "dependencies": {
        "@date-io/moment": "1.3.13",
        "@energyweb/device-registry": "8.0.2",
        "@energyweb/exchange-client": "0.1.4",
        "@energyweb/exchange-irec-client": "0.0.4",
        "@energyweb/origin-backend-core": "8.0.2",
        "@energyweb/origin-device-registry-irec-form-api-client": "1.0.3",
        "@energyweb/origin-ui-core": "1.14.2",
        "@energyweb/origin-ui-irec-core": "0.2.1",
        "@energyweb/utils-general": "11.0.3",
        "@material-ui/core": "4.11.4",
        "@material-ui/icons": "4.11.2",
        "@material-ui/lab": "4.0.0-alpha.58",
        "@material-ui/pickers": "3.3.10",
        "@unicef/material-ui-currency-textfield": "0.8.6",
        "axios": "0.21.1",
        "connected-react-router": "6.9.1",
        "dayjs": "^1.10.4",
        "ethers": "5.3.1",
        "formik": "2.2.9",
        "formik-material-ui": "3.0.1",
        "formik-material-ui-pickers": "0.0.12",
        "history": "4.10.1",
        "i18next": "20.4.0",
        "lodash": "^4.17.21",
        "moment": "2.29.1",
        "moment-timezone": "0.5.33",
        "react": "17.0.2",
        "react-dom": "17.0.2",
        "react-error-boundary": "3.1.3",
        "react-i18next": "11.11.4",
        "react-redux": "7.2.4",
        "react-router-dom": "5.2.1",
        "redux": "4.1.1",
        "redux-saga": "1.1.3",
        "yup": "0.32.9"
    },
    "devDependencies": {
        "@types/lodash": "4.14.172",
        "@types/mocha": "9.0.0",
        "@types/node": "14.17.12",
        "@types/react": "17.0.19",
        "@types/react-redux": "7.1.18",
        "@types/react-router-dom": "5.1.8",
        "@types/yup": "0.29.13",
        "eslint-plugin-react": "7.25.1",
        "mocha": "9.1.1",
        "typescript": "4.4.2"
    },
    "repository": {
        "type": "git",
        "url": "git+https://github.com/energywebfoundation/origin.git"
    },
    "bugs": {
        "url": "https://github.com/energywebfoundation/origin/issues"
    },
    "author": "EnergyWeb DevHub GmbH",
    "license": "GPL-3.0-or-later",
    "files": [
        "dist"
    ],
    "publishConfig": {
        "access": "public",
        "registry": "https://registry.npmjs.org"
    }
}
