-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathpackage.json
67 lines (67 loc) · 1.94 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
{
"name": "socketlog-plus",
"version": "4.0.4",
"displayName": "SocketLog++",
"author": "@auooru",
"description": "Server API Remote Log Printing",
"private": true,
"engines": {
"node": ">= 18.20"
},
"type": "module",
"dependencies": {
"@vueuse/core": "^10.10.0",
"core-js-pure": "^3.37.1",
"element-plus": "^2.7.3",
"eventemitter3": "^5.0.1",
"naive-ui": "^2.38.2",
"pinia": "^2.1.7",
"radash": "^12.1.0",
"ulidx": "^2.3.0",
"vue": "^3.4.27",
"webextension-polyfill": "^0.12.0"
},
"devDependencies": {
"@eslint/js": "^8.57",
"@samrum/vite-plugin-web-extension": "^5.1.1",
"@types/chrome": "^0.0.268",
"@types/lodash-es": "^4.17.12",
"@types/webextension-polyfill": "^0.10.7",
"@typescript-eslint/eslint-plugin": "^7.11.0",
"@typescript-eslint/parser": "^7.11.0",
"@vicons/ionicons5": "^0.12.0",
"@vicons/utils": "^0.1.4",
"@vitejs/plugin-vue": "^5.0.4",
"@vue/eslint-config-typescript": "^13.0.0",
"eslint": "^8.57.0",
"eslint-define-config": "^2.1.0",
"eslint-plugin-vue": "^9.26.0",
"globals": "^15.3.0",
"rollup": "^4.18.0",
"typescript": "^5.4.5",
"unplugin-auto-import": "^0.17.6",
"unplugin-vue-components": "^0.27.0",
"vfonts": "^0.0.3",
"vite": "^5.2.12",
"vite-plugin-remove-console": "^2.2.0",
"vite-plugin-zip-pack": "^1.2.3",
"vue-tsc": "^2.0.19",
"web-ext": "^8.0.0"
},
"scripts": {
"build": "vue-tsc --noEmit && vite build",
"watch": "vite build --watch --mode development --minify false --sourcemap true",
"dev": "vite",
"serve:firefox": "web-ext run --start-url \"about:debugging#/runtime/this-firefox\" --source-dir ./dist/",
"serve:chrome": "web-ext run -t chromium --start-url \"https://example.com\" --source-dir ./dist/"
},
"browserslist": [
"Chrome >= 116",
"Edge >= 116",
"Firefox >= 113",
"not dead"
],
"volta": {
"node": "18.20.3"
}
}