-
Notifications
You must be signed in to change notification settings - Fork 1
/
package.json
96 lines (96 loc) · 2.61 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
{
"name": "php-proxy-hunter",
"version": "1.0.0",
"description": "Proxy Hunter Utility",
"main": "main.js",
"type": "module",
"scripts": {
"start": "php -S 0.0.0.0:4000",
"prepare": "husky install",
"build:assets": "rollup -c"
},
"keywords": [
"proxy",
"php",
"python",
"fingerprint"
],
"author": {
"name": "Dimas Lanjaka",
"email": "dimaslanjaka@gmail.com",
"url": "https://webmanajemen.com"
},
"license": "ISC",
"dependencies": {
"axios": "1",
"axios-cache-interceptor": "1",
"bluebird": "^3.7.2",
"cheerio": "^1.0.0",
"countries-list": "^3.1.1",
"crypto-js": "4.2.0",
"date-fns": "3",
"date-fns-tz": "3.1.3",
"deepmerge-ts": "7",
"fs-extra": "^11.2.0",
"glob": "^11.0.0",
"highlight.js": "^11.10.0",
"https-proxy-agent": "^7.0.5",
"jquery": "^3.7.1",
"lodash": "^4.17.21",
"moment-timezone": "^0.5.46",
"proxies-grabber": "^1.1.3",
"sbg-utility": "^2.0.5",
"socks-proxy-agent": "^8.0.4",
"upath": "^2.0.1"
},
"devDependencies": {
"@babel/core": "^7.26.0",
"@babel/preset-env": "^7.26.0",
"@eslint/eslintrc": "^3.1.0",
"@eslint/js": "^9.13.0",
"@rollup/plugin-babel": "^6.0.4",
"@rollup/plugin-commonjs": "^28.0.1",
"@rollup/plugin-json": "^6.1.0",
"@rollup/plugin-node-resolve": "^15.3.0",
"@types/babel__core": "^7",
"@types/babel__preset-env": "^7",
"@types/bluebird": "^3.5.42",
"@types/crypto-js": "^4",
"@types/fs-extra": "^11",
"@types/jquery": "^3.5.32",
"@types/lodash": "^4",
"@types/node": "^22.8.1",
"@typescript-eslint/eslint-plugin": "^8.11.0",
"@typescript-eslint/parser": "^8.11.0",
"autoprefixer": "^10.4.20",
"binary-collections": "https://github.com/dimaslanjaka/bin.git",
"cross-env": "^7.0.3",
"dotenv": "^16.4.5",
"eslint": "^9.13.0",
"eslint-config-prettier": "^9.1.0",
"eslint-plugin-prettier": "^5.2.1",
"flowbite": "^2.5.2",
"git-command-helper": "^2.0.2",
"globals": "^15.11.0",
"gulp": "^5.0.0",
"gulp-cli": "^3.0.0",
"husky": "^9.1.6",
"jsonc-parser": "^3.3.1",
"lint-staged": "^15.2.10",
"postcss": "^8.4.47",
"postcss-cli": "^11.0.0",
"postcss-import": "^16.1.0",
"postcss-loader": "^8.1.1",
"prettier": "^3.3.3",
"prettier-plugin-embed": "^0.4.15",
"prettier-plugin-sql": "^0.18.1",
"rollup": "^4.25.0",
"rollup-plugin-copy": "^3.5.0",
"rollup-plugin-dts": "^6.1.1",
"sass": "^1.80.4",
"tailwindcss": "^3.4.14",
"ts-node": "^10.9.2",
"typescript": "^5.6.3"
},
"packageManager": "yarn@4.5.1"
}