first commit
This commit is contained in:
@@ -0,0 +1,61 @@
|
||||
{
|
||||
"name": "open-print",
|
||||
"version": "0.0.0",
|
||||
"private": true,
|
||||
"type": "module",
|
||||
"scripts": {
|
||||
"dev": "vite",
|
||||
"build": "run-p type-check \"build-only {@}\" --",
|
||||
"preview": "vite preview",
|
||||
"build-only": "vite build",
|
||||
"type-check": "vue-tsc --build",
|
||||
"format": "prettier --write --experimental-cli src/"
|
||||
},
|
||||
"dependencies": {
|
||||
"@bwip-js/generic": "^4.11.2",
|
||||
"@codemirror/lang-json": "^6.0.2",
|
||||
"@tiptap/extension-font-family": "^3.29.2",
|
||||
"@tiptap/extension-text-style": "^3.29.2",
|
||||
"@tiptap/pm": "^3.29.2",
|
||||
"@tiptap/starter-kit": "^3.29.2",
|
||||
"@tiptap/vue-3": "^3.29.2",
|
||||
"@vueuse/core": "^14.4.0",
|
||||
"ajv": "^8.20.0",
|
||||
"codemirror": "^6.0.2",
|
||||
"dompurify": "^3.4.13",
|
||||
"fabric": "^7.4.0",
|
||||
"json-schema-to-ts": "^3.1.1",
|
||||
"jspdf": "^4.2.1",
|
||||
"mustache": "^4.2.0",
|
||||
"opentype.js": "^2.0.0",
|
||||
"pinia": "^4.0.2",
|
||||
"qrcode": "^1.5.4",
|
||||
"stylis": "^4.4.0",
|
||||
"svg2pdf.js": "^2.7.0",
|
||||
"vue": "^3.5.40",
|
||||
"vue-codemirror6": "^1.6.1",
|
||||
"xlsx": "^0.18.5"
|
||||
},
|
||||
"devDependencies": {
|
||||
"@iconify-json/carbon": "^1.2.25",
|
||||
"@tsconfig/node24": "^24.0.4",
|
||||
"@types/node": "^24.13.3",
|
||||
"@types/qrcode": "^1.5.6",
|
||||
"@vitejs/plugin-vue": "^6.0.8",
|
||||
"@vitest/coverage-v8": "^3.2.4",
|
||||
"@vue/tsconfig": "^0.9.1",
|
||||
"happy-dom": "^20.11.2",
|
||||
"naive-ui": "^2.44.1",
|
||||
"npm-run-all2": "^9.0.2",
|
||||
"prettier": "3.9.5",
|
||||
"typescript": "~6.0.0",
|
||||
"unocss": "^66.7.5",
|
||||
"vite": "^8.1.5",
|
||||
"vite-plugin-vue-devtools": "^8.1.5",
|
||||
"vitest": "^3.2.4",
|
||||
"vue-tsc": "^3.3.7"
|
||||
},
|
||||
"engines": {
|
||||
"node": "^22.18.0 || >=24.12.0"
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user