-
Notifications
You must be signed in to change notification settings - Fork 2
/
package.json
44 lines (44 loc) · 1.04 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
{
"name": "ferry_ship",
"version": "1.0.0",
"description": "渡船 QQ 群电影搜索机器人基于 Mirai",
"main": "index.js",
"scripts": {
"build-linux": "npm run prod && bee pack -be GOOS=linux -exs=.:node_modules:src:logs:conf/app.conf",
"watch": "npx mix watch",
"debug": "npx mix",
"prod": "npx mix --production"
},
"repository": {
"type": "git",
"url": "git+https://github.com/haxibiao/ferry_ship.git"
},
"keywords": [
"mirai-web"
],
"author": "PBK-B",
"license": "ISC",
"bugs": {
"url": "https://github.com/haxibiao/ferry_ship/issues"
},
"homepage": "https://github.com/haxibiao/ferry_ship#readme",
"devDependencies": {
"@babel/preset-react": "^7.12.13",
"laravel-mix": "^6.0.13",
"postcss": "^8.2.8",
"resolve-url-loader": "^3.1.2",
"sass": "^1.32.8",
"sass-loader": "^10.1.1",
"less": "^2.7.3",
"less-loader": "^4.1.0",
"react": "^17.0.1",
"react-dom": "^17.0.1"
},
"dependencies": {
"axios": "^0.21.1",
"axios-hooks": "^2.4.1",
"js-md5": "^0.7.3",
"qrcode": "^1.4.4",
"rsuite": "^4.9.2"
}
}