{ "name": "@grafana/toolkit", "version": "6.4.0-alpha.12", "description": "Grafana Toolkit", "keywords": [ "grafana", "cli", "plugins" ], "bin": { "grafana-toolkit": "./bin/grafana-toolkit.js" }, "scripts": { "tslint": "tslint -c tslint.json --project tsconfig.json", "typecheck": "tsc --noEmit", "precommit": "npm run tslint & npm run typecheck", "clean": "rimraf ./dist ./compiled", "build": "grafana-toolkit toolkit:build" }, "author": "Grafana Labs", "license": "Apache-2.0", "dependencies": { "@babel/core": "7.4.5", "@babel/preset-env": "7.4.5", "@types/execa": "^0.9.0", "@types/inquirer": "^6.0.3", "@types/jest": "24.0.13", "@types/jest-cli": "^23.6.0", "@types/node": "^12.0.4", "@types/react-dev-utils": "^9.0.1", "@types/semver": "^6.0.0", "@types/tmp": "^0.1.0", "@types/webpack": "4.4.34", "axios": "0.19.0", "babel-loader": "8.0.6", "babel-plugin-angularjs-annotate": "0.10.0", "chalk": "^2.4.2", "commander": "^2.20.0", "concurrently": "4.1.0", "copy-webpack-plugin": "5.0.3", "css-loader": "^3.0.0", "execa": "^1.0.0", "file-loader": "^4.0.0", "glob": "^7.1.4", "html-loader": "0.5.5", "html-webpack-plugin": "^3.2.0", "inquirer": "^6.3.1", "jest": "24.8.0", "jest-cli": "^24.8.0", "jest-coverage-badges": "^1.1.2", "lodash": "4.17.14", "mini-css-extract-plugin": "^0.7.0", "node-sass": "^4.12.0", "optimize-css-assets-webpack-plugin": "^5.0.3", "ora": "^3.4.0", "postcss-flexbugs-fixes": "4.1.0", "postcss-loader": "3.0.0", "postcss-preset-env": "6.6.0", "prettier": "^1.18.2", "react-dev-utils": "^9.0.1", "replace-in-file": "^4.1.0", "replace-in-file-webpack-plugin": "^1.0.6", "sass-loader": "7.1.0", "semver": "^6.1.1", "simple-git": "^1.112.0", "style-loader": "^0.23.1", "terser-webpack-plugin": "^1.3.0", "ts-jest": "24.0.2", "ts-loader": "6.0.4", "ts-node": "^8.2.0", "tslib": "1.10.0", "tslint": "5.14.0", "tslint-config-prettier": "^1.18.0", "typescript": "3.5.1", "url-loader": "^2.0.1", "webpack": "4.35.0" }, "devDependencies": { "@types/glob": "^7.1.1", "@types/prettier": "^1.16.4" } }