Chatwoot/package.json
2019-10-06 09:23:24 +05:30

82 lines
2.1 KiB
JSON

{
"name": "@chatwoot/chatwoot",
"version": "0.1.0",
"license": "MIT",
"dependencies": {
"@rails/webpacker": "^4.0.7",
"axios": "^0.19.0",
"babel-helper-vue-jsx-merge-props": "^2.0.3",
"babel-plugin-syntax-jsx": "^6.18.0",
"babel-plugin-transform-vue-jsx": "^3.7.0",
"babel-preset-env": "^1.7.0",
"bourbon": "~4.2.7",
"chart.js": "~2.5.0",
"dotenv": "^8.0.0",
"emojione": "~2.2.7",
"foundation-sites": "6.3.0",
"ionicons": "~3.0.0",
"js-cookie": "~2.1.3",
"md5": "~2.2.1",
"moment": "~2.19.3",
"pusher-js": "~4.0.0",
"query-string": "5",
"spinkit": "~1.2.5",
"sweet-modal-vue": "~1.0.3",
"tween.js": "~16.6.0",
"url-loader": "^2.0.0",
"v-tooltip": "~2.0.0-beta.4",
"vue": "^2.6.0",
"vue-aplayer": "~0.1.1",
"vue-audio": "~0.0.7",
"vue-axios": "~1.2.2",
"vue-chartjs": "~2.6.2",
"vue-clickaway": "~2.1.0",
"vue-i18n": "~5.0.3",
"vue-loader": "^15.7.0",
"vue-multiselect": "~2.1.6",
"vue-router": "~2.2.0",
"vue-select": "~2.0.0",
"vue-template-compiler": "^2.6.10",
"vuelidate": "~0.2.0",
"vuex": "~2.1.1",
"vuex-router-sync": "~4.1.2"
},
"devDependencies": {
"babel-eslint": "^10.0.1",
"eslint": "^5.13.0",
"eslint-config-airbnb": "^17.1.0",
"eslint-config-prettier": "^4.0.0",
"eslint-import-resolver-webpack": "^0.11.1",
"eslint-plugin-babel": "^5.3.0",
"eslint-plugin-html": "^6.0.0",
"eslint-plugin-import": "^2.16.0",
"eslint-plugin-jsx-a11y": "^6.2.1",
"eslint-plugin-prettier": "^3.0.1",
"eslint-plugin-vue": "^5.2.3",
"husky": ">=1",
"jest": "^24.8.0",
"lint-staged": ">=8",
"prettier": "^1.16.4",
"webpack-dev-server": "^3.7.2"
},
"engines": {
"node": ">=10.x",
"npm": ">=6.x",
"yarn": ">=1.x"
},
"husky": {
"hooks": {
"pre-commit": "lint-staged"
}
},
"lint-staged": {
"*.{js,vue}": [
"eslint --fix",
"git add"
]
},
"scripts": {
"docs": "docsify serve docs",
"eslint": "eslint app/javascript --fix"
}
}