-
Notifications
You must be signed in to change notification settings - Fork 100
Expand file tree
/
Copy pathpackage.json
More file actions
58 lines (58 loc) · 1.75 KB
/
Copy pathpackage.json
File metadata and controls
58 lines (58 loc) · 1.75 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
{
"name": "bilibili-live-tasks-helper",
"private": true,
"version": "7.3.2",
"type": "module",
"scripts": {
"dev": "vite",
"build": "run-p type-check \"build-minify {@}\" --",
"build-minify": "run-s \"build-only {@}\" minify --",
"preview": "vite preview",
"build-only": "vite build",
"type-check": "vue-tsc --build",
"lint": "run-s -c lint:script lint:style",
"lint:script": "eslint . --fix --cache",
"lint:style": "stylelint \"src/**/*.{css,less,scss,vue}\" --fix",
"format": "prettier --write --experimental-cli src/",
"minify": "node scripts/minifyUserscript.js",
"svg2vue": "node scripts/convertSvgToVue.js"
},
"dependencies": {
"ajax-hook": "^3.0.3",
"crypto-js": "^4.2.0",
"element-plus": "^2.14.0",
"hotkeys-js": "^4.0.4",
"lodash": "^4.18.1",
"luxon": "^3.7.2",
"pinia": "^3.0.4",
"vue": "^3.5.34",
"vue-draggable-plus": "^0.6.1"
},
"devDependencies": {
"@tsconfig/node24": "^24.0.4",
"@types/crypto-js": "^4.2.2",
"@types/luxon": "^3.7.1",
"@types/node": "^24.13.1",
"@vitejs/plugin-vue": "^6.0.7",
"@vitejs/plugin-vue-jsx": "^5.1.5",
"@vue/eslint-config-typescript": "^14.8.0",
"@vue/tsconfig": "^0.9.1",
"eslint": "^10.4.1",
"eslint-config-prettier": "^10.1.8",
"eslint-plugin-vue": "~10.9.0",
"jiti": "^2.7.0",
"npm-run-all2": "^8.0.4",
"prettier": "^3.8.3",
"stylelint": "^17.13.0",
"stylelint-config-recess-order": "^7.7.0",
"stylelint-config-recommended-vue": "^1.6.1",
"stylelint-config-standard": "^40.0.0",
"stylelint-order": "^8.1.1",
"svgo": "^4.0.1",
"terser": "^5.48.0",
"typescript": "~6.0.3",
"vite": "^8.0.16",
"vite-plugin-monkey": "^8.0.6",
"vue-tsc": "^3.3.4"
}
}