mirror of
https://github.com/grafana/grafana.git
synced 2025-01-24 15:27:01 -06:00
9b7418ec17
This reverts commit 51f5334748
.
29 lines
899 B
JSON
29 lines
899 B
JSON
{
|
|
"private": true,
|
|
"license": "Apache-2.0",
|
|
"name": "@grafana/perf-tests",
|
|
"version": "9.4.0-pre",
|
|
"devDependencies": {
|
|
"@babel/core": "7.19.6",
|
|
"@babel/plugin-proposal-class-properties": "7.18.6",
|
|
"@babel/plugin-proposal-object-rest-spread": "7.19.4",
|
|
"@babel/preset-env": "7.19.4",
|
|
"@babel/preset-typescript": "7.18.6",
|
|
"@types/k6": "0.41.0",
|
|
"@types/shortid": "0.0.29",
|
|
"@types/webpack": "5.28.0",
|
|
"babel-loader": "9.1.0",
|
|
"shortid": "2.2.16",
|
|
"ts-node": "10.9.1",
|
|
"typescript": "4.8.4",
|
|
"webpack": "5.74.0",
|
|
"webpack-cli": "4.10.0",
|
|
"webpack-glob-entries": "1.0.1"
|
|
},
|
|
"scripts": {
|
|
"build": "webpack",
|
|
"prepare-testdata": "yarn run prepare-testdata:object-store-test",
|
|
"prepare-testdata:object-store-test": "ts-node scripts/prepareDashboardFileNames.ts ../../dev-dashboards ./scripts/tmp/filenames.json"
|
|
}
|
|
}
|