{
    "name": "@rocketmark/timeline-partial-demo",
    "version": "0.0.3",
    "description": "Astro Web Components",
    "main": "dist/index.cjs.js",
    "module": "dist/custom-elements/index.js",
    "es2015": "dist/esm/index.mjs",
    "es2017": "dist/esm/index.mjs",
    "types": "dist/types/index.d.ts",
    "collection": "dist/collection/collection-manifest.json",
    "collection:main": "dist/collection/index.js",
    "unpkg": "dist/astro-web-components/astro-web-components.esm.js",
    "files": [
        "dist/",
        "loader/"
    ],
    "scripts": {
        "build.stencil": "stencil build --docs",
        "build.storybook": "build-storybook",
        "build": "npm run build.stencil",
        "icons.fetch": "export-icons",
        "icons.generate": "node src/utils/generate-icons.js",
        "lint.js": "eslint src/**/*{.ts,.tsx}",
        "lint.css": "stylelint \"src/components/**/*.scss\" --fix",
        "prettier": "prettier --write --loglevel warn .",
        "start.stencil": "stencil build --dev --watch --serve",
        "start.storybook": "start-storybook -p 6006",
        "start": "concurrently npm:start.stencil npm:start.storybook",
        "test": "start-server-and-test ci.server 3333 test.all",
        "test.e2e.run": "cypress run",
        "test.e2e.watch": "cypress open",
        "ci.server": "http-server www -p 3333 -c-1 --silent",
        "test.e2e": "npm run test.e2e.run",
        "test.unit.watch": "TZ=UTC stencil test --spec --watchAll",
        "test.unit": "TZ=UTC stencil test --spec --coverage",
        "test.unit.silent": "TZ=UTC stencil test --spec --coverage, --silent",
        "test.all": "concurrently npm:test.unit.silent npm:test.e2e",
        "deploy.beta": "netlify deploy --site '27100b54-2df5-4ab2-a331-4ef2b81f8054'",
        "deploy.storybook": "netlify deploy --site 'bfaf1790-0a59-47fb-ab34-4a3530a715f1'"
    },
    "dependencies": {
        "@stencil/core": "~2.5.2",
        "date-fns": "~2.21.1",
        "date-fns-tz": "~1.3.3"
    },
    "license": "MIT",
    "devDependencies": {
        "@astrouxds/astro-figma-export": "~1.0.1",
        "@astrouxds/design-tokens": "~1.5.0",
        "@astrouxds/storybook-addon-docs-stencil": "~1.0.10",
        "@babel/core": "~7.13.16",
        "@stencil/angular-output-target": "~0.2.1",
        "@stencil/eslint-plugin": "~0.4.0",
        "@stencil/react-output-target": "~0.1.0",
        "@stencil/sass": "~1.4.1",
        "@storybook/addon-a11y": "~6.4.18",
        "@storybook/addon-actions": "~6.4.18",
        "@storybook/addon-docs": "~6.4.18",
        "@storybook/addon-essentials": "~6.4.18",
        "@storybook/addon-google-analytics": "~6.2.9",
        "@storybook/addon-knobs": "~6.4.0",
        "@storybook/addon-links": "~6.4.18",
        "@storybook/addons": "~6.4.18",
        "@storybook/theming": "~6.4.18",
        "@storybook/web-components": "~6.4.18",
        "@types/jest": "~26.0.24",
        "@types/puppeteer": "~5.4.4",
        "@typescript-eslint/eslint-plugin": "~4.22.1",
        "@typescript-eslint/parser": "~4.22.1",
        "babel-loader": "~8.2.3",
        "concurrently": "~6.2.2",
        "cypress": "~8.0.0",
        "cypress-real-events": "~1.5.1",
        "eslint": "~7.25.0",
        "eslint-config-google": "~0.14.0",
        "eslint-plugin-react": "~7.23.2",
        "http-server": "~13.0.2",
        "jest": "~26.6.3",
        "jest-cli": "~26.6.3",
        "lit": "~2.0.0-rc.3",
        "netlify-cli": "~8.4.3",
        "prettier": "~2.2.1",
        "pretty-quick": "~3.1.3",
        "puppeteer": "~5.5.0",
        "start-server-and-test": "~1.14.0",
        "storybook-addon-themes": "~6.1.0",
        "stylelint": "~13.13.1",
        "stylelint-config-prettier": "~8.0.2",
        "stylelint-config-standard": "~22.0.0",
        "svgo": "~2.3.0",
        "wait-on": "~6.0.0"
    }
}
