mirror of
https://github.com/tenrok/vue-cron-editor-bootstrap.git
synced 2026-06-20 20:10:34 +03:00
refactoring
This commit is contained in:
+57
-48
@@ -1,50 +1,59 @@
|
||||
{
|
||||
"name": "@tenrok/vue-cron-editor-bootstrap",
|
||||
"version": "0.2.1",
|
||||
"private": false,
|
||||
"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": "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 --open"
|
||||
},
|
||||
"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"
|
||||
}
|
||||
"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"
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user