-
Notifications
You must be signed in to change notification settings - Fork 0
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": "phaser3-project-template",
"version": "1.1.0",
"description": "A Phaser 3 Project Template",
"main": "src/index.ts",
"scripts": {
"build": "webpack --mode production --config webpack/config.js",
"start": "webpack-dev-server --progress --config webpack/dev.config.js",
"deploy": "gh-pages -d build"
},
"author": "Leadhome",
"repository": {
"type": "git",
"url": "git+https://github.com/leadhomesa/flap.git"
},
"license": "MIT",
"devDependencies": {
"@leadhome/eslint-config": "^1.3.0",
"@types/webpack-env": "^1.14.0",
"@typescript-eslint/eslint-plugin": "^2.2.0",
"@typescript-eslint/parser": "^2.2.0",
"clean-webpack-plugin": "^1.0.0",
"file-loader": "^3.0.1",
"html-webpack-plugin": "^3.2.0",
"husky": "^3.0.5",
"prettier": "^1.18.2",
"raw-loader": "^1.0.0",
"source-map-loader": "^0.2.4",
"ts-loader": "^6.1.0",
"typescript": "^3.6.3",
"webpack": "^4.28.3",
"webpack-cli": "^3.2.1",
"webpack-dev-server": "^3.1.14"
},
"dependencies": {
"copy-webpack-plugin": "^5.0.4",
"dotenv": "^8.1.0",
"gh-pages": "^2.1.1",
"phaser": "^3.16.2"
}
}