forked from LSS-Manager/LSSM-V.4
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
98 lines (98 loc) · 3.55 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
{
"version": "4.1.1+20201120.2357",
"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.32",
"@fortawesome/free-solid-svg-icons": "^5.15.1",
"@fortawesome/vue-fontawesome": "^2.0.0",
"broadcast-channel": "^3.3.0",
"combokeys": "^3.0.1",
"highcharts": "^8.2.2",
"localforage": "^1.8.1",
"lodash": ">=4.17.19",
"mini-svg-data-uri": "^1.2.3",
"moment": "^2.29.1",
"ua-parser-js": "^0.7.22",
"vue": "^2.6.12",
"vue-i18n": "^8.22.2",
"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.10.7",
"vue-slim-tabs": "^0.4.0",
"vuex": "^3.5.1"
},
"devDependencies": {
"@types/combokeys": "^2.4.6",
"@types/i18n-js": "^3.0.3",
"@types/jquery": "^3.5.4",
"@types/leaflet": "^1.5.19",
"@types/lodash": "^4.14.165",
"@types/node": "^14.14.9",
"@types/speed-measure-webpack-plugin": "^1.3.0",
"@types/ua-parser-js": "^0.7.33",
"@types/vue-select": "^2.5.1",
"@types/webpack-env": "^1.15.3",
"@typescript-eslint/eslint-plugin": "^4.8.1",
"@typescript-eslint/parser": "^4.8.1",
"@vuepress/plugin-active-header-links": "^1.7.0",
"@vuepress/plugin-back-to-top": "^1.7.0",
"all-contributors-cli": "^6.19.0",
"cache-loader": "^4.1.0",
"clean-webpack-plugin": "^3.0.0",
"copy-dir": "^1.3.0",
"css-loader": "^3.6.0",
"eslint": "^7.13.0",
"eslint-plugin-prettier": "^3.1.4",
"eslint-plugin-vue": "^7.1.0",
"html-loader": "^1.3.2",
"sass": "^1.29.0",
"sass-loader": "^10.1.0",
"speed-measure-webpack-plugin": "^1.3.3",
"string-replace-loader": "^2.3.0",
"terser": "^5.5.0",
"ts-loader": "^8.0.11",
"typescript": "^4.1.2",
"url-loader": "^4.1.1",
"vue-loader": "^15.9.5",
"vue-template-compiler": "^2.6.12",
"vuepress": "^1.7.0",
"vuepress-plugin-redirect": "^1.2.5",
"vuepress-plugin-smooth-scroll": "^0.0.10",
"vuepress-plugin-zooming": "^1.1.8",
"webpack": "^4.44.2",
"webpack-cli": "^4.2.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)",
"description": "Das Tool für das LSS in der Version 4"
}
}