UNPKG

@ion-phaser/core

Version:

A web component to integrate Phaser Framework with Angular, React, Vue, etc

80 lines (79 loc) 2 kB
{ "name": "@ion-phaser/core", "version": "1.3.0", "private": false, "description": "A web component to integrate Phaser Framework with Angular, React, Vue, etc", "author": "Proyecto 26", "homepage": "https://github.com/proyecto26/ion-phaser", "keywords": [ "phaser", "canvas", "webgl", "pwa", "framework", "stenciljs", "stencil", "angular", "angularjs", "react", "vue", "vuejs", "app", "vanillajs", "webcomponent", "component", "web-component", "web-components", "web component", "web components", "progressive-web-app", "progressive-web-apps", "progressive web app", "progressive web apps", "mobile", "desktop", "electron", "games", "2d" ], "main": "dist/index.cjs.js", "module": "dist/custom-elements/index.js", "es2015": "dist/esm/index.mjs", "es2017": "dist/esm/index.mjs", "types": "dist/custom-elements/index.d.ts", "collection": "dist/collection/collection-manifest.json", "collection:main": "dist/collection/index.js", "unpkg": "dist/ionphaser/ionphaser.esm.js", "files": [ "dist/", "loader/" ], "scripts": { "build": "stencil build --docs --config stencil.config.prod.ts", "start": "stencil build --dev --watch --serve", "test": "stencil test --spec --e2e", "test.watch": "stencil test --spec --e2e --watchAll", "generate": "stencil generate", "lint": "eslint src/**/*{.ts,.tsx}" }, "dependencies": { "@stencil/core": "^2.4.0" }, "peerDependencies": { "phaser": "^3.19.0" }, "devDependencies": { "@stencil/eslint-plugin": "^0.3.1", "@stencil/react-output-target": "^0.0.9", "@typescript-eslint/eslint-plugin": "^4.15.1", "@typescript-eslint/parser": "^4.15.1", "eslint": "^7.20.0", "eslint-plugin-react": "^7.22.0", "phaser": "^3.19.0" }, "license": "MIT", "repository": { "type": "git", "url": "https://github.com/proyecto26/ion-phaser.git" } }