-
Notifications
You must be signed in to change notification settings - Fork 2
Expand file tree
/
Copy pathpackage.json
More file actions
41 lines (41 loc) · 1.15 KB
/
package.json
File metadata and controls
41 lines (41 loc) · 1.15 KB
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
{
"name": "FairyGuiTest",
"version": "1.0.0",
"main": "./dist/main.js",
"author": "gxm",
"license": "MIT",
"scripts": {
"dev": "rimraf dist &&webpack-dev-server --mode development",
"build": "webpack",
"up": "yarn upgrade fairygui-phaser",
"raycaster": "rimraf dist &&webpack --config webpack.raycaster.config.js"
},
"dependencies": {
"assemblyscript": "^0.19.5",
"browserfs": "^1.4.3",
"expose-loader": "^0.7.5",
"fairygui-phaser": "^0.0.77",
"file-loader": "^4.2.0",
"i18next": "^19.0.3",
"i18next-browser-languagedetector": "^4.0.1",
"i18next-xhr-backend": "^3.2.2",
"path": "^0.12.7",
"phaser": "^3.55.2",
"ts-loader": "7.0.5"
},
"devDependencies": {
"@types/webpack-env": "^1.16.3",
"clean-webpack-plugin": "^4.0.0",
"copy-webpack-plugin": "^9.0.1",
"html-webpack-plugin": "^5.4.0",
"phaser-raycaster": "^0.10.2",
"typescript": "^3.9.6",
"webpack": "^5.59.1",
"webpack-cli": "^4.9.1",
"webpack-dev-server": "^4.3.1",
"@babel/core": "^7.7.2",
"@babel/preset-env": "^7.7.1",
"babel-loader": "^8.0.6",
"terser-webpack-plugin": "^2.2.1"
}
}