QRCode/package.json
2022-04-21 17:53:52 +08:00

23 lines
522 B
JSON

{
"name": "qrcode",
"private": true,
"version": "0.0.0",
"scripts": {
"dev": "vite --host",
"build": "vue-tsc --noEmit && vite build",
"preview": "vite preview"
},
"dependencies": {
"bootstrap": "^5.1.3",
"element-plus": "^2.1.10",
"html5-qrcode": "^2.2.1",
"vue": "^3.2.25"
},
"devDependencies": {
"@vitejs/plugin-vue": "^2.3.1",
"typescript": "^4.5.4",
"vite": "^2.9.5",
"vue-tsc": "^0.34.7"
}
}