{
  "name": "@lu-development/ux-patterns",
  "version": "1.7.2",
  "description": "Stencil Component Starter",
  "module": "dist/index.mjs",
  "es2015": "dist/esm/index.mjs",
  "es2017": "dist/esm/index.mjs",
  "jsnext:main": "dist/esm/index.mjs",
  "main": "dist/index.js",
  "types": "dist/types/interface.d.ts",
  "collection": "dist/collection/collection-manifest.json",
  "files": [
    "dist/",
    "css/",
    "docs/"
  ],
  "scripts": {
    "build": "npm run clean && npm run build.css && stencil build --next --docs-json docs/docs.json",
    "build.css": "npm run css.sass && npm run css.minify",
    "clean": "node scripts/clean.js",
    "css.minify": "cleancss -O2 -o css/liberty.bundle.css ./css/liberty.bundle.css && cleancss -O2 -o css/colors.bundle.css ./css/colors.bundle.css",
    "css.sass": "sass src/css:css",
    "lint": "npm run lint.ts && npm run lint.sass",
    "lint.fix": "npm run lint.ts.fix && npm run lint.sass.fix",
    "lint.sass": "stylelint src/**/*.scss",
    "lint.sass.fix": "npm run lint.sass -- --fix",
    "lint.ts": "tslint --project .",
    "lint.ts.fix": "tslint --project . --fix",
    "start": "stencil build --next --dev --watch --serve --es5",
    "test": "stencil test --spec --e2e",
    "test.watch": "stencil test --spec --e2e --watchAll",
    "test.spec": "stencil test --spec",
    "test.spec.watch": "stencil test --spec --watch",
    "test.e2e": "stencil test --e2e",
    "test.e2e.watch": "stencil test --e2e --watch",
    "validate": "npm run lint && npm run test && npm run build",
    "prerelease": "npm run validate && np prerelease --yolo --any-branch --tag next"
  },
  "dependencies": {
    "unfetch": "^4.1.0",
    "tslib": "*"
  },
  "devDependencies": {
    "@lu-development/st-gen": "^0.7.3",
    "@stencil/core": "^1.12.3",
    "@stencil/sass": "^1.1.1",
    "@types/jest": "^24.9.1",
    "@types/node": "12.12.6",
    "@types/puppeteer": "^1.20.2",
    "@types/sinon": "^7.5.0",
    "clean-css-cli": "^4.2.1",
    "dotenv": "^8.2.0",
    "execa": "^1.0.0",
    "fs-extra": "^7.0.1",
    "inquirer": "^6.5.0",
    "jest": "24.9.0",
    "jest-cli": "24.9.0",
    "listr": "^0.14.3",
    "np": "^5.1.0",
    "path": "^0.12.7",
    "puppeteer": "1.19.0",
    "sass": "^1.23.6",
    "semver": "^6.2.0",
    "sinon": "^7.5.0",
    "stylelint": "^12.0.0",
    "stylelint-order": "^3.1.1",
    "tslint": "^5.20.1",
    "turbocolor": "^2.6.1"
  },
  "jest": {
    "preset": "@stencil/core/testing"
  },
  "license": "MIT"
}
