2
0
mirror of https://github.com/tenrok/vue-cron-editor-bootstrap.git synced 2026-06-17 19:30:34 +03:00
This commit is contained in:
2022-11-10 00:50:44 +03:00
parent c6417fea48
commit 81dd9da0d6
9 changed files with 98 additions and 85 deletions
+15 -11
View File
@@ -2,16 +2,26 @@
"name": "@tenrok/vue-cron-editor-bootstrap",
"version": "0.2.1",
"private": false,
"main": "dist/vueCronEditorBootstrap.umd.js",
"module": "dist/vueCronEditorBootstrap.esm.js",
"unpkg": "dist/vueCronEditorBootstrap.min.js",
"repository": {
"type": "git",
"url": "git+https://github.com/alexmfreitas/vue-cron-editor-bootstrap.git"
},
"license": "MIT",
"author": "alexmfreitas",
"main": "dist/vue-cron-editor-bootstrap.umd.js",
"unpkg": "dist/vue-cron-editor-bootstrap.min.js",
"module": "dist/vue-cron-editor-bootstrap.esm.js",
"browser": {
"./sfc": "src/VueCronEditorBootstrap.vue"
},
"files": [
"dist/vue-cron-editor-bootstrap.*"
],
"scripts": {
"build:npm": "vue-cli-service build --target lib --name vueCronEditorBootstrap src/VueCronEditorBootstrap.vue",
"build": "vue-cli-service build --target lib src/VueCronEditorBootstrap.vue",
"build:demo": "vue-cli-service build",
"lint": "vue-cli-service lint --fix",
"serve": "vue-cli-service serve"
"serve": "vue-cli-service serve --open"
},
"dependencies": {
"core-js": "^3.26.0",
@@ -36,11 +46,5 @@
},
"peerDependencies": {
"bootstrap-vue": "^2.23.1"
},
"author": "alexmfreitas",
"license": "MIT",
"repository": {
"type": "git",
"url": "git+https://github.com/alexmfreitas/vue-cron-editor-bootstrap.git"
}
}