-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathpackage.json
More file actions
72 lines (72 loc) · 2.01 KB
/
Copy pathpackage.json
File metadata and controls
72 lines (72 loc) · 2.01 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
59
60
61
62
63
64
65
66
67
68
69
70
71
72
{
"name": "tcgtoolws",
"version": "0.0.0",
"private": true,
"type": "module",
"engines": {
"node": "^20.19.0 || >=22.12.0"
},
"scripts": {
"dev": "vite",
"build": "npm run build:index && vite build",
"build:index": "node scripts/build-card-index.js",
"preview": "vite preview",
"setup-img": "node scripts/setup-images.js",
"lint:check": "oxlint",
"lint": "oxlint --fix",
"fmt": "oxfmt",
"fmt:check": "oxfmt --check",
"db:init": "npx wrangler d1 execute ws-account-db --local --file=./schema.sql"
},
"dependencies": {
"@cj-tech-master/excelts": "^10.2.0",
"@zumer/snapdom": "^2.12.0",
"brotli-wasm": "^3.0.1",
"clipboard-polyfill": "^4.1.1",
"comlink": "^4.4.2",
"detect-gpu": "^5.0.70",
"dompurify": "^3.4.8",
"epic-spinners": "^2.0.0",
"flexsearch": "^0.8.212",
"hono": "^4.12.23",
"htmlparser2": "^12.0.0",
"jsoncrush": "^1.1.8",
"jwt-decode": "^4.0.0",
"lean-qr": "^2.7.1",
"localforage": "^1.10.0",
"lottie-web": "^5.13.0",
"lz-string": "^1.5.0",
"nanoid": "^5.1.11",
"node-vibrant": "^4.0.4",
"nprogress": "^0.2.0",
"pako": "^2.1.0",
"pinia": "^3.0.4",
"pinia-plugin-persistedstate": "^4.7.1",
"sanitize-filename": "^1.6.4",
"sensitive-word-tool": "^1.1.10",
"version-polling": "^1.3.3",
"vue": "^3.5.35",
"vue-advanced-cropper": "^2.8.9",
"vue-router": "^5.0.7",
"vuetify": "^3.12.7"
},
"devDependencies": {
"@cloudflare/vite-plugin": "^1.40.2",
"@iconify-json/mdi": "^1.2.3",
"@vitejs/plugin-vue": "^6.0.6",
"globals": "^17.6.0",
"oxfmt": "^0.54.0",
"oxlint": "^1.69.0",
"rollup-plugin-visualizer": "^6.0.3",
"sass-embedded": "^1.92.1",
"terser": "^5.47.1",
"unocss": "^66.6.8",
"unplugin-vue-components": "^32.0.0",
"vite": "^8.0.16",
"vite-plugin-lqip": "^0.0.5",
"vite-plugin-pwa": "^1.3.0",
"vite-plugin-vue-devtools": "^8.1.2",
"vite-plugin-vuetify": "^2.1.3",
"vite-svg-loader": "^5.1.1"
}
}