{
    "name": "astro-web-components-svelte",
    "version": "0.0.1",
    "description": "Astro Web Components Wrapped for Svelte",
    "main": "dist/index.cjs.js",
    "module": "dist/custom-elements/index.js",
    "es2015": "dist/esm/index.mjs",
    "es2017": "dist/esm/index.mjs",
    "types": "dist/custom-elements/index.d.ts",
    "collection": "dist/collection/collection-manifest.json",
    "collection:main": "dist/collection/index.js",
    "unpkg": "dist/astro-web-components-svelte/astro-web-components-svelte.esm.js",
    "files": [
        "dist/",
        "loader/"
    ],
    "scripts": {
        "build.stencil": "stencil build --docs",
        "build.storybook": "build-storybook -s ./dist",
        "build": "npm run build.stencil && npm run build.storybook",
        "generate:icons": "node src/utils/generate-icons.js",
        "prepack": "npm run build",
        "prepare": "husky install",
        "prettier": "prettier --write --loglevel warn .",
        "start.stencil": "stencil build --dev --watch --serve",
        "start.storybook": "start-storybook -p 6006 -s ./dist",
        "start": "concurrently npm:start.stencil npm:start.storybook",
        "test.e2e.run": "concurrently --success=first \"http-server -p 4444 .\" \"cypress run\"",
        "test.e2e.watch": "concurrently --sucess=first \"http-server -p 4444 .\" \"cypress open\"",
        "test.e2e": "npm run build && npm run test.e2e.run",
        "test.unit.watch": "TZ=UTC stencil test --spec --watchAll",
        "test.unit": "TZ=UTC stencil test --spec --coverage",
        "test": "concurrently npm:test.spec npm:test.e2e"
    },
    "dependencies": {
        "@stencil/core": "~2.5.2",
        "@stencil/svelte-output-target": "0.0.3",
        "date-fns": "~2.21.1",
        "date-fns-tz": "~1.1.4"
    },
    "license": "MIT",
    "devDependencies": {
        "@astrouxds/storybook-addon-docs-stencil": "~1.0.6",
        "@babel/core": "~7.13.16",
        "@stencil/sass": "~1.4.1",
        "@storybook/addon-a11y": "~6.3.0",
        "@storybook/addon-actions": "~6.2.9",
        "@storybook/addon-essentials": "~6.2.9",
        "@storybook/addon-knobs": "~6.2.9",
        "@storybook/addon-links": "~6.2.9",
        "@storybook/addons": "~6.2.9",
        "@storybook/theming": "~6.2.9",
        "@storybook/web-components": "~6.2.9",
        "@types/jest": "~26.0.23",
        "@types/puppeteer": "~5.4.3",
        "@typescript-eslint/eslint-plugin": "~4.22.1",
        "@typescript-eslint/parser": "~4.22.1",
        "@vime/core": "~5.0.33",
        "babel-loader": "~8.2.2",
        "concurrently": "~6.2.0",
        "cypress": "~8.0.0",
        "cypress-real-events": "~1.5.0",
        "eslint": "~7.25.0",
        "eslint-config-google": "~0.14.0",
        "eslint-plugin-react": "~7.23.2",
        "http-server": "~13.0.0",
        "husky": "~6.0.0",
        "jest": "~26.6.3",
        "jest-cli": "~26.6.3",
        "lit-html": "~1.3.0",
        "prettier": "~2.2.1",
        "pretty-quick": "~3.1.0",
        "puppeteer": "~5.5.0",
        "storybook-addon-themes": "~6.1.0",
        "storybook-readme": "~5.0.9",
        "svelte": "~3.42.2",
        "svgo": "~2.3.0",
        "wait-on": "~6.0.0"
    }
}
