-
Notifications
You must be signed in to change notification settings - Fork 1
/
package.json
36 lines (36 loc) · 1.06 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
{
"name": "grid-swipe-game",
"version": "1.0.0",
"main": "index.js",
"license": "MIT",
"dependencies": {
"@babel/runtime": "^7.7.7",
"@koreez/phaser3-ninepatch": "^2.0.2",
"bezier-easing": "^2.1.0",
"phaser": "^3.22.0",
"phecs": "0.x.x",
"phinite-state-machine": "0.x.x"
},
"devDependencies": {
"@babel/cli": "^7.4.4",
"@babel/core": "^7.4.5",
"@babel/plugin-proposal-class-properties": "^7.4.4",
"@babel/plugin-proposal-object-rest-spread": "^7.4.4",
"@babel/plugin-transform-runtime": "^7.7.6",
"@babel/preset-env": "^7.4.5",
"@babel/preset-typescript": "^7.3.3",
"babel-loader": "^8.0.6",
"clean-webpack-plugin": "^3.0.0",
"copy-webpack-plugin": "^4.5.1",
"fork-ts-checker-webpack-plugin": "^1.3.7",
"raw-loader": "^0.5.1",
"typescript": "^3.8.3",
"webpack": "^4.0.0",
"webpack-cli": "^3.3.4",
"webpack-dev-server": "^3.0.0"
},
"scripts": {
"dev": "webpack-dev-server --config webpack.config.dev.js",
"gh-pages": "webpack --config webpack.config.gh-pages.js"
}
}