-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
57 lines (57 loc) · 1.71 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
{
"name": "map-editor",
"version": "1.0.3",
"boilerplate_version": "1.0.3",
"description": "",
"scripts": {
"dev": "webpack serve --env env=dev devServer",
"build:dev": "webpack --env env=dev",
"build:prod": "webpack --env env=production",
"build": "webpack --env env=production",
"preview": "npx http-server ./dist --port 8000",
"preview:firebase": "firebase emulators:start",
"lint": "eslint .",
"deploy": "webpack --env env=production && firebase deploy --only hosting:map-editor"
},
"author": "Home-based Studio",
"license": "UNLICENSED",
"private": true,
"devDependencies": {
"@typescript-eslint/eslint-plugin": "^5.37.0",
"@typescript-eslint/parser": "^5.37.0",
"browserslist": "^4.21.4",
"clean-css": "^5.3.1",
"clean-webpack-plugin": "^4.0.0",
"eslint": "^8.23.1",
"extract-loader": "^5.1.0",
"file-loader": "^6.2.0",
"html-loader": "^4.1.0",
"html-webpack-plugin": "^5.5.0",
"http-server": "^14.1.1",
"image-webpack-loader": "^8.1.0",
"json5-loader": "^4.0.1",
"node-polyfill-webpack-plugin": "^2.0.1",
"schema-utils": "^4.0.0",
"ts-loader": "^9.3.1",
"typescript": "^4.8.3",
"webpack": "^5.74.0",
"webpack-cli": "^4.10.0",
"webpack-dev-server": "^4.11.0",
"workbox-expiration": "^6.5.4",
"workbox-routing": "^6.5.4",
"workbox-strategies": "^6.5.4",
"xml-minify-loader": "^0.0.2"
},
"dependencies": {
"@home-based-studio/phaser3-utils": "0.4.11",
"bowser": "2.11.0",
"phaser": "^3.60.0",
"phaser3-rex-plugins": "^1.1.73",
"svelte": "^4.0.0",
"svelte-loader": "^3.1.8"
},
"packageManager": "[email protected]",
"browserslist": [
"defaults and not ie 11"
]
}