-
Notifications
You must be signed in to change notification settings - Fork 19
/
Copy pathpackage.json
76 lines (76 loc) · 2.43 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
{
"name": "og-fabrique-boilerplate",
"author": "Azerion",
"gameId": "e84461aa105140b6b628d151e26c86cd",
"title": "Azerion Fabrique Boilerplate",
"version": "2.1.0",
"description": "This is a boilerplate version for Azerion HTML5 games. Use it at your discretion to make awesome games :D",
"contributors": [
{
"name": "Ale Bles",
"email": "[email protected]"
}
],
"license": "MIT",
"bugs": "https://github.com/azerion/phaser-ts-boilerplate/issues",
"repository": {
"type": "git",
"url": "[email protected]:azerion/phaser-ts-boilerplate.git"
},
"scripts": {
"dev": "grunt dev",
"dist": "grunt dist",
"custom": "grunt custom"
},
"private": true,
"devDependencies": {
"@azerion/phaser": "^2.6.15",
"@azerion/phaser-i18next": "^1.0.3",
"@types/es6-promise": "0.0.32",
"@types/webfontloader": "^1.6.29",
"cache-loader": "^1.2.5",
"clean-webpack-plugin": "^0.1.19",
"copy-webpack-plugin": "^4.5.4",
"expose-loader": "^0.7.5",
"file-loader": "^1.1.11",
"fork-ts-checker-notifier-webpack-plugin": "^0.4.0",
"fork-ts-checker-webpack-plugin": "^0.4.14",
"grunt": "^1.0.4",
"grunt-concurrent": "^2.3.1",
"grunt-contrib-clean": "^1.1.x",
"grunt-contrib-connect": "^1.0.2",
"grunt-contrib-copy": "^1.0.X",
"grunt-contrib-obfuscator": "^2.0.1",
"grunt-contrib-uglify": "^3.3.0",
"grunt-contrib-watch": "^1.1.0",
"grunt-html-build": "^0.7.x",
"grunt-text-replace": "^0.4.0",
"grunt-webpack": "^3.1.3",
"happypack": "^5.0.1",
"html-webpack-plugin": "^3.2.0",
"js-beautify": "1.6.2",
"load-grunt-config": "^0.19.2",
"script-loader": "^0.7.2",
"time-grunt": "^1.4.0",
"ts-loader": "^4.5.0",
"tslint": "^5.18.0",
"tslint-loader": "^3.6.0",
"typescript": "^3.5.2",
"webpack": "^4.35.2",
"x2js": "^3.3.0"
},
"dependencies": {
"@azerion/phaser-ads": "^2.2.7",
"@azerion/phaser-cachebuster": "^2.0.x",
"@azerion/phaser-nineslice": "^2.0.1",
"@azerion/phaser-spine": "^3.0.9",
"@azerion/phaser-super-storage": "^1.0.4",
"@azerion/splash": "^3.6.5",
"es6-promise-polyfill": "^1.2.0",
"webfontloader": "^1.6.28"
},
"optionalDependencies": {
"@azerion/phaser-ad-providers": "git+ssh://[email protected]:fabrique/phaser-ad-providers.git#v0.5.x",
"@azerion/grunt-custom-build": "git+ssh://[email protected]:fabrique/tools/grunt-custom-build.git#v0.7.x"
}
}