{
    "name": "@xoraia/shop",
    "version": "0.0.66",
    "description": "New Component Library for Xoraia",
    "main": "./dist/index.js",
    "module": "./dist/index.mjs",
    "source": "./src/index.ts",
    "scripts": {
        "start": "tsup --watch",
        "build": "npx auto-version && tsup && npm publish --access public",
        "build-node": "tsup-node && npm publish --access public",
        "inc": "tsup",
        "size": "tsup && size-limit"
    },
    "author": "DRO SARL",
    "license": "MIT",
    "devDependencies": {
        "@dnd-kit/core": "^6.0.5",
        "@dnd-kit/modifiers": "^6.0.0",
        "@dnd-kit/sortable": "^7.0.1",
        "@egjs/flicking-plugins": "^4.4.0",
        "@egjs/react-flicking": "^4.10.3",
        "@emotion/react": "^11.10.5",
        "@emotion/styled": "^11.10.4",
        "@mui/icons-material": "^5.10.9",
        "@mui/material": "^5.10.11",
        "@popperjs/core": "^2.11.6",
        "@size-limit/preset-big-lib": "^8.1.0",
        "@types/lodash": "^4.14.186",
        "@types/node": "^18.8.3",
        "@types/react": "^18.0.21",
        "@types/react-dom": "^18.0.6",
        "auto-version-js": "^0.3.10",
        "lodash": "^4.17.21",
        "nanoid": "^3.0.0",
        "react": "^18.2.0",
        "react-colorful": "^5.6.1",
        "react-dom": "^18.2.0",
        "react-hook-form": "^7.38.0",
        "react-use": "^17.4.0",
        "recoil": "^0.7.6",
        "recoil-persist": "^4.2.0",
        "size-limit": "^8.1.0",
        "tsup": "^6.4.0",
        "typescript": "^4.8.4",
        "use-debounce": "^9.0.2"
    },
    "files": [
        "dist"
    ],
    "peerDependencies": {},
    "size-limit": [
        {
            "path": "dist/*.js"
        }
    ],
    "dependencies": {
        "recoil-undo": "^0.0.7",
        "swr": "^2.0.4"
    }
}