-
-
Notifications
You must be signed in to change notification settings - Fork 1
/
package.json
81 lines (81 loc) · 2.08 KB
/
package.json
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
{
"name": "@ion-phaser-ce/core",
"version": "1.0.5",
"private": false,
"description": "A web component to integrate Phaser Framework CE (Community Edition) with Angular, React, Vue, etc",
"author": "Proyecto 26",
"homepage": "https://github.com/proyecto26/ion-phaser-ce",
"keywords": [
"phaser-ce",
"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/ion-phaser-ce/ion-phaser-ce.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}"
},
"peerDependencies": {
"phaser-ce": "^2.13.3"
},
"dependencies": {
"@stencil/core": "^2.4.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-ce": "^2.16.1",
"rollup-plugin-peer-deps-external": "^2.2.4",
"typescript": "^4.0.5"
},
"license": "MIT",
"repository": {
"type": "git",
"url": "https://github.com/proyecto26/ion-phaser-ce.git"
}
}