mirror of
https://github.com/tenrok/vue-cron-editor-bootstrap.git
synced 2026-05-18 12:39:48 +03:00
59 lines
1.7 KiB
JSON
59 lines
1.7 KiB
JSON
{
|
|
"name": "@tenrok/vue-cron-editor-bootstrap",
|
|
"version": "0.3.0",
|
|
"homepage": "https://github.com/tenrok/vue-cron-editor-bootstrap",
|
|
"bugs": {
|
|
"url": "https://github.com/tenrok/vue-cron-editor-bootstrap/issues"
|
|
},
|
|
"repository": {
|
|
"type": "git",
|
|
"url": "git+https://github.com/tenrok/vue-cron-editor-bootstrap.git"
|
|
},
|
|
"license": "MIT",
|
|
"author": {
|
|
"name": "alexmfreitas",
|
|
"url": "https://github.com/alexmfreitas"
|
|
},
|
|
"contributors": [
|
|
{
|
|
"name": "Sergey Solodyagin",
|
|
"url": "https://github.com/solodyagin"
|
|
}
|
|
],
|
|
"main": "dist/vue-cron-editor-bootstrap.umd.min.js",
|
|
"files": [
|
|
"dist/vue-cron-editor-bootstrap.*"
|
|
],
|
|
"scripts": {
|
|
"build": "vue-cli-service build --target lib --name vue-cron-editor-bootstrap lib/index.ts",
|
|
"demo:build": "vue-cli-service build",
|
|
"lint": "vue-cli-service lint --fix",
|
|
"serve": "vue-cli-service serve --open"
|
|
},
|
|
"dependencies": {
|
|
"bootstrap": "^4.6.0",
|
|
"core-js": "^3.33.1",
|
|
"cron-validator": "^1.3.1",
|
|
"cronstrue": "^2.14.0"
|
|
},
|
|
"devDependencies": {
|
|
"@typescript-eslint/eslint-plugin": "^5.62.0",
|
|
"@typescript-eslint/parser": "^5.62.0",
|
|
"@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.3",
|
|
"eslint": "^8.52.0",
|
|
"eslint-config-prettier": "^9.0.0",
|
|
"eslint-plugin-prettier": "^4.2.1",
|
|
"eslint-plugin-vue": "^9.18.0",
|
|
"prettier": "^2.8.8",
|
|
"typescript": "^4.9.5",
|
|
"vue-template-compiler": "^2.7.15"
|
|
},
|
|
"peerDependencies": {
|
|
"bootstrap-vue": "^2.23.1",
|
|
"vue": "^2.7.15"
|
|
}
|
|
} |