forked from LSS-Manager/LSSM-V.4
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
107 lines (107 loc) · 3.83 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
{
"version": "4.2.6+20210521.1626",
"license": "CC-BY-NC-SA-4.0",
"scripts": {
"predev": "tsc -b scripts && node scripts predev",
"dev": "tsc -b scripts && node scripts dev",
"postdev": "tsc -b scripts && node scripts docs",
"prebuild": "tsc -b scripts && node scripts preBuild",
"build": "tsc -b scripts && node scripts build",
"postbuild": "tsc -b scripts && node scripts docs",
"eslint:fix": "tsc -b scripts && node scripts lint",
"order-json": "tsc -b scripts && node scripts sort",
"fetch-emojis": "tsc -b scripts && node scripts emojis",
"tsc:prebuild": "tsc -b scripts && node scripts tscPrebuild",
"tsc:build": "tsc -b scripts && node scripts tscBuild",
"tsc:docs": "tsc -b scripts && node scripts tscDocs"
},
"dependencies": {
"@fortawesome/fontawesome-svg-core": "^1.2.35",
"@fortawesome/free-solid-svg-icons": "^5.15.3",
"@fortawesome/vue-fontawesome": "^2.0.2",
"broadcast-channel": "^3.6.0",
"combokeys": "^3.0.1",
"he": "^1.2.0",
"highcharts": "^9.1.0",
"localforage": "^1.8.1",
"lodash": ">=4.17.21",
"mini-svg-data-uri": "^1.3.3",
"moment": "^2.29.1",
"pdfmake": "^0.1.71",
"semver": "^7.3.5",
"showdown": "^1.9.1",
"ua-parser-js": "^0.7.28",
"vue": "^2.6.12",
"vue-i18n": "^8.24.4",
"vue-js-modal": "2.0.0-rc.3",
"vue-js-toggle-button": "^1.3.3",
"vue-notification": "^1.3.20",
"vue-responsive-dash": "^0.5.0",
"vue-select": "^3.11.2",
"vue-slim-tabs": "^0.4.0",
"vuex": "^3.6.2"
},
"devDependencies": {
"@types/combokeys": "^2.4.6",
"@types/he": "^1.1.1",
"@types/i18n-js": "^3.8.1",
"@types/jquery": "^3.5.5",
"@types/leaflet": "^1.7.0",
"@types/lodash": "^4.14.169",
"@types/node": "^15.3.1",
"@types/node-fetch": "^2.5.10",
"@types/pdfmake": "^0.1.17",
"@types/semver": "^7.3.6",
"@types/showdown": "^1.9.3",
"@types/speed-measure-webpack-plugin": "^1.3.3",
"@types/ua-parser-js": "^0.7.36",
"@types/vue-select": "^3.11.1",
"@types/webpack-env": "^1.16.0",
"@typescript-eslint/eslint-plugin": "^4.24.0",
"@typescript-eslint/parser": "^4.24.0",
"@vuepress/plugin-active-header-links": "^1.8.2",
"@vuepress/plugin-back-to-top": "^1.8.2",
"all-contributors-cli": "^6.20.0",
"cache-loader": "^4.1.0",
"copy-dir": "^1.3.0",
"css-loader": "^5.2.4",
"eslint": "^7.26.0",
"eslint-plugin-prettier": "^3.4.0",
"eslint-plugin-vue": "^7.9.0",
"html-loader": "^2.1.2",
"moment-timezone": "^0.5.33",
"node-fetch": "^2.6.1",
"sass": "^1.33.0",
"sass-loader": "^10.1.1",
"speed-measure-webpack-plugin": "^1.5.0",
"string-replace-loader": "^2.3.0",
"terser": "^5.7.0",
"ts-loader": "^9.0.0",
"typescript": "^4.2.4",
"url-loader": "^4.1.1",
"vue-loader": "^15.9.7",
"vue-template-compiler": "^2.6.12",
"vuepress": "^1.8.2",
"vuepress-plugin-redirect": "^1.2.5",
"vuepress-plugin-smooth-scroll": "^0.0.10",
"vuepress-plugin-zooming": "^1.1.8",
"webpack": "^4.46.0",
"webpack-loader-append-prepend": "^1.0.2"
},
"engines": {
"node": ">=14.8.0",
"npm": ">=6.14.6"
},
"prettier": {
"endOfLine": "lf",
"quoteProps": "consistent",
"singleQuote": true,
"tabWidth": 4,
"trailingComma": "es5"
},
"userscript": {
"name": "LSS-Manager V.4",
"author": "Aisaka | Sanni | Jan (jxn_30) | Ron31",
"description": "Das Tool für das LSS in der Version 4"
}
}