-
-
Notifications
You must be signed in to change notification settings - Fork 97
Expand file tree
/
Copy pathpackage.json
More file actions
132 lines (132 loc) · 4.43 KB
/
package.json
File metadata and controls
132 lines (132 loc) · 4.43 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
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
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
{
"name": "lss-manager-v4",
"version": "4.7.12+20260331.1836",
"license": "CC-BY-NC-SA-4.0",
"scripts": {
"quickbuild": "./build/build.sh --quick",
"dev": "./build/build.sh --full",
"dev:local": "./build/build.sh --local",
"dev:serve": "./build/build.sh --serve",
"build": "./build/build.sh --full --production",
"build:api": "./build/build.sh --api",
"docs": "./build/build.sh --docs",
"format": "./build/build.sh --format",
"eslint:fix": "./build/build.sh --eslint",
"check-tsc": "./build/build.sh --tsc",
"pre-commit": "./build/build.sh --pre-commit",
"prepare": "husky",
"postinstall": "husky"
},
"dependencies": {
"@fortawesome/fontawesome-free": "7.2.0",
"@fortawesome/fontawesome-svg-core": "7.2.0",
"@fortawesome/free-regular-svg-icons": "7.2.0",
"@fortawesome/free-solid-svg-icons": "7.2.0",
"@fortawesome/vue-fontawesome": "2.0.10",
"acorn": "8.16.0",
"acorn-walk": "8.3.5",
"broadcast-channel": "4.20.2",
"emoji-toolkit": "10.0.0",
"he": "1.2.0",
"highcharts": "11.4.8",
"highcharts-vue": "1.4.3",
"leaflet.heat": "0.2.0",
"localforage": "1.10.0",
"lodash": "4.17.23",
"mini-svg-data-uri": "1.4.4",
"moment": "2.30.1",
"pinia": "2.3.1",
"qrcode": "1.5.4",
"semver": "7.7.4",
"showdown": "2.1.0",
"ua-parser-js": "2.0.9",
"vue": "2.7.16",
"vue-i18n": "8.28.2",
"vue-i18n-composable": "2.0.0",
"vue-js-modal": "2.0.1",
"vue-js-toggle-button": "1.3.3",
"vue-notification": "1.3.20",
"vue-responsive-dash": "0.5.0",
"vue-select": "3.20.4",
"vue-slim-tabs": "0.4.0"
},
"devDependencies": {
"@types/he": "1.2.3",
"@types/i18n-js": "3.8.9",
"@types/jquery": "3.5.32",
"@types/js-yaml": "4.0.9",
"@types/leaflet": "1.9.16",
"@types/lodash": "4.17.14",
"@types/node": "24.12.0",
"@types/pdfmake": "0.2.11",
"@types/qrcode": "1.5.5",
"@types/semver": "7.5.8",
"@types/showdown": "2.0.6",
"@types/simpleheat": "0.4.3",
"@types/tampermonkey": "5.0.4",
"@types/ua-parser-js": "0.7.39",
"@types/vue-select": "3.16.8",
"@types/webpack-env": "1.18.5",
"@typescript-eslint/eslint-plugin": "7.3.1",
"@typescript-eslint/parser": "7.3.1",
"all-contributors-cli": "6.26.1",
"copy-dir": "1.3.0",
"css-loader": "7.1.4",
"eslint": "8.57.0",
"eslint-config-prettier": "10.1.8",
"eslint-import-resolver-typescript": "4.4.4",
"eslint-plugin-compat": "6.2.0",
"eslint-plugin-import": "2.32.0",
"eslint-plugin-jsdoc": "62.8.1",
"eslint-plugin-markdownlint": "0.9.0",
"eslint-plugin-prettier": "5.5.5",
"eslint-plugin-regexp": "2.10.0",
"eslint-plugin-tsdoc": "0.5.2",
"eslint-plugin-unicorn": "56.0.1",
"eslint-plugin-vue": "9.32.0",
"html-loader": "5.1.0",
"husky": "9.1.7",
"js-yaml": "4.1.1",
"local-web-server": "5.4.0",
"moment-timezone": "0.6.1",
"prettier": "3.8.1",
"sass": "1.98.0",
"sass-loader": "16.0.7",
"simpleheat": "0.4.0",
"terser": "5.46.1",
"ts-loader": "9.5.4",
"ts-node": "10.9.2",
"typescript": "5.5.4",
"url-loader": "4.1.1",
"util": "0.12.5",
"vue-loader": "15.10.1",
"vue-template-compiler": "2.7.16",
"webpack": "5.105.4"
},
"engines": {
"node": "24.14.0"
},
"packageManager": "yarn@4.12.0",
"workspaces": [
"./docs/.vuepress/"
],
"prettier": {
"arrowParens": "avoid",
"endOfLine": "lf",
"quoteProps": "consistent",
"singleQuote": true,
"tabWidth": 4,
"trailingComma": "es5"
},
"browserslist": [
"last 7 chrome major versions",
"last 7 edge major versions",
"last 7 firefox major versions",
"last 7 opera major versions"
],
"userscript": {
"name": "LSS-Manager V.4",
"author": "The LSSM-Team: Sanni, Jan (jxn_30), Ron31, Crazycake",
"description": "LSSM V4 is a Script-Collection for Leitstellenspiel, Missionchief, Meldkamerspel and its other language versions."
}
}