2024-04-18 11:21:07 +02:00
|
|
|
{
|
2025-07-30 16:05:36 -07:00
|
|
|
"name": "@zitadel/load-test",
|
2024-04-18 11:21:07 +02:00
|
|
|
"devDependencies": {
|
2024-08-27 15:06:03 +02:00
|
|
|
"@babel/core": "7.23.7",
|
|
|
|
"@babel/plugin-proposal-class-properties": "7.13.0",
|
|
|
|
"@babel/plugin-proposal-object-rest-spread": "7.13.8",
|
|
|
|
"@babel/preset-env": "7.23.8",
|
|
|
|
"@babel/preset-typescript": "7.23.3",
|
|
|
|
"@types/k6": ">=0.50.0",
|
|
|
|
"@types/webpack": "5.28.5",
|
|
|
|
"babel-loader": "9.1.3",
|
|
|
|
"clean-webpack-plugin": "4.0.0",
|
|
|
|
"copy-webpack-plugin": "^12.0.2",
|
|
|
|
"prettier": "^3.3.3",
|
|
|
|
"prettier-plugin-organize-imports": "^3.2.4",
|
|
|
|
"typescript": "5.4.5",
|
2024-10-08 14:33:15 +02:00
|
|
|
"webpack": "5.95.0",
|
2024-08-27 15:06:03 +02:00
|
|
|
"webpack-cli": "5.1.4",
|
|
|
|
"webpack-glob-entries": "^1.0.1"
|
2024-04-18 11:21:07 +02:00
|
|
|
},
|
|
|
|
"scripts": {
|
2024-08-27 15:06:03 +02:00
|
|
|
"bundle": "webpack",
|
2025-01-29 13:08:20 +01:00
|
|
|
"lint": "prettier --check src/**",
|
2025-07-28 13:32:41 +02:00
|
|
|
"lint:fix": "prettier --write src",
|
|
|
|
"clean": "rm -rf dist .turbo node_modules"
|
2024-04-18 11:21:07 +02:00
|
|
|
}
|
2024-08-27 15:06:03 +02:00
|
|
|
}
|