mirror of
https://github.com/tenrok/vue-cron-editor-bootstrap.git
synced 2026-06-17 19:30:34 +03:00
demo
This commit is contained in:
+15
-11
@@ -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"
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user