-
Notifications
You must be signed in to change notification settings - Fork 3
/
package.json
77 lines (77 loc) · 2.28 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
{
"name": "anti-testportal",
"description": "Bypass for blur check on testportal.pl(net)",
"version": "4.2.1",
"scripts": {
"build:dev": "webpack --config webpack.dev.js",
"build": "webpack --config webpack.prod.js",
"lint:script": "eslint --ext .js,.ts --ignore-path .gitignore",
"lint:style": "stylelint **/*.css --ignore-path .gitignore",
"lint": "yarn lint:script && yarn lint:style"
},
"repository": {
"type": "git",
"url": "git+https://github.com/Lumm1t/anti-testportal.git"
},
"keywords": [
"testportal",
"cheat",
"hack",
"time",
"page",
"changing"
],
"author": "Lumm1t",
"license": "MIT",
"bugs": {
"url": "https://github.com/Lumm1t/anti-testportal/issues"
},
"lint-staged": {
"*.{js,ts}": "eslint",
"*.{css}": "stylelint"
},
"husky": {
"hooks": {
"commit-msg": "commitlint -E HUSKY_GIT_PARAMS",
"pre-commit": "lint-staged"
}
},
"homepage": "https://github.com/Lumm1t/anti-testportal#readme",
"devDependencies": {
"@babel/core": "^7.15.0",
"@babel/plugin-transform-runtime": "^7.15.0",
"@babel/preset-env": "^7.15.0",
"@babel/preset-typescript": "^7.15.0",
"@commitlint/cli": "^13.1.0",
"@commitlint/config-conventional": "^13.1.0",
"@types/chrome": "^0.0.154",
"@types/webpack-env": "^1.16.2",
"@typescript-eslint/eslint-plugin": "4",
"babel-loader": "^8.2.2",
"babel-plugin-transform-class-properties": "^6.24.1",
"copy-webpack-plugin": "^9.0.1",
"eslint": "7",
"eslint-config-prettier": "^8.3.0",
"eslint-config-standard-with-typescript": "^20.0.0",
"eslint-plugin-import": "2",
"eslint-plugin-import-helpers": "^1.1.0",
"eslint-plugin-node": "11",
"eslint-plugin-prettier": "^3.4.1",
"eslint-plugin-promise": "5",
"eslint-plugin-security": "^1.4.0",
"eslint-plugin-sonarjs": "^0.10.0",
"eslint-plugin-unicorn": "^35.0.0",
"husky": "^7.0.2",
"lint-staged": "^11.1.2",
"minify-html-webpack-plugin": "^1.1.6",
"prettier": "^2.3.2",
"stylelint": "^13.13.1",
"stylelint-config-prettier": "^8.0.2",
"stylelint-config-standard": "^22.0.0",
"ts-loader": "^9.2.5",
"typescript": "^4.4.2",
"webpack": "^5.51.1",
"webpack-cli": "^4.8.0",
"webpack-merge": "^5.8.0"
}
}