-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
92 lines (92 loc) · 2.74 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
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
{
"name": "recycle-game",
"version": "0.0.0",
"description": "A Phaser 3 game that shows the love for recycling waste",
"author": "Vladimir Ivanov <https://omhet.github.io/>",
"scripts": {
"build": "node scripts/build",
"clean": "rm -rf build",
"deploy": "scripts/deploy.sh",
"lint": "eslint --ignore-path .gitignore .",
"lint:fix": "npm run lint -- --fix",
"release": "standard-version --no-verify",
"start": "node scripts/start"
},
"homepage": "https://omhet.github.io/recycle-game",
"repository": {
"type": "git",
"url": "https://github.com/Omhet/recycle-game"
},
"bugs": {
"url": "https://github.com/Omhet/recycle-game/issues"
},
"devDependencies": {
"@babel/core": "7.7.2",
"@babel/plugin-proposal-class-properties": "7.7.0",
"@babel/preset-env": "7.7.1",
"@commitlint/cli": "8.2.0",
"@commitlint/config-conventional": "8.2.0",
"@svgr/webpack": "4.3.3",
"@typescript-eslint/eslint-plugin": "2.7.0",
"@typescript-eslint/parser": "2.7.0",
"babel-eslint": "10.0.3",
"babel-jest": "24.9.0",
"babel-loader": "8.0.6",
"babel-plugin-named-asset-import": "0.3.4",
"bfj": "7.0.1",
"camelcase": "5.3.1",
"case-sensitive-paths-webpack-plugin": "2.2.0",
"css-loader": "3.2.0",
"dotenv": "8.2.0",
"dotenv-expand": "5.1.0",
"eslint": "6.6.0",
"eslint-loader": "3.0.2",
"eslint-plugin-babel": "5.3.0",
"eslint-plugin-flowtype": "4.4.1",
"eslint-plugin-import": "2.18.2",
"eslint-plugin-jsx-a11y": "6.2.3",
"eslint-plugin-prettier": "3.1.1",
"file-loader": "4.2.0",
"fs-extra": "8.1.0",
"gitploy": "0.1.0",
"html-webpack-plugin": "4.0.0-beta.5",
"husky": "3.0.9",
"is-wsl": "2.1.1",
"jsonlint": "1.6.3",
"lint-staged": "9.4.3",
"mini-css-extract-plugin": "0.8.0",
"optimize-css-assets-webpack-plugin": "5.0.3",
"phaser": "3.20.1",
"pnp-webpack-plugin": "1.5.0",
"postcss-flexbugs-fixes": "4.1.0",
"postcss-loader": "3.0.0",
"postcss-normalize": "8.0.1",
"postcss-preset-env": "6.7.0",
"postcss-safe-parser": "4.0.1",
"prettier": "1.19.1",
"react-dev-utils": "9.1.0",
"resolve": "1.12.0",
"resolve-url-loader": "3.1.1",
"sass-loader": "8.0.0",
"semver": "6.3.0",
"standard-version": "6",
"style-loader": "1.0.0",
"terser-webpack-plugin": "2.2.1",
"ts-pnp": "1.1.5",
"url-loader": "2.2.0",
"webpack": "4.41.2",
"webpack-dev-server": "3.9.0",
"webpack-manifest-plugin": "2.2.0",
"workbox-webpack-plugin": "4.3.1"
},
"engines": {
"node": ">=8.6",
"npm": ">=5.3"
},
"private": true,
"license": "MIT",
"dependencies": {
"phaser-matter-collision-plugin": "^0.10.2",
"phaser3-rex-plugins": "^1.1.11"
}
}