剩余模块:生产入库,销售出库
This commit is contained in:
55
node_modules/vue-qr/package.json
generated
vendored
Normal file
55
node_modules/vue-qr/package.json
generated
vendored
Normal file
@@ -0,0 +1,55 @@
|
||||
{
|
||||
"name": "vue-qr",
|
||||
"version": "4.0.9",
|
||||
"scripts": {
|
||||
"dev": "cross-env NODE_ENV=development webpack-dev-server --open --hot --host 0.0.0.0",
|
||||
"build": "cross-env NODE_ENV=production webpack --progress --hide-modules"
|
||||
},
|
||||
"license": "MIT",
|
||||
"author": "Binaryify",
|
||||
"homepage": "https://github.com/Binaryify/vue-qr#readme",
|
||||
"repository": {
|
||||
"type": "git",
|
||||
"url": "https://github.com/Binaryify/vue-qr.git"
|
||||
},
|
||||
"main": "dist/vue-qr.js",
|
||||
"devDependencies": {
|
||||
"@babel/cli": "^7.11.6",
|
||||
"@babel/core": "^7.11.6",
|
||||
"@babel/plugin-proposal-class-properties": "^7.16.7",
|
||||
"@babel/plugin-transform-runtime": "^7.11.5",
|
||||
"@babel/preset-env": "^7.11.5",
|
||||
"@babel/preset-stage-0": "^7.8.3",
|
||||
"babel-loader": "^8.1.0",
|
||||
"babel-plugin-lodash": "^3.3.4",
|
||||
"cross-env": "^7.0.2",
|
||||
"css-loader": "^4.3.0",
|
||||
"file-loader": "^6.1.0",
|
||||
"uuid": "^8.3.1",
|
||||
"vue": "^2.6.12",
|
||||
"vue-loader": "^15.9.3",
|
||||
"vue-template-compiler": "^2.6.12",
|
||||
"webpack": "^4.44.2",
|
||||
"webpack-cli": "^3.3.12",
|
||||
"webpack-dev-server": "^3.11.0"
|
||||
},
|
||||
"description": "The Vue 2.x component of Awesome-qr.js",
|
||||
"keywords": [
|
||||
"vue-qr",
|
||||
"vue qr",
|
||||
"vue qrcode",
|
||||
"qr",
|
||||
"vue"
|
||||
],
|
||||
"browserslist": [
|
||||
"> 1%",
|
||||
"last 2 versions",
|
||||
"not ie <= 8"
|
||||
],
|
||||
"dependencies": {
|
||||
"glob": "^8.0.1",
|
||||
"js-binary-schema-parser": "^2.0.2",
|
||||
"simple-get": "^4.0.1",
|
||||
"string-split-by": "^1.0.0"
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user