3cx_tapi/package.json

56 lines
1.6 KiB
JSON
Raw Permalink 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",
2024-10-15 17:13:21 +02:00
"version": "9.2.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": {
"chrono-node": "^2.7.7",
2024-10-15 17:12:35 +02:00
"@trim21/gm-fetch": "^0.1.16"
2020-11-04 22:59:32 +01:00
},
"devDependencies": {
2024-10-14 10:59:19 +02:00
"@types/greasemonkey": "^4.0.7",
"@babel/core": "^7.25.8",
"@babel/preset-env": "^7.25.8",
"@typescript-eslint/eslint-plugin": "^8.8.1",
"@typescript-eslint/parser": "^8.8.1",
"babel-loader": "^9.2.1",
2023-06-27 16:42:05 +02:00
"browserslist": "^4.21.9",
2024-10-14 10:59:19 +02:00
"css-loader": "^7.1.2",
"eslint": "^9.12.0",
"eslint-plugin-import": "^2.31.0",
2020-11-04 22:59:32 +01:00
"eslint-plugin-node": "11.1.0",
2024-10-14 10:59:19 +02:00
"eslint-plugin-promise": "^7.1.0S",
"less": "4.2.0",
"less-loader": "^12.2.0",
"style-loader": "^4.0.0",
"ts-loader": "^9.5.1",
"typescript": "^5.6.3",
2023-06-27 16:42:05 +02:00
"userscript-metadata-webpack-plugin": "^0.4.0",
2024-10-14 10:59:19 +02:00
"webpack": "^5.95.0",
"webpack-bundle-analyzer": "^4.10.2",
2023-06-27 16:42:05 +02:00
"webpack-cli": "^5.1.4",
2022-10-03 09:34:36 +02:00
"webpack-livereload-plugin": "3.0.2",
2024-10-14 10:59:19 +02:00
"webpack-merge": "^6.0.1"
2020-11-04 22:59:32 +01:00
}
}