{
    "name": "nve-stencil",
    "version": "0.0.2",
    "description": "Work in Progress",
    "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",
    "files": [
        "dist/",
        "loader/",
        "src/scss/"
    ],
    "scripts": {
        "build:icons": "svgo src/scripts/components/icon/icons/*.svg && node icon_loader.js",
        "build": "npm run build:icons && stencil build --docs",
        "deploy": "stencil build && npm publish",
        "deploy:beta": "stencil build && npm publish --tag beta",
        "serve": "stencil build --dev --watch --serve",
        "dev": "run-p start storybook",
        "generate": "stencil generate",
        "start": "stencil build --watch",
        "storybook": "start-storybook -p 9009 -s www",
        "test": "stencil test --spec --e2e",
        "test:watch": "stencil test --spec --e2e --watchAll"
    },
    "devDependencies": {
        "@babel/core": "^7.11.6",
        "@babel/plugin-syntax-import-meta": "^7.10.4",
        "@open-wc/webpack-import-meta-loader": "^0.4.7",
        "@stencil/core": "^2.1.0",
        "@stencil/postcss": "^1.0.1",
        "@stencil/sass": "^1.3.2",
        "@storybook/addon-a11y": "^6.1.6",
        "@storybook/addon-actions": "^6.1.6",
        "@storybook/addon-knobs": "^6.1.6",
        "@storybook/addon-viewport": "^6.1.6",
        "@storybook/addons": "^6.1.6",
        "@storybook/html": "^6.1.6",
        "@storybook/theming": "^6.1.6",
        "@types/autoprefixer": "^9.7.2",
        "autoprefixer": "^9.8.6",
        "babel-loader": "^8.1.0",
        "css-loader": "^3.6.0",
        "cssnano": "^4.1.10",
        "fs-extra": "^9.0.1",
        "glob-promise": "^3.4.0",
        "lit-html": "^1.3.0",
        "node-sass": "^4.14.1",
        "npm-run-all": "^4.1.5",
        "react-docgen-typescript-loader": "^3.7.2",
        "sass-loader": "^8.0.2",
        "style-loader": "^1.2.1",
        "svgson": "^4.1.0",
        "ts-loader": "^7.0.5"
    },
    "author": "Burton Smith <burton@breakstuff.io>",
    "homepage": "",
    "license": "MIT",
    "keywords": [
        "design system",
        "components",
        "web components",
        "component library",
        "ui library",
        "ui framework",
        "stenciljs",
        "css",
        "sass",
        "mobile-first",
        "responsive",
        "front-end",
        "framework",
        "mobile-first",
        "clarion"
    ],
    "dependencies": {}
}
