|
@@ -8,6 +8,7 @@
|
|
|
"name": "vuetify-project",
|
|
|
"version": "0.0.0",
|
|
|
"dependencies": {
|
|
|
+ "@lucky-canvas/vue": "^0.1.11",
|
|
|
"@mdi/font": "7.0.96",
|
|
|
"@vuepic/vue-datepicker": "^8.7.0",
|
|
|
"@wangeditor/editor": "^5.1.23",
|
|
@@ -696,6 +697,57 @@
|
|
|
"@jridgewell/sourcemap-codec": "^1.4.14"
|
|
|
}
|
|
|
},
|
|
|
+ "node_modules/@lucky-canvas/vue": {
|
|
|
+ "version": "0.1.11",
|
|
|
+ "resolved": "https://registry.npmmirror.com/@lucky-canvas/vue/-/vue-0.1.11.tgz",
|
|
|
+ "integrity": "sha512-5vm0txSKRBtMgrE/HZEvw1joSTx9NTdAkc8tBp/aX0LxyhQtiTVBLsRgdYUK/OiURCL8bo+046BTGnV+Q4JFlg==",
|
|
|
+ "license": "Apache-2.0",
|
|
|
+ "dependencies": {
|
|
|
+ "@vue/composition-api": "^1.0.0",
|
|
|
+ "lucky-canvas": "^1.7.23",
|
|
|
+ "vue-demi": "^0.7.4"
|
|
|
+ },
|
|
|
+ "peerDependencies": {
|
|
|
+ "vue": "^2.0.0 || >=3.0.0-rc.0"
|
|
|
+ },
|
|
|
+ "peerDependenciesMeta": {
|
|
|
+ "@vue/composition-api": {
|
|
|
+ "optional": true
|
|
|
+ }
|
|
|
+ }
|
|
|
+ },
|
|
|
+ "node_modules/@lucky-canvas/vue/node_modules/@vue/composition-api": {
|
|
|
+ "version": "1.7.2",
|
|
|
+ "resolved": "https://registry.npmmirror.com/@vue/composition-api/-/composition-api-1.7.2.tgz",
|
|
|
+ "integrity": "sha512-M8jm9J/laYrYT02665HkZ5l2fWTK4dcVg3BsDHm/pfz+MjDYwX+9FUaZyGwEyXEDonQYRCo0H7aLgdklcIELjw==",
|
|
|
+ "license": "MIT",
|
|
|
+ "peerDependencies": {
|
|
|
+ "vue": ">= 2.5 < 2.7"
|
|
|
+ }
|
|
|
+ },
|
|
|
+ "node_modules/@lucky-canvas/vue/node_modules/vue-demi": {
|
|
|
+ "version": "0.7.5",
|
|
|
+ "resolved": "https://registry.npmmirror.com/vue-demi/-/vue-demi-0.7.5.tgz",
|
|
|
+ "integrity": "sha512-eFSQSvbQdY7C9ujOzvM6tn7XxwLjn0VQDXQsiYBLBwf28Na+2nTQR4BBBcomhmdP6mmHlBKAwarq6a0BPG87hQ==",
|
|
|
+ "hasInstallScript": true,
|
|
|
+ "license": "MIT",
|
|
|
+ "bin": {
|
|
|
+ "vue-demi-fix": "bin/vue-demi-fix.js",
|
|
|
+ "vue-demi-switch": "bin/vue-demi-switch.js"
|
|
|
+ },
|
|
|
+ "funding": {
|
|
|
+ "url": "https://github.com/sponsors/antfu"
|
|
|
+ },
|
|
|
+ "peerDependencies": {
|
|
|
+ "@vue/composition-api": "^1.0.0-beta.1",
|
|
|
+ "vue": "^2.6.0 || >=3.0.0-rc.1"
|
|
|
+ },
|
|
|
+ "peerDependenciesMeta": {
|
|
|
+ "@vue/composition-api": {
|
|
|
+ "optional": true
|
|
|
+ }
|
|
|
+ }
|
|
|
+ },
|
|
|
"node_modules/@mdi/font": {
|
|
|
"version": "7.0.96",
|
|
|
"resolved": "https://registry.npmmirror.com/@mdi/font/-/font-7.0.96.tgz",
|
|
@@ -5004,6 +5056,12 @@
|
|
|
"node": ">=10"
|
|
|
}
|
|
|
},
|
|
|
+ "node_modules/lucky-canvas": {
|
|
|
+ "version": "1.7.27",
|
|
|
+ "resolved": "https://registry.npmmirror.com/lucky-canvas/-/lucky-canvas-1.7.27.tgz",
|
|
|
+ "integrity": "sha512-Ftz6qD+863bI7xijBmZg3dw3cNEc7odPr70EZQcGA14y3TgTAzH65HPosOCd6kKUlMwhntBaHMx3onoj9MtJRQ==",
|
|
|
+ "license": "Apache-2.0"
|
|
|
+ },
|
|
|
"node_modules/magic-string": {
|
|
|
"version": "0.30.11",
|
|
|
"resolved": "https://registry.npmmirror.com/magic-string/-/magic-string-0.30.11.tgz",
|