-
Notifications
You must be signed in to change notification settings - Fork 306
/
Copy pathpackage.json
84 lines (84 loc) · 2.15 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
{
"name": "elecV2P",
"version": "3.8.2",
"description": "customize personal network",
"main": "index.js",
"author": "https://github.com/elecV2",
"repository": {
"type": "git",
"url": "https://github.com/elecV2/elecV2P"
},
"engines": {
"node": ">=14.17.0"
},
"scripts": {
"build": "webpack --config config/webpack.product.config.js",
"start": "pm2 start index.js -n elecV2P --no-daemon",
"webdev": "webpack --config config/webpack.dev.config.js",
"dev": "set port=12521 && nodemon index.js"
},
"license": "Apache-2.0",
"bugs": {
"url": "https://github.com/elecV2/elecV2P/issues"
},
"keywords": [
"MITM",
"V2P",
"anyproxy",
"task",
"shell"
],
"dependencies": {
"adm-zip": "^0.5.12",
"anyproxy": "^4.1.3",
"axios": "^1.6.8",
"cheerio": "^1.0.0-rc.12",
"formidable": "^2.0.1",
"node-cron": "^3.0.2",
"pm2": "^5.2.0",
"rss": "^1.2.2"
},
"devDependencies": {
"@babel/core": "^7.19.0",
"@babel/preset-env": "^7.19.0",
"babel-eslint": "^10.1.0",
"babel-loader": "^8.2.2",
"babel-plugin-import": "^1.13.3",
"babel-polyfill": "^6.26.0",
"clean-webpack-plugin": "^3.0.0",
"compression-webpack-plugin": "^7.1.2",
"copy-webpack-plugin": "^7.0.0",
"css-loader": "^6.7.1",
"css-minimizer-webpack-plugin": "^4.1.0",
"eslint": "^7.18.0",
"eslint-plugin-vue": "^7.4.1",
"file-loader": "^6.2.0",
"html-webpack-plugin": "^5.5.0",
"mini-css-extract-plugin": "^2.6.1",
"optimize-css-assets-webpack-plugin": "^6.0.1",
"postcss": "^8.4.16",
"postcss-loader": "^7.0.1",
"style-loader": "^3.3.1",
"uglifyjs-webpack-plugin": "^2.2.0",
"url-loader": "^4.1.1",
"vue": "^2.7.10",
"vue-draggable-resizable": "^2.3.0",
"vue-loader": "^15.10.0",
"vue-template-compiler": "^2.7.10",
"vue2-editor": "^2.10.3",
"webpack": "^5.74.0",
"webpack-cli": "^4.10.0",
"webpack-dev-server": "^4.11.0",
"webpack-merge": "^5.8.0"
},
"nodemonConfig": {
"ignore": [
"logs",
"script/JSFile/*",
"script/Lists/*",
"script/Store/*",
"web/*",
"*test.js"
]
}
}