forked from rexrainbow/phaser3-rex-notes
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
83 lines (83 loc) · 2.63 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
82
83
{
"name": "phaser3-rex-plugins",
"version": "1.60.5",
"description": "Plugins of phaser3",
"author": "Rex",
"files": [
"plugins",
"templates",
"dist"
],
"scripts": {
"watch": "webpack --config webpack.config.js",
"build": "rollup -c rollup.config.mjs",
"build-app": "webpack --config webpack.production.config.js"
},
"repository": {
"type": "git",
"url": "https://github.com/rexrainbow/phaser3-rex-notes"
},
"keywords": [
"phaser3"
],
"license": "MIT",
"bugs": {
"url": "https://github.com/rexrainbow/phaser3-rex-notes/issues"
},
"homepage": "https://rexrainbow.github.io/phaser3-rex-notes/docs/site/index.html",
"devDependencies": {
"@babel/core": "^7.21.8",
"@babel/plugin-transform-runtime": "^7.21.4",
"@babel/polyfill": "^7.12.1",
"@babel/preset-env": "^7.21.5",
"@babel/preset-typescript": "^7.21.5",
"@babel/runtime": "^7.21.5",
"@lopatnov/rollup-plugin-uglify": "^2.1.5",
"@rollup/plugin-babel": "^6.0.3",
"@rollup/plugin-commonjs": "^25.0.0",
"@rollup/plugin-node-resolve": "^15.0.2",
"@rollup/plugin-terser": "^0.4.3",
"@rollup/plugin-typescript": "^11.1.1",
"@types/js-yaml": "^4.0.5",
"babel-eslint": "^9.0.0",
"babel-loader": "^8.3.0",
"browser-sync": "^2.29.3",
"browser-sync-webpack-plugin": "^2.3.0",
"chart.js": "^2.9.4",
"clean-webpack-plugin": "^0.1.19",
"copy-webpack-plugin": "^11.0.0",
"eslint": "^5.16.0",
"eslint-plugin-import": "^2.27.5",
"expose-loader": "^4.1.0",
"file-saver": "^2.0.5",
"handlebars": "^4.7.7",
"howler": "^2.2.3",
"html-webpack-plugin": "^5.5.1",
"jison": "*",
"localforage": "^1.10.0",
"lokijs": "^1.5.12",
"pako": "^2.1.0",
"phaser": "^3.60.0",
"raw-loader": "^0.5.1",
"rollup": "^3.23.0",
"rollup-plugin-node-builtins": "^2.1.2",
"rollup-plugin-node-globals": "^1.4.0",
"terser": "^5.17.6",
"tslib": "^2.5.2",
"typescript": "^5.0.4",
"terser-webpack-plugin": "^5.3.9",
"webpack": "^5.82.1",
"webpack-cli": "^4.10.0",
"webpack-shell-plugin": "^0.5.0"
},
"dependencies": {
"eventemitter3": "^3.1.2",
"i18next": "^22.4.15",
"i18next-http-backend": "^2.2.1",
"js-yaml": "^4.1.0",
"mustache": "^4.2.0",
"handlebars": "^4.7.7",
"papaparse": "^5.4.1",
"webfontloader": "^1.6.28"
}
}