makeit-scan/package.json
makeit 5ae509a56e
All checks were successful
continuous-integration/drone/push Build is passing
drone.yml
2024-08-07 16:22:10 +08:00

26 lines
612 B
JSON

{
"name": "makeit-scan",
"version": "1.0.0",
"author": {
"url": "https://blog.makeit.vip",
"name": "lirongtong",
"email": "lirongtong@hotmail.com",
"github": "https://github.com/lirongtong"
},
"scripts": {
"dev": "vite",
"build": "vite build"
},
"dependencies": {
"@zxing/library": "^0.18.3",
"ant-design-vue": "^2.0.0-rc.8",
"vue": "^3.0.5"
},
"devDependencies": {
"@vue/compiler-sfc": "^3.0.5",
"less": "^3.12.2",
"less-loader": "^7.0.2",
"vite": "^1.0.0-rc.13"
}
}