-
Notifications
You must be signed in to change notification settings - Fork 7
Expand file tree
/
Copy pathpackage.json
More file actions
53 lines (53 loc) · 1.33 KB
/
package.json
File metadata and controls
53 lines (53 loc) · 1.33 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
42
43
44
45
46
47
48
49
50
51
52
53
{
"name": "phaser-rpg-game",
"version": "1.0.0",
"description": "",
"main": "index.js",
"scripts": {
"build": "webpack",
"test": "jest",
"start": "npm run build && npx http-server"
},
"repository": {
"type": "git",
"url": "git+https://github.com/Tresor11/Phaser-RGP-Game.git"
},
"keywords": [],
"author": "",
"license": "ISC",
"jest": {
"setupFiles": [
"jest-canvas-mock"
]
},
"bugs": {
"url": "https://github.com/Tresor11/Phaser-RGP-Game/issues"
},
"homepage": "https://github.com/Tresor11/Phaser-RGP-Game#readme",
"devDependencies": {
"@babel/core": "^7.9.0",
"@babel/plugin-transform-runtime": "^7.9.0",
"@babel/preset-env": "^7.9.5",
"@types/babel-core": "^6.25.6",
"babel-core": "^6.26.3",
"babel-loader": "^8.1.0",
"babel-polyfill": "^6.26.0",
"babel-preset-es2015": "^6.24.1",
"babel-preset-stage-0": "^6.24.1",
"eslint": "^10.0.3",
"eslint-config-airbnb-base": "^14.2.1",
"eslint-plugin-import": "^2.20.2",
"jest": "^29.5.0",
"jest-canvas-mock": "^2.2.0",
"node-pre-gyp": "0.12.0",
"raw-loader": "^0.5.1",
"webpack": "^5.105.0",
"webpack-dev-server": "^4.15.0"
},
"dependencies": {
"@babel/runtime": "^7.9.2",
"http-server": "^14.1.1",
"node-fetch": "^3.2.10",
"phaser": "^3.3.0"
}
}