forked from pt-plugins/PT-Plugin-Plus
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
79 lines (79 loc) · 2.37 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
{
"name": "pt-plugin-plus",
"version": "1.6.1",
"packageManager": "[email protected]",
"type": "module",
"author": {
"name": "ronggang",
"url": "https://github.com/ronggang"
},
"archiverName": "PT-Plugin-Plus",
"displayName": "PT 助手 Plus",
"homepage": "https://github.com/pt-plugins/PT-Plugin-Plus",
"scripts": {
"lint": "eslint ./src/ --ext ts,vue,js",
"build": "yarn build:index && yarn build:content && yarn build:background",
"dev:index": "vite build --watch",
"dev:background": "yarn build:background -- --mode development",
"dev:content": "yarn build:content -- --mode development",
"build:index": "vite build",
"build:background": "vite build --config vite.config.background.ts",
"build:content": "vite build --config vite.config.content.ts"
},
"dependencies": {
"basiccontext": "^3.5.1",
"caniuse-lite": "^1.0.30001612",
"crypto-js": "^4.2.0",
"dayjs": "^1.11.5",
"dom-to-image": "^2.6.0",
"dotenv": "^8.2.0",
"extend": "^3.0.2",
"file-saver": "^2.0.5",
"highcharts": "^10.2.1",
"highcharts-vue": "^1.4.0",
"i18next": "^21.9.1",
"jszip": "^3.10.1",
"parse-torrent": "^11.0.16",
"ua-parser-js": "^1.0.2",
"url-parse": "^1.5.10",
"vue": "~2.7.0",
"vue-class-component": "^6.3.2",
"vue-i18n": "^8.11.2",
"vue-property-decorator": "^7.0.0",
"vue-router": "~3.5.4",
"vuetify": "^1.3.0",
"vuex": "^3.0.1",
"webdav": "^5.6.0"
},
"devDependencies": {
"@types/blueimp-md5": "^2.18.0",
"@types/chrome": "^0.0.75",
"@types/crypto-js": "^3.1.43",
"@types/dom-to-image": "^2.6.4",
"@types/extend": "^3.0.1",
"@types/file-saver": "^2.0.5",
"@types/jquery": "^3.5.14",
"@types/node": "20",
"@types/parse-torrent": "^5.8.7",
"@types/ua-parser-js": "^0.7.36",
"@types/url-parse": "^1.4.8",
"@typescript-eslint/eslint-plugin": "^7.7.1",
"@typescript-eslint/parser": "^7.7.1",
"@vitejs/plugin-vue2": "^2.3.1",
"@vue/eslint-config-typescript": "^13.0.0",
"eslint": "^8.57.0",
"eslint-plugin-vue": "^9.25.0",
"git-rev-sync": "^3.0.2",
"sass": "^1.75.0",
"sass-loader": "^14.2.1",
"typescript": "^5.4.5",
"vite": "^5.2.10",
"vite-plugin-node-polyfills": "^0.21.0",
"vue-template-compiler": "~2.7.0"
},
"browserslist": [
"> 1%",
"last 2 versions",
"not ie <= 8"
]
}