3cx_tapi/package.json

57 lines
1.6 KiB
JSON
Raw Normal View History

2020-11-04 22:59:32 +01:00
{
2021-11-30 14:39:28 +01:00
"name": "3cx-tapi",
"description": "3CX CP Tapi and Projectmanager integration",
2022-03-31 12:21:33 +02:00
"version": "9.0.2",
2020-11-04 22:59:32 +01:00
"author": {
"name": "Daniel Triendl",
"email": "d.triendl@cp-solutions.at"
},
"eslintIgnore": [
2021-08-27 18:12:26 +02:00
"dist/*.js",
"node_modules"
2020-11-04 22:59:32 +01:00
],
"scripts": {
2021-08-27 18:12:26 +02:00
"lint": "eslint --ext .ts,.js src",
2020-11-04 22:59:32 +01:00
"preversion": "npm run lint",
"postversion": "git push --follow-tags",
"anylize": "npm_config_report=true npm run build",
2021-08-27 18:12:26 +02:00
"build": "webpack --mode production --config config/webpack.config.production.cjs",
"dev": "webpack --mode development --config config/webpack.config.dev.cjs"
2020-11-04 22:59:32 +01:00
},
"repository": {
"type": "git",
2021-08-27 18:40:33 +02:00
"url": "https://source.cp-austria.at/git/CPATRD/3cx_tapi.git"
2020-11-04 22:59:32 +01:00
},
"private": true,
"dependencies": {
2022-10-03 09:34:36 +02:00
"axios": "0.27.2",
"axios-userscript-adapter": "0.1.12",
"chrono-node": "^2.4.1"
2020-11-04 22:59:32 +01:00
},
"devDependencies": {
2022-10-03 09:34:36 +02:00
"@babel/core": "7.19.3",
"@babel/preset-env": "7.19.3",
"@typescript-eslint/eslint-plugin": "5.38.1",
"@typescript-eslint/parser": "5.38.1",
"babel-loader": "8.2.5",
"browserslist": "4.21.4",
"css-loader": "6.7.1",
"eslint": "8.24.0",
"eslint-config-standard": "17.0.0",
"eslint-plugin-import": "2.26.0",
2020-11-04 22:59:32 +01:00
"eslint-plugin-node": "11.1.0",
2022-10-03 09:34:36 +02:00
"eslint-plugin-promise": "6.0.1",
"less": "4.1.3",
"less-loader": "11.0.0",
"style-loader": "3.3.1",
"ts-loader": "9.4.1",
"typescript": "4.8.4",
"userscript-metadata-webpack-plugin": "0.1.5",
"webpack": "5.74.0",
"webpack-bundle-analyzer": "4.6.1",
"webpack-cli": "4.10.0",
"webpack-livereload-plugin": "3.0.2",
2021-08-27 18:12:26 +02:00
"webpack-merge": "5.8.0"
2020-11-04 22:59:32 +01:00
}
}