-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
59 lines (59 loc) · 2.61 KB
/
package.json
File metadata and controls
59 lines (59 loc) · 2.61 KB
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
{
"OVN": "[==👽OVN==]",
"name": "webscript",
"ScriptName": "Global.Custom",
"description": "全局定制",
"intact": "顶部加载条 => 进度条 | 个性化滚动条 | 网页手势 | favicon 替换 | 自定义字体 | 百度 / Google / Bing / 语雀 / ComfyUI / DeepSeek / ChatGPT ... 等多站点 个性化/优化/增强",
"version": "7.0.1",
"license": "Apache-2.0",
"author": "voszerooo",
"contact": "Viktor.Dennie@Gmail.com",
"github": "https://github.com/voszerooo",
"homepage": "https://github.com/voszerooo/WebScript",
"source": "greasyfork.org/scripts/579569",
"type": "module",
"main": "src/custom.js",
"scripts": {
"dev": "webpack serve --config webpack.config.dev.js",
"build": "cross-env BUILD_VERSION=true webpack --config webpack.config.build.js",
"build:release": "cross-env BUILD_VERSION=true BUILD_TARGET=release webpack --config webpack.config.build.js",
"build:patch": "pnpm version patch --recursive --no-git-tag-version && pnpm build:release && node script/publish.js",
"build:minor": "pnpm version minor --recursive --no-git-tag-version && pnpm build:release && node script/publish.js",
"build:major": "pnpm version major --recursive --no-git-tag-version && pnpm build:release && node script/publish.js",
"x": "cross-env BUILD_VERSION=true ANALYZE=true webpack --config webpack.config.build.js",
"scss": "node script/compile.js"
},
"devDependencies": {
"@babel/core": "^7.29.0",
"@babel/eslint-parser": "^7.28.6",
"@babel/preset-env": "^7.29.5",
"@parcel/watcher": "^2.5.6",
"babel-loader": "^10.1.1",
"babel-plugin-transform-remove-console": "^6.9.4",
"case-sensitive-paths-webpack-plugin": "^2.4.0",
"circular-dependency-plugin": "^5.2.2",
"cross-env": "^10.1.0",
"css-loader": "^7.1.4",
"duplicate-package-checker-webpack-plugin": "^3.0.0",
"eslint": "^9.39.4",
"eslint-plugin-import": "^2.32.0",
"eslint-webpack-plugin": "^6.0.0",
"prettier": "^3.8.3",
"progress-bar-webpack-plugin": "^2.1.0",
"sass": "^1.99.0",
"sass-loader": "^16.0.8",
"string-replace-loader": "^3.3.0",
"style-loader": "^4.0.0",
"terser-webpack-plugin": "^5.6.0",
"webpack": "^5.106.2",
"webpack-bundle-analyzer": "^5.3.0",
"webpack-cli": "^7.0.2",
"webpack-dev-server": "^5.2.4"
},
"browserslist": [
"last 2 Chrome versions",
"last 2 Firefox versions",
"last 2 Safari versions",
"> 1%"
]
}