move deck print to frontend
Showing
| ... | ... | @@ -10,6 +10,7 @@ |
| "replace": "sed -r -i 's/href=\\.\\//href=https:\\/\\/cdntx.moecube.com\\/ygopro\\//g' ./dist/index.html" | ||
| }, | ||
| "dependencies": { | ||
| "@pdf-lib/fontkit": "^1.1.1", | ||
| "bootstrap": "5.1.3", | ||
| "chokidar": "^3.5.2", | ||
| "datatables.net": "1.11.3", | ||
| ... | ... | @@ -18,12 +19,14 @@ |
| "echarts": "3.7.2", | ||
| "element-ui": "2.15.7", | ||
| "follow-redirects": "^1.14.7", | ||
| "fonteditor-core": "^2.6.3", | ||
| "glob-parent": "^6.0.2", | ||
| "is-svg": "^4.3.2", | ||
| "js-yaml": "2.1.3", | ||
| "moment": "^2.29.1", | ||
| "normalize-wheel": "^1.0.1", | ||
| "parse-asn1": "^5.1.6", | ||
| "pdf-lib": "^1.17.1", | ||
| "resize-observer-polyfill": "^1.5.1", | ||
| "shelljs": "0.7.7", | ||
| "swiper": "^7.3.1", | ||
| ... | ... | @@ -35,7 +38,8 @@ |
| "vue-router": "2.2.0", | ||
| "vuex": "2.4.0", | ||
| "watchpack": "2.3.1", | ||
| "watchpack-chokidar2": "2.0.1" | ||
| "watchpack-chokidar2": "2.0.1", | ||
| "ygopro-deck-encode": "^1.0.15" | ||
| }, | ||
| "devDependencies": { | ||
| "autoprefixer": "6.7.2", | ||
| ... | ... |
File added
File added
Please register or sign in to comment