-
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
51 lines (51 loc) · 1.62 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
{
"name": "mod621",
"displayName": "RE621 Mod Tools",
"namespace": "mod621.bitwolfy.com",
"version": "1.0.14",
"description": "Moderation toolkit for e621.net",
"author": "bitWolfy",
"contributors": [
"bitWolfy <@bitWolfy#7932>",
"Earlopain <@Earlopain#9703>"
],
"main": "./dist/script.user.js",
"license": "GPL-3.0",
"homepage": "https://github.com/re621/re621.ModTools",
"funding": "https://ko-fi.com/bitwolfy",
"repository": "github:re621/re621.ModTools",
"scripts": {
"push": "npm version patch && git push --follow-tags",
"push-minor": "npm version minor&& git push --follow-tags",
"build": "webpack",
"eslint": "npx eslint ."
},
"dependencies": {
"@re621/zestyapi": "^0.1.13",
"jquery": "^3.6.0",
"jquery-ui": "^1.13.2",
"jquery.hotkeys": "^0.1.0"
},
"devDependencies": {
"@types/jquery": "^3.5.14",
"@types/jqueryui": "^1.12.16",
"@types/tampermonkey": "^4.0.5",
"@typescript-eslint/eslint-plugin": "^5.4.0",
"@typescript-eslint/parser": "^5.4.0",
"css-loader": "^6.7.1",
"dotenv": "^16.0.1",
"eslint": "^8.2.0",
"eslint-webpack-plugin": "^3.2.0",
"sass": "^1.43.4",
"sass-loader": "^13.0.2",
"sass-to-string": "^1.6.3",
"style-loader": "^3.3.1",
"terser": "^5.14.2",
"terser-webpack-plugin": "^5.3.3",
"to-string-loader": "^1.2.0",
"ts-loader": "^9.3.1",
"typescript": "^4.5.2",
"webpack": "^5.74.0",
"webpack-cli": "^4.10.0"
}
}