forked from rexrainbow/phaser3-rex-notes
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
71 lines (71 loc) · 2.18 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
{
"name": "phaser3-rex-plugins",
"version": "1.1.70",
"description": "Plugins of phaser3",
"author": "Rex",
"files": [
"plugins",
"templates",
"dist"
],
"scripts": {
"watch": "webpack --config webpack.config.js",
"build": "rollup -c rollup.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.17.10",
"@babel/plugin-transform-runtime": "^7.17.10",
"@babel/polyfill": "^7.12.1",
"@babel/preset-env": "^7.17.10",
"@babel/preset-typescript": "^7.16.7",
"@babel/runtime": "^7.17.9",
"@rollup/plugin-typescript": "^8.3.2",
"babel-eslint": "^9.0.0",
"babel-loader": "^8.2.5",
"browser-sync": "^2.27.9",
"browser-sync-webpack-plugin": "^2.3.0",
"chart.js": "^2.9.4",
"clean-webpack-plugin": "^0.1.19",
"copy-webpack-plugin": "^4.6.0",
"eslint": "^5.16.0",
"eslint-plugin-import": "^2.26.0",
"expose-loader": "^0.7.5",
"html-webpack-plugin": "^3.2.0",
"jison": "*",
"localforage": "^1.10.0",
"lokijs": "^1.5.12",
"phaser": "3.55.2",
"raw-loader": "^0.5.1",
"rollup": "^2.71.1",
"rollup-plugin-babel": "^4.4.0",
"rollup-plugin-commonjs": "^10.1.0",
"rollup-plugin-node-builtins": "^2.1.2",
"rollup-plugin-node-globals": "^1.4.0",
"rollup-plugin-node-resolve": "^5.2.0",
"rollup-plugin-terser": "^5.3.1",
"rollup-plugin-uglify": "^6.0.4",
"tslib": "^2.4.0",
"typescript": "^4.6.4",
"webpack": "^4.46.0",
"webpack-cli": "^3.3.12"
},
"dependencies": {
"eventemitter3": "^3.1.2",
"handlebars": "^4.7.7",
"js-yaml": "^4.1.0",
"papaparse": "^5.3.2",
"webfontloader": "^1.6.28"
}
}