-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
50 lines (50 loc) · 1.42 KB
/
Copy pathpackage.json
File metadata and controls
50 lines (50 loc) · 1.42 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
{
"name": "RPG-Game-JS-Captsone",
"version": "1.0.0",
"description": "This project consist on building a video game using JavaScript and the game engine [Phaser](https://phaser.io/).",
"private": true,
"scripts": {
"test": "jest",
"dev": "webpack --mode development ",
"build": "webpack --mode production"
},
"repository": {
"type": "git",
"url": "git+https://github.com/imahnama/RPG-Game-JS-Captsone.git"
},
"keywords": [],
"author": "",
"license": "ISC",
"bugs": {
"url": "https://github.com/imahnama/RPG-Game-JS-Captsone/issues"
},
"homepage": "https://github.com/imahnama/RPG-Game-JS-Captsone#readme",
"devDependencies": {
"@babel/core": "^7.11.6",
"@babel/preset-env": "^7.11.5",
"babel-core": "6",
"babel-jest": "^26.3.0",
"babel-loader": "^7.0.0",
"clean-webpack-plugin": "^3.0.0",
"css-loader": "^4.3.0",
"eslint": "^6.8.0",
"eslint-config-airbnb-base": "^14.1.0",
"eslint-loader": "^4.0.2",
"eslint-plugin-import": "^2.20.2",
"file-loader": "^6.1.0",
"jest": "^26.4.2",
"style-loader": "^1.2.1",
"stylelint": "^13.3.3",
"stylelint-config-standard": "^20.0.0",
"stylelint-csstree-validator": "^1.8.0",
"stylelint-scss": "^3.17.2",
"webpack": "^4.44.1",
"webpack-cli": "^3.3.12"
},
"dependencies": {
"@babel/polyfill": "^7.11.5",
"axios": "^0.20.0",
"phaser": "^3.24.1",
"uuid": "^8.3.0"
}
}