This repository has been archived by the owner on Nov 14, 2022. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
55 lines (55 loc) · 1.57 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
{
"name": "jvshoot",
"version": "0.9.0",
"description": "Simple space-shooter in the JVlike universe",
"author": "MGK <[email protected]>",
"main": "index.js",
"scripts": {
"start": "webpack --watch",
"serve": "http-server www -o /facebook.html --ssl -c-1 -p 8080 -a 127.0.0.1",
"build": "webpack"
},
"devDependencies": {
"@babel/core": "^7.12.3",
"@babel/plugin-proposal-class-properties": "^7.12.1",
"@babel/preset-env": "^7.12.1",
"babel-eslint": "^9.0.0",
"browser-sync": "^2.26.13",
"browser-sync-webpack-plugin": "^2.2.2",
"browsersync": "0.0.1-security",
"cordova-android": "^9.0.0",
"cordova-browser": "^6.0.0",
"cordova-plugin-vibration": "^3.1.1",
"cordova-plugin-whitelist": "^1.3.4",
"eslint": "^5.5.0",
"eslint-config-standard": "^12.0.0",
"eslint-plugin-import": "^2.22.1",
"eslint-plugin-node": "^7.0.1",
"eslint-plugin-promise": "^4.0.0",
"eslint-plugin-standard": "^4.0.2",
"expose-loader": "^0.7.3",
"melanke-watchjs": "^1.5.0",
"mespeak": "^2.0.2",
"phaser": "^3.0.0",
"phaser3-rex-plugins": "^1.1.31",
"webpack": "^4.44.2",
"babel-loader": "^8.0.6",
"clean-webpack-plugin": "^3.0.0",
"file-loader": "^4.2.0",
"html-webpack-plugin": "^3.2.0",
"raw-loader": "^3.1.0",
"terser-webpack-plugin": "^2.2.1",
"webpack-cli": "^3.3.10",
"webpack-dev-server": "^3.9.0",
"webpack-merge": "^4.2.2",
"http-server": "^0.11.1"
},
"cordova": {
"plugins": {
"cordova-plugin-whitelist": {}
},
"platforms": [
"browser"
]
}
}