{
    "name": "@3t-transform/threeteeui",
    "version": "1.9.108",
    "description": "3t Design System",
    "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/3tui/3tui.esm.js",
    "type": "module",
    "files": [
        "dist/",
        "loader/"
    ],
    "scripts": {
        "build": "stencil build --docs",
        "start": "stencil build --watch --serve",
        "e2e": "stencil test --no-cache --silent --e2e",
        "unit:coverage": "stencil test --coverage --no-cache --silent --spec",
        "unit:loud": "stencil test --spec --verbose",
        "test.watch": "stencil test --spec --e2e --watchAll",
        "test": "stencil test --spec --e2e",
        "generate": "stencil generate",
        "storybook": "storybook dev -p 6006",
        "build-storybook": "storybook build",
        "chromatic": "npx chromatic --project-token=531b9621b0be5 --exit-zero-on-changes --exit-once-uploaded",
        "lint": "eslint \"src/**/*.{tsx,jsx}\"",
        "lint:generate": "eslint \"src/**/*.{tsx,jsx}\" -o output.eslint.json -f json",
        "lint:fix": "eslint \"src/**/*.{tsx,jsx}\" --fix",
        "prep-for-cypress": "yarn && yarn build && yarn build-storybook",
        "serve-storybook": "serve storybook-static -l 6006",
        "cypress:open": "cypress open",
        "crowbar": "yarn build && node ./crowbar.mjs"
    },
    "resolutions": {
        "@types/babel__traverse": "7.0.6",
        "file-system-cache": "2.3.0",
        "@types/react": "17.0.30",
        "@types/react-dom": "^18.0.5",
        "@types/react-redux": "^7.1.24",
        "@types/react-router-dom": "^5.3.3",
        "string-width": "4.2.3",
        "cliui": "8.0.1"
    },
    "devDependencies": {
        "@babel/core": "^7.18.10",
        "@babel/preset-env": "^7.21.4",
        "@babel/preset-react": "^7.23.3",
        "@rollup/plugin-commonjs": "^23.0.3",
        "@stencil/core": "^2.20.0",
        "@stencil/sass": "^1.5.2",
        "@storybook/addon-actions": "^7.4.6",
        "@storybook/addon-essentials": "^7.4.0",
        "@storybook/addon-interactions": "^7.4.0",
        "@storybook/addon-links": "^7.4.0",
        "@storybook/addon-mdx-gfm": "^7.4.0",
        "@storybook/html": "^7.4.0",
        "@storybook/html-webpack5": "^7.4.0",
        "@storybook/react": "^8.1.9",
        "@storybook/testing-library": "^0.2.0",
        "@storybook/web-components": "^7.4.0",
        "@types/jest": "^27.0.3",
        "@types/node": "16",
        "@types/react": "^18.2.0",
        "@typescript-eslint/eslint-plugin": "^5.59.1",
        "@typescript-eslint/parser": "^5.59.1",
        "chromatic": "^8.0.0",
        "eslint": "^8.38.0",
        "eslint-plugin-storybook": "^0.6.14",
        "jest": "^27.4.5",
        "jest-cli": "^27.4.5",
        "less": "^4.1.3",
        "puppeteer": "^10.0.0",
        "react": "^18.2.0",
        "react-dom": "^18.2.0",
        "sass": "^1.56.1",
        "serve": "^14.2.1",
        "storybook": "^7.4.0",
        "ts-node": "^10.9.1",
        "typescript": "5.1.6"
    },
    "license": "UNLICENSED",
    "readme": "ERROR: No README data found!",
    "dependencies": {
        "@ngneat/falso": "^7.2.0",
        "@popperjs/core": "^2.11.7",
        "chart.js": "^4.5.0",
        "chartjs-adapter-date-fns": "^3.0.0",
        "chartjs-gauge": "^0.3.0",
        "date-fns": "^4.1.0",
        "dompurify": "3.0.8",
        "ts-qrcode": "^0.0.4"
    }
}
