-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathpackage.json
87 lines (87 loc) · 2.5 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
{
"name": "yuki-plugin",
"version": "2.0.6-8",
"author": "snowtafir",
"description": "优纪插件,yunzai-V4 关于 微博推送、B站推送 等功能的拓展插件",
"main": "./index",
"license": "MIT",
"type": "module",
"scripts": {
"build": "rollup --config ./rollup.config.js",
"img-dev": "npx tsx watch --clear-screen=false jsxp.server.ts",
"render-test": "npx tsx ./render.test.ts",
"css-app": "tailwindcss -i ./input.css -o ./public/output.css",
"css-dev": "tailwindcss -i ./input.css -o ./public/output.css --watch",
"css-m": "tailwindcss -i ./input.css -o ./public/output.css -m",
"format": "prettier --write .",
"check-format": "git diff --exit-code",
"prepare": "husky"
},
"repository": {
"type": "git",
"url": "https://gitee.com/snowtafir/yuki-plugin"
},
"dependencies": {
"axios": "^1.7.9",
"chokidar": "^4.0.1",
"jsdom": "^25.0.1",
"jsxp": "1.0.8",
"lodash": "^4.17.21",
"md5": "^2.3.0",
"moment": "^2.30.1",
"node-fetch": "^3.3.2",
"puppeteer": "^23.11.1",
"qrcode": "^1.5.4",
"react": "^18.3.1",
"react-dom": "^18.3.1",
"redis": "^4.7.0",
"yaml": "^2.6.1",
"json5": "^2.2.3"
},
"devDependencies": {
"@types/chokidar": "2.1.7",
"@types/node-fetch": "^2.6.11",
"@rollup/plugin-commonjs": "^26.0.1",
"@rollup/plugin-image": "^3.0.3",
"@rollup/plugin-json": "^6.1.0",
"@rollup/plugin-node-resolve": "^15.2.3",
"@rollup/plugin-replace": "^5.0.7",
"@rollup/plugin-terser": "^0.4.4",
"@rollup/plugin-typescript": "^11.1.6",
"@types/rollup-plugin-auto-external": "^2.0.5",
"@types/jsdom": "^21.1.7",
"@types/md5": "^2.3.5",
"@types/node": "^22.2.0",
"@types/qrcode": "^1.5.5",
"@types/react": "^18.3.3",
"@types/react-dom": "^18.3.0",
"@types/yaml": "1.9.7",
"axios": "^1.7.9",
"chokidar": "^4.0.1",
"husky": "^9.1.6",
"jsxp": "1.0.8",
"jsdom": "^25.0.1",
"lodash": "^4.17.21",
"md5": "^2.3.0",
"node-fetch": "^3.3.2",
"pm2": "^5.4.2",
"prettier": "^3.4.2",
"puppeteer": "^23.11.1",
"qrcode": "^1.5.4",
"react": "^18.3.1",
"react-dom": "^18.3.1",
"redis": "^4.7.0",
"rollup": "^4.20.0",
"rollup-plugin-auto-external": "^2.0.0",
"rollup-plugin-copy": "^3.5.0",
"rollup-plugin-dts": "^6.1.1",
"rollup-plugin-ignore": "^1.0.10",
"typescript": "^5.6.3",
"yaml": "^2.6.1",
"tsx": "4.19.2",
"json5": "^2.2.3"
},
"engines": {
"node": ">=20"
}
}