UNPKG

@corejam/core-components

Version:

Corejam - Core Components

81 lines (80 loc) 2.1 kB
{ "name": "@corejam/core-components", "version": "0.0.29", "license": "MIT", "main": "web-components/index.cjs.js", "module": "web-components/custom-elements/index.js", "es2015": "web-components/esm/index.js", "es2017": "web-components/esm/index.js", "types": "web-components/custom-elements/index.d.ts", "collection": "web-components/collection/collection-manifest.json", "collection:main": "web-components/collection/index.js", "homepage": "https://corejam.io/", "description": "Corejam - Core Components", "bugs": { "url": "https://github.com/corejam/corejam/issues" }, "keywords": [ "stenciljs", "stencil-components", "web-components" ], "repository": { "url": "Corejam/Corejam", "directory": "packages/core-components" }, "scripts": { "dev": "corejam dev", "build": "corejam build", "pretest": "corejam init", "test": "corejam test:wc", "precommit": "lint-staged", "static": "corejam static", "static:serve": "corejam static:serve", "clean": "rimraf dist & rimraf react & rimraf web-components" }, "files": [ "web-components", "react", "app" ], "devDependencies": { "@apollo/client": "3.3.11", "@corejam/base": "0.0.14", "@corejam/cli": "0.0.26", "@corejam/rollup-plugin": "0.0.8", "@corejam/run": "0.0.13", "@stencil/core": "2.4.0", "@stencil/react-output-target": "0.0.9", "@stencil/store": "1.4.1", "@types/faker": "5.1.7", "@xstate/fsm": "1.6.0", "autoprefixer": "10.2.5", "crypto-hash": "1.3.0", "graphql-tag": "2.11.0", "postcss": "8.2.7", "rollup-plugin-node-polyfills": "0.2.1", "shx": "0.3.3", "tslib": "2.1.0", "typescript": "4.2.3", "xstate": "4.16.2" }, "lint-staged": { "app/**/!(*.d).ts": [ "prettier --write" ], "app/**/*.tsx": [ "prettier --write" ] }, "corejam": { "wrapper": [ "corejam-init" ], "recommendations": [ "corejam-error", "corejam-ui-base" ] }, "gitHead": "00b564f77ee5c7642a7e75ecf19e414562171b67" }