{ "author": "Grafana Labs", "license": "Apache-2.0", "name": "@grafana/toolkit", "version": "9.5.11", "description": "Grafana Toolkit", "keywords": [ "grafana", "cli", "plugins", "typescript" ], "repository": { "type": "git", "url": "http://github.com/grafana/grafana.git", "directory": "packages/grafana-toolkit" }, "bin": { "grafana-toolkit": "./bin/grafana-toolkit.js" }, "publishConfig": { "access": "public" }, "files": [ "config", "src", "sass", "./README.md", "./CHANGELOG.md", "LICENSE_APACHE2" ], "scripts": { "build": "yarn clean && tsc -p tsconfig.json && yarn copy-files", "copy-files": "node ./scripts/copy-files.js", "clean": "rimraf ./dist ./compiled ./sass ./package.tgz", "prepack": "mv ./src ./src_bak && cp -r ./dist/src ./src", "postpack": "rimraf ./src && mv ./src_bak ./src", "typecheck": "tsc --noEmit" }, "main": "src/index.ts", "dependencies": { "@babel/core": "7.18.9", "@babel/plugin-proposal-class-properties": "7.18.6", "@babel/plugin-proposal-nullish-coalescing-operator": "7.18.6", "@babel/plugin-proposal-object-rest-spread": "7.18.9", "@babel/plugin-proposal-optional-chaining": "7.18.9", "@babel/plugin-syntax-dynamic-import": "7.8.3", "@babel/plugin-transform-react-constant-elements": "7.18.9", "@babel/plugin-transform-runtime": "7.18.10", "@babel/plugin-transform-typescript": "7.19.0", "@babel/preset-env": "7.18.9", "@babel/preset-react": "7.18.6", "@babel/preset-typescript": "7.18.6", "@grafana/data": "9.5.11", "@grafana/eslint-config": "5.1.0", "@grafana/tsconfig": "^1.2.0-rc1", "@grafana/ui": "9.5.11", "@jest/core": "27.5.1", "@types/command-exists": "^1.2.0", "@types/eslint": "8.4.1", "@types/fs-extra": "^9.0.13", "@types/inquirer": "^8.2.1", "@types/jest": "27.4.1", "@types/lodash": "4.14.181", "@types/node": "16.11.26", "@types/prettier": "2.6.3", "@types/react-dev-utils": "9.0.10", "@types/rimraf": "3.0.2", "@types/semver": "7.3.9", "@types/tmp": "0.2.3", "@typescript-eslint/eslint-plugin": "5.36.2", "@typescript-eslint/parser": "5.36.2", "axios": "^0.26.1", "babel-jest": "27.5.1", "babel-loader": "^8.2.5", "babel-plugin-angularjs-annotate": "0.10.0", "chalk": "^4.1.2", "command-exists": "^1.2.9", "commander": "^9.2.0", "copy-webpack-plugin": "^9.0.1", "css-loader": "^6.7.1", "css-minimizer-webpack-plugin": "^3.4.1", "eslint": "8.20.0", "eslint-config-prettier": "8.5.0", "eslint-plugin-jsdoc": "39.6.2", "eslint-plugin-react": "7.29.4", "eslint-plugin-react-hooks": "4.6.0", "execa": "^5.1.1", "fork-ts-checker-webpack-plugin": "^7.2.1", "fs-extra": "^10.0.0", "globby": "^11.0.4", "html-loader": "^3.1.0", "html-webpack-plugin": "^5.5.0", "inquirer": "^8.2.2", "jest": "27.5.1", "jest-canvas-mock": "2.3.1", "jest-junit": "13.1.0", "less": "^4.1.2", "less-loader": "^10.2.0", "lodash": "^4.17.21", "md5-file": "^5.0.0", "mini-css-extract-plugin": "^2.6.0", "ora": "^5.4.1", "pixelmatch": "^5.2.1", "pngjs": "^6.0.0", "postcss": "^8.4.12", "postcss-flexbugs-fixes": "^5.0.2", "postcss-loader": "^6.2.1", "postcss-preset-env": "7.4.3", "prettier": "2.7.1", "react-dev-utils": "^12.0.0", "replace-in-file-webpack-plugin": "1.0.6", "rimraf": "3.0.2", "sass": "^1.49.9", "sass-loader": "^12.6.0", "semver": "^7.3.7", "simple-git": "^3.6.0", "style-loader": "^3.3.1", "terser-webpack-plugin": "^5.3.1", "ts-jest": "27.1.3", "ts-loader": "^9.3.1", "ts-node": "^9.1.0", "tslib": "2.4.0", "typescript": "4.8.2", "webpack": "^5.76.0" } }