forked from LSS-Manager/LSSM-V.4
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
129 lines (129 loc) · 4.3 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
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
{
"name": "lss-manager-v4",
"version": "4.7.9+20231019.0547",
"license": "CC-BY-NC-SA-4.0",
"scripts": {
"quickbuild": "./build/build.sh --quick",
"dev": "./build/build.sh --full",
"build": "./build/build.sh --full --production",
"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 install",
"postinstall": "husky install"
},
"dependencies": {
"@fortawesome/fontawesome-free": "6.4.2",
"@fortawesome/fontawesome-svg-core": "6.4.2",
"@fortawesome/free-regular-svg-icons": "6.4.2",
"@fortawesome/free-solid-svg-icons": "6.4.2",
"@fortawesome/vue-fontawesome": "2.0.10",
"acorn": "8.10.0",
"acorn-walk": "8.2.0",
"broadcast-channel": "4.20.2",
"emoji-toolkit": "8.0.0",
"he": "1.2.0",
"highcharts": "11.1.0",
"highcharts-vue": "1.4.3",
"leaflet.heat": "0.2.0",
"localforage": "1.10.0",
"lodash": "4.17.21",
"mini-svg-data-uri": "1.4.4",
"moment": "2.29.4",
"pinia": "2.1.7",
"qrcode": "1.5.3",
"semver": "7.5.4",
"showdown": "2.1.0",
"ua-parser-js": "1.0.36",
"vue": "2.7.14",
"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.2",
"vue-slim-tabs": "0.4.0"
},
"devDependencies": {
"@types/he": "1.2.2",
"@types/i18n-js": "3.8.7",
"@types/jquery": "3.5.24",
"@types/js-yaml": "4.0.8",
"@types/leaflet": "1.9.7",
"@types/lodash": "4.14.200",
"@types/node": "18.18.6",
"@types/pdfmake": "0.2.7",
"@types/prettier": "2.7.3",
"@types/qrcode": "1.5.4",
"@types/semver": "7.5.4",
"@types/showdown": "2.0.3",
"@types/simpleheat": "0.4.2",
"@types/tampermonkey": "4.20.4",
"@types/ua-parser-js": "0.7.38",
"@types/vue-select": "3.16.6",
"@types/webpack-env": "1.18.3",
"@typescript-eslint/eslint-plugin": "6.8.0",
"@typescript-eslint/parser": "6.8.0",
"all-contributors-cli": "6.26.1",
"copy-dir": "1.3.0",
"css-loader": "6.8.1",
"eslint": "8.51.0",
"eslint-config-prettier": "9.0.0",
"eslint-import-resolver-typescript": "3.6.1",
"eslint-plugin-compat": "4.2.0",
"eslint-plugin-import": "2.28.1",
"eslint-plugin-jsdoc": "46.8.2",
"eslint-plugin-markdownlint": "0.5.0",
"eslint-plugin-prettier": "5.0.1",
"eslint-plugin-regexp": "1.15.0",
"eslint-plugin-tsdoc": "0.2.17",
"eslint-plugin-unicorn": "48.0.1",
"eslint-plugin-vue": "9.17.0",
"html-loader": "4.2.0",
"husky": "8.0.3",
"js-yaml": "4.1.0",
"moment-timezone": "0.5.43",
"prettier": "3.0.3",
"sass": "1.69.4",
"sass-loader": "13.3.2",
"simpleheat": "0.4.0",
"terser": "5.22.0",
"ts-loader": "9.5.0",
"ts-node": "10.9.1",
"typescript": "5.2.2",
"url-loader": "4.1.1",
"util": "0.12.5",
"vue-loader": "15.10.1",
"vue-template-compiler": "2.7.14",
"webpack": "5.89.0"
},
"engines": {
"node": "18.18.0"
},
"packageManager": "[email protected]",
"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."
}
}