{
    "name": "@deuna/vault-widget",
    "private": false,
    "version": "0.0.1-rc.5",
    "scripts": {
        "dev": "vite",
        "build": "tsc && vite build",
        "login": "aws codeartifact login --tool npm --repository web-packages --domain getduna-com --domain-owner 661995054732 --namespace @duna --region us-east-2",
        "preview": "vite preview",
        "test": "vitest",
        "coverage": "vitest run --coverage",
        "lint": "eslint . --ext .ts ./src",
        "lint:fix": "eslint . --ext .ts ./src --fix",
        "publisher": "node ./node_modules/@deuna/publisher-cli/bin/index.js build -bp build.zip -dp ./dist -fn vault-widget -v 0.0.1 -env staging",
        "post-build": "node scripts/copyTypes.js",
        "postinstall": "npm install @deuna/checkout-core@file:./@deuna/chekout-core && npm install @deuna/paymentmethods-pattern@file:./@deuna/paymentmethods-pattern && npm install @deuna/components@file:./@deuna/components && npm install @deuna/theme@file:./@deuna/theme && npm install @deuna/checkout-sdk@file:./@deuna/checkout-sdk && npm install @deuna/utilities-patterns@file:./@deuna/utilities-patterns && npm install @deuna/widget-framework@file:./@deuna/widget-framework"
    },
    "dependencies": {
        "@deuna/publisher-cli": "^0.0.1",
        "axios": "^1.2.1",
        "react": "18.2.0",
        "react-dom": "18.2.0",
        "vite-tsconfig-paths": "^4.0.1",
        "baseui": "^12.2.0",
        "dayjs": "1.11.5",
        "@deuna/checkout-core": "file:./@deuna/checkout-core",
        "@deuna/components": "file:./@deuna/components",
        "@deuna/theme": "file:./@deuna/theme",
        "@deuna/checkout-sdk": "file:./@deuna/checkout-sdk",
        "@deuna/utilities-patterns": "file:./@deuna/utilities-patterns",
        "@deuna/widget-framework": "file:./@deuna/widget-framework",
        "@deuna/paymentmethods-pattern": "file:./@deuna/paymentmethods-pattern"
    },
    "devDependencies": {
        "@testing-library/jest-dom": "^5.16.5",
        "@testing-library/react": "^14.0.0",
        "@types/prettier": "^2.7.1",
        "@types/react": "18.0.2",
        "@types/react-dom": "18.0.2",
        "@typescript-eslint/eslint-plugin": "^5.59.9",
        "@typescript-eslint/parser": "^5.59.9",
        "@vitejs/plugin-react": "^2.2.0",
        "@vitest/coverage-istanbul": "^0.32.2",
        "esbuild": "^0.17.19",
        "eslint": "^8.42.0",
        "eslint-config-airbnb-typescript": "^17.0.0",
        "eslint-config-prettier": "^8.5.0",
        "eslint-plugin-import": "^2.26.0",
        "eslint-plugin-prettier": "^4.2.1",
        "eslint-plugin-react": "^7.32.2",
        "eslint-plugin-react-hooks": "^4.6.0",
        "fs-extra": "^10.0.0",
        "i18next": "20.3.0",
        "jsdom": "^22.1.0",
        "prettier": "^2.7.1",
        "react": "18.2.0",
        "react-dom": "18.2.0",
        "react-i18next": "11.9.0",
        "react-query": "3.39.2",
        "shadow-dom-testing-library": "^1.11.0",
        "typescript": "^4.6.4",
        "vite": "^3.2.3",
        "vite-tsconfig-paths": "^4.0.1",
        "vitest": "^0.32.2",
        "vitest-axe": "^0.1.0"
    }
}