-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
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": "0.0.0",
"description": "",
"author": "yamadashy",
"license": "MIT",
"bugs": {
"url": "https://github.com/yamadashy-sandbox/phaser3-typescript-webpack/issues"
},
"scripts": {
"build": "NODE_ENV=production webpack",
"dev": "NODE_ENV=development webpack -w",
"start": "NODE_ENV=development webpack-dev-server"
},
"dependencies": {
"phaser": "~3.23.0"
},
"devDependencies": {
"@babel/cli": "^7.10.4",
"@babel/core": "^7.10.4",
"@babel/plugin-proposal-class-properties": "^7.10.4",
"@babel/preset-env": "^7.10.4",
"@babel/preset-typescript": "^7.10.4",
"@typescript-eslint/eslint-plugin": "^3.5.0",
"@typescript-eslint/parser": "^3.5.0",
"babel-loader": "^8.1.0",
"css-loader": "^3.6.0",
"eslint": "^7.4.0",
"file-loader": "^6.0.0",
"html-webpack-plugin": "^4.3.0",
"mini-css-extract-plugin": "^0.9.0",
"node-sass": "^4.14.1",
"sass-loader": "^9.0.1",
"typescript": "^3.9.6",
"webpack": "^4.43.0",
"webpack-cli": "^3.3.12",
"webpack-dev-server": "^3.11.0"
},
"engines": {
"node": ">=10",
"yarn": "^1.18.0"
}
}