-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
31 lines (31 loc) · 856 Bytes
/
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
{
"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"
},
"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",
"awesome-typescript-loader": "^3.4.1",
"babel-loader": "8.0.0-beta.2",
"browser-sync": "^2.18.13",
"browser-sync-webpack-plugin": "^1.2.0",
"html-webpack-plugin": "^2.30.1",
"raw-loader": "^0.5.1",
"typescript": "^2.7.2",
"webpack": "3.11.0"
},
"dependencies": {
"phaser": "3.11.0"
}
}