-
Notifications
You must be signed in to change notification settings - Fork 2
/
Copy pathpackage.json
47 lines (47 loc) · 1.31 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
44
45
46
47
{
"name": "lol2d",
"version": "1.0.0",
"description": "",
"main": "src/main.js",
"dependencies": {
"phaser": "^3.23.0",
"phaser3-rex-plugins": "^1.1.20"
},
"devDependencies": {
"@babel/core": "^7.9.6",
"@babel/preset-env": "^7.9.6",
"babel-eslint": "^10.1.0",
"babel-loader": "^8.1.0",
"babel-plugin-transform-export-extensions": "^6.22.0",
"clean-webpack-plugin": "^3.0.0",
"eslint": "^6.8.0",
"eslint-config-airbnb-base": "^14.1.0",
"eslint-config-prettier": "^6.11.0",
"eslint-plugin-import": "^2.20.2",
"eslint-plugin-prettier": "^3.1.3",
"file-loader": "^4.2.0",
"html-webpack-plugin": "^3.2.0",
"prettier": "^2.0.5",
"raw-loader": "^3.1.0",
"terser-webpack-plugin": "^2.3.6",
"webpack": "^4.43.0",
"webpack-cli": "^3.3.11",
"webpack-dev-server": "^3.11.0",
"webpack-merge": "^4.2.2"
},
"scripts": {
"build": "webpack --config webpack/prod.js ",
"start": "webpack-dev-server --config webpack/base.js --open"
},
"repository": {
"type": "git",
"url": "git+https://github.com/HoangTran0410/LOL2D.git"
},
"keywords": [],
"author": "Hoang Tran",
"license": "ISC",
"bugs": {
"url": "https://github.com/HoangTran0410/LOL2D/issues"
},
"homepage": "https://github.com/HoangTran0410/LOL2D#readme"
}