This repository has been archived by the owner on Feb 13, 2023. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 1
/
package.json
79 lines (79 loc) · 2.12 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
{
"name": "ltt-mapmaker",
"version": "2.3.7",
"description": "Visual Map Maker for Let Them Trade by Spaceflower.",
"productName": "Let Them Trade Map-Maker",
"author": "Griefed <[email protected]>",
"private": true,
"bugs": {
"url": "https://github.com/Griefed/ltt-mapmaker/issues"
},
"repository": {
"type": "git",
"url": "git+https://github.com/Griefed/ltt-mapmaker.git"
},
"license": "MITLicense",
"scripts": {
"start": "quasar dev",
"electron": "quasar dev -m electron",
"build": "quasar build",
"ebuild": "quasar build -m electron",
"lint": "eslint --ext .js,.vue,.ts ./",
"test": "echo \"No test specified\" && exit 0"
},
"dependencies": {
"@quasar/extras": "1.15.10",
"core-js": "3.27.1",
"noise-map": "1.1.0",
"mersenne-twister": "1.1.0",
"quasar": "^2.11.5"
},
"devDependencies": {
"@babel/eslint-parser": "7.19.1",
"@quasar/app": "3.3.3",
"electron": "22.0.3",
"electron-packager": "15.5.2",
"eslint": "8.31.0",
"eslint-config-prettier": "8.5.0",
"eslint-plugin-vue": "9.8.0",
"eslint-webpack-plugin": "3.2.0"
},
"browserslist": [
"last 10 Chrome versions",
"last 10 Firefox versions",
"last 4 Edge versions",
"last 7 Safari versions",
"last 8 Android versions",
"last 8 ChromeAndroid versions",
"last 8 FirefoxAndroid versions",
"last 10 iOS versions",
"last 5 Opera versions"
],
"engines": {
"node": ">= 16.9.1",
"npm": ">= 7.21.1",
"yarn": ">= 1.22.11"
},
"contributors": [
{
"name": "Griefed",
"email": "[email protected]",
"url": "https://github.com/Griefed"
},
{
"name": "Trungel",
"email": "[email protected]",
"url": "https://github.com/Trungel"
},
{
"name": "dependabot[bot]",
"email": "49699333+dependabot[bot]@users.noreply.github.com",
"url": "https://github.com/apps/dependabot"
},
{
"name": "github-actions[bot]",
"email": "41898282+github-actions[bot]@users.noreply.github.com",
"url": "https://github.com/apps/github-actions"
}
]
}