-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
34 lines (34 loc) · 1.03 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
{
"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",
"dependencies": {
"phaser": "3.12.0"
},
"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",
"tslint": "^5.9.1",
"tslint-language-service": "^0.9.9",
"tslint-sonarts": "^1.6.0"
}
}