{ "name": "@human-connection/styleguide", "version": "0.5.22", "private": false, "scripts": { "serve": "http-server ./docs -o -s", "build": "cross-env NODE_OPTIONS=--openssl-legacy-provider yarn theo && cross-env NODE_OPTIONS=--openssl-legacy-provider vue-cli-service build --no-fix", "lint": "vue-cli-service lint --no-fix-warning", "dev": "npm-run-all --parallel theo:onchange theo servedev", "servedev": "vue-cli-service serve --open --no-fix", "build:lib": "cross-env NODE_OPTIONS=--openssl-legacy-provider yarn theo && cross-env BUILD=library NODE_OPTIONS=--openssl-legacy-provider vue-cli-service build --target lib --name system ./src/library.js --no-fix", "theo": "theo ./src/system/tokens/tokens.yml --transform web --format map.scss,scss,raw.json,json --dest ./src/system/tokens/generated", "theo:onchange": "onchange \"./src/system/tokens/*.yml\" -- npm run theo", "test": "echo 'TODO: FIX & ADD TESTING!'", "test:unit": "vue-cli-service test:unit" }, "publishConfig": { "access": "public" }, "dependencies": { "vue": "^2.6.10" }, "devDependencies": { "@babel/core": "~7.6.0", "@babel/plugin-syntax-dynamic-import": "~7.2.0", "@babel/standalone": "~7.6.0", "@vue/cli-plugin-babel": "~3.11.0", "@vue/cli-plugin-eslint": "~3.11.0", "@vue/cli-plugin-unit-jest": "~3.11.0", "@vue/cli-service": "~3.11.0", "@vue/eslint-config-prettier": "~5.0.0", "@vue/test-utils": "~1.0.0-beta.29", "async-validator": "~3.0.4", "babel-core": "7.0.0-bridge.0", "babel-jest": "~24.9.0", "babel-plugin-transform-require-context": "~0.1.1", "cheerio": "~1.0.0-rc.2", "clipboard-copy": "~3.1.0", "clone-deep": "~4.0.1", "codemirror": "~5.48.4", "cross-env": "~5.2.1", "dot-prop": "~5.1.0", "http-server": "^0.11.1", "lodash": "~4.17.15", "markdown-it": "~9.1.0", "markdown-it-abbr": "~1.0.4", "markdown-it-deflist": "~2.0.3", "markdown-it-emoji": "~1.4.0", "markdown-it-footnote": "~3.0.2", "markdown-it-ins": "~2.0.0", "markdown-it-katex": "~2.0.3", "markdown-it-mark": "~2.0.0", "markdown-it-sub": "~1.0.0", "markdown-it-sup": "~1.0.0", "markdown-it-task-lists": "~2.1.1", "npm-run-all": "~4.1.5", "onchange": "~6.0.0", "portal-vue": "~2.1.6", "raw-loader": "~3.1.0", "sass": "1.77.6", "sass-loader": "~10.1.1", "theo": "~8.1.4", "vue-click-outside": "~1.0.7", "vue-docgen-api": "^3.22.0", "vue-router": "~3.1.3", "vue-svg-loader": "~0.12.0", "vue-template-compiler": "^2.6.10", "vuep": "git+https://github.com/visualjerk/vuep.git#fix-iframe-firefox", "webpack-bundle-analyzer": "~3.4.1", "webpack-merge-and-include-globally": "~2.1.16" }, "authors": [ "appinteractive", "roschaefer", "visualjerk", "ulfgebhardt" ], "main": "./dist/system.umd.min.js", "files": [ "dist/*", "src/*", "public/*", "*.json", "*.js" ], "license": "MIT" }