{
    "name": "scope360-core",
    "version": "1.1.43",
    "type": "module",
    "files": [
        "dist",
        "src/styles"
    ],
    "main": "./dist/scope360-core.umd.cjs",
    "module": "./dist/scope360-core.js",
    "style": "dist/style.css",
    "exports": {
        ".": {
            "import": "./dist/scope360-core.js",
            "require": "./dist/scope360-core.umd.cjs"
        },
        "./style.css": "./dist/style.css",
        "./styles/*": "./dist/styles/*"
    },
    "license": "ISC",
    "types": "./dist/index.d.ts",
    "scripts": {
        "start": "vite --port 8005 --host 0.0.0.0",
        "dev": "vite",
        "build": "vue-tsc && vite build",
        "preview": "vite preview",
        "watch:build": "nodemon -e js,ts,vue --watch src --exec npm run build",
        "storybook": "storybook dev -p 6006",
        "build-storybook": "storybook build"
    },
    "dependencies": {
        "@floating-ui/dom": "^1.7.4",
        "@floating-ui/vue": "^1.1.9",
        "@vuepic/vue-datepicker": "^9.0.3",
        "@vueuse/components": "^10.9.0",
        "@vueuse/core": "^10.9.0",
        "js-cookie": "^3.0.5",
        "luxon": "^3.4.4",
        "vite-svg-loader": "^5.1.0",
        "vue": "^3.4.27",
        "vue-multiselect": "^3.0.0-beta.3",
        "vue-sonner": "^2.0.9"
    },
    "devDependencies": {
        "@chromatic-com/storybook": "^5.0.1",
        "@storybook/addon-a11y": "^10.2.15",
        "@storybook/addon-docs": "^10.2.15",
        "@storybook/addon-onboarding": "^10.2.15",
        "@storybook/addon-vitest": "^10.2.15",
        "@storybook/vue3-vite": "^10.2.15",
        "@types/luxon": "^3.4.2",
        "@types/node": "^20.5.1",
        "@vitejs/plugin-vue": "^5.1.2",
        "@vitest/browser-playwright": "^4.0.18",
        "@vitest/coverage-v8": "^4.0.18",
        "nodemon": "^3.1.4",
        "playwright": "^1.58.2",
        "sass": "^1.77.8",
        "storybook": "^10.2.15",
        "typescript": "5.6.2",
        "vite": "^5.4.2",
        "vite-plugin-libcss": "^1.1.1",
        "vite-plugin-static-copy": "^2.3.0",
        "vitest": "^4.0.18",
        "vue-tsc": "^2.0.29"
    }
}
