-
Notifications
You must be signed in to change notification settings - Fork 2
/
Copy pathpackage.json
47 lines (47 loc) · 1.32 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
{
"name": "dmhy-download-helper",
"version": "1.6.2",
"description": "A userscript for share.dmhy.org.",
"private": true,
"type": "module",
"scripts": {
"dev": "vite build --watch --mode dev",
"build": "vite build",
"serve": "vite preview",
"test": "vitest --run",
"lint": "eslint --ext .js,.cjs,.vue .",
"lint:fix": "eslint --fix --ext .js,.cjs,.vue ."
},
"repository": {
"type": "git",
"url": "git+https://github.com/kuoruan/dmhy-download-helper.git"
},
"author": "Xingwang Liao",
"license": "MIT",
"bugs": {
"url": "https://github.com/kuoruan/dmhy-download-helper/issues"
},
"homepage": "https://github.com/kuoruan/dmhy-download-helper#readme",
"dependencies": {
"vue": "^2.7.16",
"xbytes": "^1.9.1"
},
"devDependencies": {
"@vitejs/plugin-vue2": "^2.3.1",
"@vue/eslint-config-prettier": "^9.0.0",
"@vue/language-plugin-pug": "^2.0.19",
"chalk": "^5.3.0",
"eslint": "^8.57.0",
"eslint-plugin-prettier": "^5.1.3",
"eslint-plugin-simple-import-sort": "^12.1.0",
"eslint-plugin-vitest": "^0.3.26",
"eslint-plugin-vue": "^9.26.0",
"prettier": "^3.2.5",
"pug": "^3.0.2",
"stylus": "^0.63.0",
"vite": "^5.2.11",
"vite-plugin-banner": "^0.7.1",
"vite-plugin-css-injected-by-js": "^3.5.1",
"vitest": "^1.6.0"
}
}