-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
executable file
·43 lines (43 loc) · 1.29 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
{
"name": "phaser3-typescript-webpack",
"version": "1.0.0",
"description": "",
"author": "troyedwardsjr",
"main": "index.js",
"scripts": {
"start": "webpack",
"dev": "webpack",
"deploy": "webpack --config webpack.production.config.js && ./node_modules/.bin/fuzhi assets build/assets"
},
"license": "MIT",
"devDependencies": {
"@babel/core": "^7.0.0-rc.2",
"@babel/plugin-proposal-class-properties": "^7.0.0-rc.2",
"@babel/polyfill": "^7.0.0-rc.2",
"@babel/preset-env": "^7.0.0-rc.2",
"@babel/preset-typescript": "^7.0.0-rc.2",
"@types/dat.gui": "^0.7.5",
"@types/node": "^12.7.2",
"@types/socket.io-client": "^1.4.32",
"awesome-typescript-loader": "^5.0.0",
"babel-loader": "8.0.0-beta.2",
"browser-sync": "^2.18.13",
"browser-sync-webpack-plugin": "^1.2.0",
"dat.gui": "^0.7.6",
"extract-text-webpack-plugin": "^4.0.0-beta.0",
"fuzhi": "^1.0.0",
"hard-source-webpack-plugin": "^0.13.1",
"html-webpack-plugin": "^4.0.0-beta.11",
"raw-loader": "^0.5.1",
"terser-webpack-plugin": "^2.2.1",
"typescript": "^3.5.2",
"webpack": "^4.41.2",
"webpack-cli": "^3.3.10",
"webpack-dev-server": "^3.9.0"
},
"dependencies": {
"phaser": "^3.20.1",
"rxjs": "^6.5.3",
"socket.io-client": "^2.3.0"
}
}