This repository has been archived by the owner on May 14, 2023. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 7
/
Copy pathpackage.json
54 lines (54 loc) · 1.56 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
{
"name": "last-war-manager",
"version": "1.3.4",
"description": "Some tweaking to the Last War UI and environment",
"repository": "https://github.com/j0Shi82/last-war-manager.git",
"author": "j0Shi82 <janosch.ferda@e-domizil.de>",
"license": "GPL-3.0-or-later",
"private": true,
"scripts": {
"build:dev": "webpack --mode development && yarn addTmMeta",
"build": "webpack --mode production && yarn addTmMeta",
"addTmMeta": "node src/scripts/tamperMonkeyPrepend.js"
},
"devDependencies": {
"@babel/core": "^7.16.0",
"@babel/plugin-transform-runtime": "^7.16.4",
"@babel/preset-env": "^7.16.4",
"babel-loader": "^8.2.3",
"css-loader": "^6.5.1",
"eslint": "7.32.0",
"eslint-config-airbnb-base": "^15.0.0",
"eslint-plugin-import": "^2.25.3",
"node-sass": "^6.0.1",
"npm-check-updates": "^12.0.2",
"sass-loader": "^12.3.0",
"style-loader": "^3.3.1",
"webpack-cli": "^4.9.1"
},
"dependencies": {
"@babel/runtime": "^7.16.3",
"@sentry/browser": "^6.15.0",
"dayjs": "^1.10.7",
"hotkeys-js": "^3.8.7",
"jquery": "^3.6.0",
"localforage": "^1.10.0",
"moment": "^2.29.1",
"moment-duration-format": "^2.3.2",
"numeral": "^2.0.6",
"webpack": "^5.64.4",
"worker-timers": "^7.0.42"
},
"resolutions": {
"tar": "^6.1.9",
"ansi-regex": "^5.0.1",
"path-parse": "^1.0.7",
"normalize-url": "^4.5.1",
"browserslist": "^4.16.5",
"ssri": "^8.0.1",
"hosted-git-info": "^3.0.8",
"lodash": "^4.17.21",
"y18n": "^4.0.1",
"json-schema": "^0.4.0"
}
}