-
Notifications
You must be signed in to change notification settings - Fork 62
/
package.json
127 lines (127 loc) · 4.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
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
{
"name": "cocogoat-web",
"version": "0.1.0",
"private": true,
"scripts": {
"clean": "rimraf node_modules/.cache",
"serve": "vite",
"build": "vue-cli-service build",
"build:skel": "vite build -c vite.skel.config.mjs",
"build:singlefile": "vite build -- --singlefile",
"serve:vite": "vite",
"build:vite": "vite build",
"build:singlefile:vite": "vite build -- --singlefile",
"serve:webpack": "vue-cli-service serve",
"build:webpack": "vue-cli-service build",
"build:singlefile:webpack": "vue-cli-service build --singlefile",
"preview": "vite preview",
"lint": "vue-cli-service lint",
"postinstall": "git submodule update --init --remote --depth 1"
},
"dependencies": {
"@fortawesome/fontawesome-svg-core": "^6.5.2",
"@fortawesome/free-brands-svg-icons": "^6.5.2",
"@fortawesome/free-regular-svg-icons": "^6.5.2",
"@fortawesome/free-solid-svg-icons": "^6.5.2",
"@fortawesome/vue-fontawesome": "^3.0.6",
"@pansy/watermark": "^2.3.0",
"@sentry/vue": "^8.26.0",
"@vue/shared": "^3.4.25",
"color-diff": "^1.4.0",
"comlink": "^4.4.1",
"copy-to-clipboard": "^3.3.3",
"core-js": "^3.37.0",
"dayjs": "^1.11.10",
"delay": "^6.0.0",
"element-plus": "^2.7.1",
"exceljs": "^4.4.0",
"fastq": "^1.17.1",
"flyio": "^0.6.14",
"html2canvas": "^1.4.1",
"js-base64": "^3.7.7",
"jszip": "^3.10.1",
"lodash-es": "^4.17.21",
"mitt": "^3.0.1",
"murmurhash-js": "^1.0.0",
"onnxruntime-web": "1.10.0",
"pinia": "^2.1.7",
"qs": "^6.12.1",
"util": "^0.12.5",
"vue": "^3.4.25",
"vue-demi": "^0.14.7",
"vue-google-adsense": "^2.0.0",
"vue-monaco": "^1.2.2",
"vue-router": "^4.3.2",
"vue-scriptx": "^0.2.5",
"vue-virtual-scroller": "2.0.0-alpha.1",
"workbox-routing": "^7.1.0",
"workbox-strategies": "^7.1.0"
},
"devDependencies": {
"@babel/eslint-parser": "^7.24.1",
"@sentry/webpack-plugin": "^2.16.1",
"@swc/core": "^1.5.0",
"@types/color-diff": "^1.2.5",
"@types/lodash-es": "^4.17.12",
"@types/murmurhash-js": "^1.0.6",
"@types/qs": "^6.9.15",
"@types/serviceworker": "^0.0.85",
"@types/webpack-env": "^1.18.4",
"@typescript-eslint/eslint-plugin": "^7.7.1",
"@typescript-eslint/parser": "^7.7.1",
"@vitejs/plugin-vue": "^5.0.4",
"@vue/cli-plugin-babel": "^5.0.8",
"@vue/cli-plugin-eslint": "^5.0.8",
"@vue/cli-plugin-router": "^5.0.8",
"@vue/cli-plugin-typescript": "^5.0.8",
"@vue/cli-service": "^5.0.8",
"@vue/eslint-config-typescript": "^12.0.0",
"@vueuse/core": "^10.9.0",
"clean-webpack-plugin": "^4.0.0",
"esbuild-loader": "^4.1.0",
"eslint": "^8.57.0",
"eslint-config-alloy": "^5.1.2",
"eslint-config-prettier": "^9.1.0",
"eslint-plugin-prettier": "^5.1.3",
"eslint-plugin-vue": "^9.25.0",
"git-repo-info": "2.1.1",
"ifdef-loader": "^2.3.2",
"postinstall-postinstall": "^2.1.0",
"prettier": "^3.2.5",
"rollup-plugin-visualizer": "^5.12.0",
"sass": "^1.75.0",
"sass-loader": "^14.2.1",
"swc-loader": "^0.2.6",
"typescript": "^5.4.5",
"unplugin-auto-import": "^0.17.5",
"unplugin-vue-components": "^0.26.0",
"vite": "^5.2.10",
"vite-plugin-checker": "^0.6.4",
"vite-plugin-html": "^3.2.2",
"vite-plugin-ifdef": "1.0.5",
"vite-plugin-singlefile": "^2.0.1",
"vue-tsc": "^1.8.27",
"webpack-bundle-analyzer": "^4.10.2",
"worker-loader": "^3.0.8"
},
"packageManager": "[email protected]",
"pnpm": {
"patchedDependencies": {
"[email protected]": "patches/[email protected]",
"[email protected]": "patches/[email protected]",
"[email protected]": "patches/[email protected]"
},
"peerDependencyRules": {
"ignoreMissing": [
"vite",
"rollup",
"webpack",
"@babel/core"
]
},
"overrides": {
"@types/node": "link:.cache/empty",
"flyio>request": "link:.cache/empty"
}
}
}