2020-04-07 18:06:35 +02:00
|
|
|
{
|
|
|
|
"name": "it-tools",
|
2020-06-03 13:46:15 +02:00
|
|
|
"description": "",
|
2020-07-23 23:25:52 +02:00
|
|
|
"version": "1.7.0",
|
2020-04-07 18:06:35 +02:00
|
|
|
"private": true,
|
|
|
|
"scripts": {
|
|
|
|
"serve": "vue-cli-service serve",
|
|
|
|
"build": "vue-cli-service build",
|
|
|
|
"lint": "vue-cli-service lint"
|
|
|
|
},
|
|
|
|
"dependencies": {
|
2020-05-31 22:31:14 +02:00
|
|
|
"axios": "^0.19.2",
|
2020-07-08 19:54:55 +02:00
|
|
|
"bip39": "^3.0.2",
|
2020-06-04 15:01:03 +02:00
|
|
|
"color-convert": "^2.0.1",
|
2020-06-06 13:51:39 +02:00
|
|
|
"color-name": "^1.1.4",
|
2020-04-07 18:06:35 +02:00
|
|
|
"core-js": "^3.6.4",
|
2020-07-23 23:25:15 +02:00
|
|
|
"cron-validator": "^1.1.1",
|
|
|
|
"cronstrue": "^1.96.0",
|
2020-06-14 19:33:29 +02:00
|
|
|
"dompurify": "^2.0.11",
|
|
|
|
"marked": "^1.1.0",
|
2020-06-23 00:01:14 +02:00
|
|
|
"qrcode.vue": "^1.7.0",
|
2020-04-07 18:06:35 +02:00
|
|
|
"register-service-worker": "^1.7.1",
|
2020-04-25 18:43:17 +02:00
|
|
|
"roboto-fontface": "*",
|
2020-04-07 18:06:35 +02:00
|
|
|
"vue": "^2.6.11",
|
2020-06-07 13:59:41 +02:00
|
|
|
"vue-analytics": "^5.22.1",
|
2020-04-25 18:43:17 +02:00
|
|
|
"vue-cryptojs": "^2.1.4",
|
2020-06-07 12:05:08 +02:00
|
|
|
"vue-headful": "^2.1.0",
|
2020-04-25 18:43:17 +02:00
|
|
|
"vue-router": "^3.1.6",
|
|
|
|
"vuetify": "^2.2.11",
|
|
|
|
"vuetify-toast-snackbar": "^0.6.1"
|
2020-04-07 18:06:35 +02:00
|
|
|
},
|
|
|
|
"devDependencies": {
|
2020-06-04 13:30:27 +02:00
|
|
|
"@fortawesome/fontawesome-free": "^5.13.0",
|
2020-04-07 18:06:35 +02:00
|
|
|
"@vue/cli-plugin-babel": "~4.3.0",
|
|
|
|
"@vue/cli-plugin-eslint": "~4.3.0",
|
|
|
|
"@vue/cli-plugin-pwa": "~4.3.0",
|
|
|
|
"@vue/cli-plugin-router": "~4.3.0",
|
|
|
|
"@vue/cli-service": "~4.3.0",
|
|
|
|
"babel-eslint": "^10.1.0",
|
|
|
|
"eslint": "^6.7.2",
|
|
|
|
"eslint-plugin-vue": "^6.2.2",
|
|
|
|
"less": "^3.0.4",
|
|
|
|
"less-loader": "^5.0.0",
|
|
|
|
"lint-staged": "^9.5.0",
|
2020-06-08 00:31:07 +02:00
|
|
|
"raw-loader": "^4.0.1",
|
2020-04-25 18:43:17 +02:00
|
|
|
"sass": "^1.19.0",
|
|
|
|
"sass-loader": "^8.0.0",
|
|
|
|
"vue-cli-plugin-vuetify": "~2.0.5",
|
|
|
|
"vue-template-compiler": "^2.6.11",
|
|
|
|
"vuetify-loader": "^1.3.0"
|
2020-04-07 18:06:35 +02:00
|
|
|
},
|
|
|
|
"gitHooks": {
|
|
|
|
"pre-commit": "lint-staged"
|
|
|
|
},
|
|
|
|
"lint-staged": {
|
|
|
|
"*.{js,jsx,vue}": [
|
|
|
|
"vue-cli-service lint",
|
|
|
|
"git add"
|
|
|
|
]
|
|
|
|
}
|
|
|
|
}
|