mirror of
https://github.com/tenrok/vue-cron-editor-bootstrap.git
synced 2026-05-15 11:59:45 +03:00
42e11a5b93
Co-authored-by: Alex Freitas <afreitas@jbssa.com>
52 lines
1.5 KiB
JSON
52 lines
1.5 KiB
JSON
{
|
|
"name": "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": {
|
|
"serve": "vue-cli-service serve",
|
|
"build:npm": "vue-cli-service build --target lib --name vueCronEditorBootstrap src/VueCronEditorBootstrap.vue"
|
|
},
|
|
"dependencies": {
|
|
"core-js": "^3.6.5",
|
|
"cron-validator": "^1.1.1",
|
|
"cronstrue": "^1.94.0",
|
|
"vue": "^2.6.10"
|
|
},
|
|
"devDependencies": {
|
|
"@types/jest": "^24.0.19",
|
|
"@vue/cli-plugin-babel": "^4.3.1",
|
|
"@vue/cli-plugin-eslint": "^4.3.1",
|
|
"@vue/cli-plugin-typescript": "^4.3.1",
|
|
"@vue/cli-plugin-unit-jest": "^4.3.1",
|
|
"@vue/cli-service": "^4.3.1",
|
|
"@vue/eslint-config-prettier": "^5.0.0",
|
|
"@vue/eslint-config-typescript": "^4.0.0",
|
|
"@vue/test-utils": "1.0.0-beta.33",
|
|
"eslint": "^5.16.0",
|
|
"eslint-plugin-prettier": "^3.1.3",
|
|
"eslint-plugin-vue": "^5.0.0",
|
|
"gh-pages": "^2.2.0",
|
|
"link-parent-bin": "^1.0.2",
|
|
"lint-staged": "^10.2.4",
|
|
"prettier": "^1.19.1",
|
|
"sass": "^1.46.0",
|
|
"sass-loader": "^8.0.2",
|
|
"standard-version": "^8.0.0",
|
|
"typescript": "~3.5.3",
|
|
"vue-template-compiler": "^2.6.10",
|
|
"bootstrap-vue": "^2.21.2"
|
|
},
|
|
"author": "alexmfreitas",
|
|
"license": "MIT",
|
|
"repository": {
|
|
"type": "git",
|
|
"url": "git+https://github.com/alexmfreitas/vue-cron-editor-bootstrap.git"
|
|
}
|
|
}
|