UNPKG

@rxdi/ui-components

Version:

UI Components for building graphql-server website

56 lines (55 loc) 1.83 kB
{ "name": "@rxdi/ui-components", "version": "0.7.37", "description": "UI Components for building graphql-server website", "main": "./index.js", "scripts": { "test": "jest", "deploy": "cd ./src && rxdi-deploy ./index.ts @rxdi/ui-components commit --tsconfig --beat 3000", "start-client": "parcel ./develop/client/index.html --out-dir build/client --public-url /ui-components", "start-server": "gapi start --local --path=./develop/server/main.ts --outDir build/server", "build-client": "parcel build ./develop/client/index.html --out-dir build/client-prod --target browser --public-url /ui-components", "build-server": "gapi build --local --path=./develop/server/main.ts --outDir build/server", "introspect": "gapi schema introspect --collect-documents --collect-types", "build": "rm -rf dist && tsc" }, "repository": { "type": "git", "url": "ssh://git@gitlab.youvolio.com:522/graphql-server/ui-components.git" }, "keywords": [ "Ui", "components", "web-components", "rxdi" ], "author": "Kristiyan Tachev", "license": "MIT", "devDependencies": { "@babel/polyfill": "^7.0.0", "@rxdi/core": "^0.7.35", "@rxdi/graphql": "^0.7.35", "@rxdi/graphql-client": "^0.7.35", "@rxdi/graphql-pubsub": "^0.7.35", "@rxdi/hapi": "^0.7.35", "@rxdi/lit-html": "^0.7.35", "@rxdi/router": "^0.7.35", "@types/graphql": "^14.2.0", "@types/js-yaml": "^3.12.1", "@types/marked": "^0.6.5", "@types/node": "^12.0.8", "@webcomponents/webcomponentsjs": "1.2.4", "cssnano": "^4.1.10", "typescript": "^3.5.1" }, "browserslist": [ "last 1 chrome versions" ], "types": "./index.d.ts", "module": "./index.js", "typings": "./index.d.ts", "dependencies": { "js-yaml": "^3.13.1", "marked": "^0.6.2" } }