{
    "name": "wcs-core",
    "version": "7.6.0",
    "description": "Web Components SNCF",
    "main": "dist/index.cjs.js",
    "module": "dist/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/wcs/wcs.js",
    "files": [
        "dist/",
        "loader/",
        "design-tokens/dist/",
        "bundle/",
        "composite-elements/"
    ],
    "scripts": {
        "build:stencil": "stencil build",
        "generate-custom-element-manifest": "cd src && custom-elements-manifest analyze --stencil --outdir ../",
        "generate-docs-json": "stencil build --docs-json ./stories/documentation/generated/docs.json",
        "build": "npm run generate-design-tokens && stencil build && npm run generate-custom-element-manifest && npm run build-storybook",
        "json-to-dtf": "node design-tokens/json-to-dtf/index.mjs",
        "generate-design-tokens": "node design-tokens/index.mjs ",
        "watch:stencil": "stencil build --dev --watch",
        "start": "npm run generate-design-tokens && concurrently --names \"Stencil,Storybook\" -c \"bgBlue.bold,bgMagenta.bold\" \"stencil build --dev --watch\" \"npm run storybook\"",
        "start:test": "npm run generate-design-tokens && stencil build --dev --watch --serve --no-open",
        "test": "npm run test:playwright",
        "test:playwright": "playwright test",
        "test:playwright:ui": "playwright test --ui",
        "update-version": "node scripts/update-version.js",
        "update-develop": "node scripts/update-develop-from-master.js",
        "storybook": "storybook dev -p 6006",
        "build-storybook": "storybook build",
        "build-angular-libs": "cd angular && npm run build:wcs-angular && npm run build:wcs-formly"
    },
    "devDependencies": {
        "@babel/preset-env": "^7.20.2",
        "@babel/preset-typescript": "^7.18.6",
        "@custom-elements-manifest/analyzer": "^0.8.3",
        "@ionic/eslint-config": "^0.3.0",
        "@material/ripple": "13.0.0",
        "@playwright/test": "^1.57.0",
        "@stencil/angular-output-target": "0.8.4",
        "@stencil/core": "4.17.2",
        "@stencil/playwright": "^0.2.1",
        "@stencil/react-output-target": "0.5.3",
        "@stencil/sass": "3.0.12",
        "@storybook/addon-a11y": "^10.1.4",
        "@storybook/addon-docs": "^10.1.4",
        "@storybook/addon-links": "^10.1.4",
        "@storybook/icons": "^1.2.12",
        "@storybook/web-components-vite": "^10.1.4",
        "@tokens-studio/sd-transforms": "^1.3.0",
        "@types/dom-inputevent": "^1.0.5",
        "@types/glob": "^7.1.3",
        "@types/jest": "^29.5.12",
        "@types/lodash-es": "^4.17.9",
        "@typescript-eslint/eslint-plugin": "^5.18.0",
        "@typescript-eslint/parser": "^5.18.0",
        "concurrently": "^5.2.0",
        "eslint": "^8.12.0",
        "glob": "^7.1.6",
        "jest": "^29.7.0",
        "jest-cli": "^29.7.0",
        "lit-html": "^2.6.1",
        "mdx-mermaid": "^2.0.3",
        "react": "^18.2.0",
        "react-dom": "^18.2.0",
        "storybook": "^10.1.4",
        "style-dictionary": "^4.0.1",
        "tslib": "2.5.0",
        "typescript": "4.9.5"
    },
    "dependencies": {
        "@popperjs/core": "^2.9.3",
        "chalk": "^4.1.0",
        "lodash-es": "^4.18.1",
        "tippy.js": "^6.3.7",
        "uuid": "^8.3.2",
        "xstate": "^4.11.0"
    },
    "repository": {
        "type": "git",
        "url": "git+https://gitlab.com/SNCF/wcs"
    },
    "author": "SNCF",
    "private": false,
    "license": "MIT",
    "customElements": "custom-elements.json"
}
