forked from mengzonefire/rapid-upload-userscript
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
41 lines (41 loc) · 1.12 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
{
"name": "rapidupload-userscript",
"version": "2.7.8",
"description": "用于提取和生成百度网盘秒传链接",
"main": "app.tsx",
"scripts": {
"build": "webpack --config webpack.config.js"
},
"repository": {
"type": "git",
"url": "git+https://github.com/mengzonefire/rapid-upload-userscript.git"
},
"author": "mengzonefire",
"license": "GPLv3",
"bugs": {
"url": "https://github.com/mengzonefire/rapid-upload-userscript/issues"
},
"homepage": "https://greasyfork.org/zh-CN/scripts/424574",
"dependencies": {
"js-base64": "^3.7.2",
"spark-md5": "^3.0.2",
"sweetalert2": "^11.7.1"
},
"devDependencies": {
"@types/jquery": "^3.5.6",
"@types/spark-md5": "^3.0.2",
"@types/tampermonkey": "^4.0.2",
"css-loader": "^6.7.1",
"mini-css-extract-plugin": "^2.6.0",
"node-sass": "^7.0.3",
"sass": "^1.49.9",
"sass-loader": "^12.6.0",
"text-loader": "^0.0.1",
"ts-loader": "^9.2.5",
"typescript": "^4.3.5",
"webpack": "^5.76.0",
"webpack-cli": "^4.8.0",
"webpack-node-externals": "^3.0.0",
"webpack-userscript": "^2.5.8"
}
}