mirror of
https://github.com/tenrok/vue-cron-editor-bootstrap.git
synced 2026-05-15 11:59:45 +03:00
47 lines
1.4 KiB
JSON
47 lines
1.4 KiB
JSON
{
|
|
"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",
|
|
"browser": {
|
|
"./sfc": "src/VueCronEditorBootstrap.vue"
|
|
},
|
|
"scripts": {
|
|
"build:npm": "vue-cli-service build --target lib --name vueCronEditorBootstrap src/VueCronEditorBootstrap.vue",
|
|
"lint": "vue-cli-service lint --fix",
|
|
"serve": "vue-cli-service serve"
|
|
},
|
|
"dependencies": {
|
|
"core-js": "^3.26.0",
|
|
"cron-validator": "^1.3.1",
|
|
"cronstrue": "^2.14.0",
|
|
"vue": "^2.7.14"
|
|
},
|
|
"devDependencies": {
|
|
"@typescript-eslint/eslint-plugin": "^5.42.1",
|
|
"@typescript-eslint/parser": "^5.42.1",
|
|
"@vue/cli-plugin-babel": "^5.0.8",
|
|
"@vue/cli-plugin-eslint": "^5.0.8",
|
|
"@vue/cli-plugin-typescript": "^5.0.8",
|
|
"@vue/cli-service": "^5.0.8",
|
|
"@vue/eslint-config-typescript": "^11.0.2",
|
|
"eslint": "^7.32.0",
|
|
"eslint-plugin-prettier": "^4.2.1",
|
|
"eslint-plugin-vue": "^9.6.0",
|
|
"prettier": "^2.7.1",
|
|
"typescript": "^4.8.4",
|
|
"vue-template-compiler": "^2.7.14"
|
|
},
|
|
"peerDependencies": {
|
|
"bootstrap-vue": "^2.23.1"
|
|
},
|
|
"author": "alexmfreitas",
|
|
"license": "MIT",
|
|
"repository": {
|
|
"type": "git",
|
|
"url": "git+https://github.com/alexmfreitas/vue-cron-editor-bootstrap.git"
|
|
}
|
|
}
|