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",
2023-06-27 17:25:14 +02:00
"version": "9.1.0",
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": {
2023-06-27 16:42:05 +02:00
"axios": "^1.4.0",
"axios-userscript-adapter": "^0.2.0-alpha.2",
"chrono-node": "^2.6.3"
2020-11-04 22:59:32 +01:00
},
"devDependencies": {
2023-06-27 16:42:05 +02:00
"@babel/core": "^7.22.5",
"@babel/preset-env": "^7.22.5",
"@typescript-eslint/eslint-plugin": "^5.60.1",
"@typescript-eslint/parser": "^5.60.1",
"babel-loader": "^9.1.2",
"browserslist": "^4.21.9",
"css-loader": "^6.8.1",
"eslint": "^8.43.0",
"eslint-config-standard": "^17.1.0",
"eslint-plugin-import": "^2.27.5",
2020-11-04 22:59:32 +01:00
"eslint-plugin-node": "11.1.0",
2023-06-27 16:42:05 +02:00
"eslint-plugin-promise": "^6.1.1",
2022-10-03 09:34:36 +02:00
"less": "4.1.3",
2023-06-27 16:42:05 +02:00
"less-loader": "^11.1.3",
"style-loader": "^3.3.3",
"ts-loader": "^9.4.3",
"typescript": "^5.1.3",
"userscript-metadata-webpack-plugin": "^0.4.0",
"webpack": "^5.88.0",
"webpack-bundle-analyzer": "^4.9.0",
"webpack-cli": "^5.1.4",
2022-10-03 09:34:36 +02:00
"webpack-livereload-plugin": "3.0.2",
2023-06-27 16:42:05 +02:00
"webpack-merge": "^5.9.0"
2020-11-04 22:59:32 +01:00
}
}