mirror of
https://github.com/tenrok/vue-cron-editor-bootstrap.git
synced 2026-06-17 19:30:34 +03:00
Firts version
This commit is contained in:
@@ -0,0 +1,51 @@
|
||||
{
|
||||
"name": "vue-cron-editor",
|
||||
"version": "0.1.0",
|
||||
"private": true,
|
||||
"scripts": {
|
||||
"serve": "vue-cli-service serve",
|
||||
"test:unit": "vue-cli-service test:unit",
|
||||
"lint": "vue-cli-service lint",
|
||||
"postinstall": "link-parent-bin -c src",
|
||||
"release:samples": "vue-cli-service build && gh-pages -d dist"
|
||||
},
|
||||
"dependencies": {
|
||||
"bootstrap-vue": "^2.14.0",
|
||||
"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",
|
||||
"node-sass": "^4.14.1",
|
||||
"prettier": "^1.19.1",
|
||||
"sass": "^1.26.5",
|
||||
"sass-loader": "^8.0.0",
|
||||
"standard-version": "^8.0.0",
|
||||
"typescript": "~3.5.3",
|
||||
"vue-template-compiler": "^2.6.10"
|
||||
},
|
||||
"gitHooks": {
|
||||
"pre-commit": "lint-staged"
|
||||
},
|
||||
"lint-staged": {
|
||||
"**/*.{ts,js,vue}": [
|
||||
"vue-cli-service lint"
|
||||
]
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user