mirror of
https://github.com/tenrok/vue-cron-editor-bootstrap.git
synced 2026-05-15 11:59:45 +03:00
60 lines
1.6 KiB
JSON
60 lines
1.6 KiB
JSON
{
|
|
"name": "@tenrok/vue-cron-editor-bootstrap",
|
|
"version": "0.2.2",
|
|
"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.common.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.29.0",
|
|
"cron-validator": "^1.3.1",
|
|
"cronstrue": "^2.14.0",
|
|
"vue": "^2.7.14"
|
|
},
|
|
"devDependencies": {
|
|
"@typescript-eslint/eslint-plugin": "^5.50.0",
|
|
"@typescript-eslint/parser": "^5.50.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.2",
|
|
"eslint": "^8.33.0",
|
|
"eslint-config-prettier": "^8.6.0",
|
|
"eslint-plugin-prettier": "^4.2.1",
|
|
"eslint-plugin-vue": "^9.17.0",
|
|
"prettier": "^2.8.8",
|
|
"typescript": "^4.9.5",
|
|
"vue-template-compiler": "^2.7.14"
|
|
},
|
|
"peerDependencies": {
|
|
"@tenrok/bootstrap-vue": "^2.23.2"
|
|
}
|
|
}
|