| 123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190 |
- {
- "author": {
- "name": "Torkel Ödegaard",
- "company": "Grafana Labs"
- },
- "name": "grafana",
- "version": "5.3.0-pre1",
- "repository": {
- "type": "git",
- "url": "http://github.com/grafana/grafana.git"
- },
- "devDependencies": {
- "@types/d3": "^4.10.1",
- "@types/enzyme": "^2.8.9",
- "@types/jest": "^21.1.4",
- "@types/node": "^8.0.31",
- "@types/react": "^16.0.25",
- "@types/react-dom": "^16.0.3",
- "angular-mocks": "1.6.6",
- "autoprefixer": "^6.4.0",
- "axios": "^0.17.1",
- "babel-core": "^6.26.0",
- "babel-loader": "^7.1.4",
- "babel-plugin-syntax-dynamic-import": "^6.18.0",
- "babel-preset-es2015": "^6.24.1",
- "clean-webpack-plugin": "^0.1.19",
- "css-loader": "^0.28.7",
- "enzyme": "^3.1.0",
- "enzyme-adapter-react-16": "^1.0.1",
- "enzyme-to-json": "^3.3.0",
- "es6-promise": "^3.0.2",
- "es6-shim": "^0.35.3",
- "expect.js": "~0.2.0",
- "expose-loader": "^0.7.3",
- "extract-text-webpack-plugin": "^4.0.0-beta.0",
- "file-loader": "^1.1.11",
- "fork-ts-checker-webpack-plugin": "^0.4.2",
- "gaze": "^1.1.2",
- "glob": "~7.0.0",
- "grunt": "1.0.1",
- "grunt-angular-templates": "^1.1.0",
- "grunt-cli": "~1.2.0",
- "grunt-contrib-clean": "~1.0.0",
- "grunt-contrib-compress": "^1.3.0",
- "grunt-contrib-concat": "^1.0.1",
- "grunt-contrib-copy": "~1.0.0",
- "grunt-contrib-cssmin": "~1.0.2",
- "grunt-contrib-jshint": "~1.1.0",
- "grunt-exec": "^1.0.1",
- "grunt-jscs": "3.0.1",
- "grunt-karma": "~2.0.0",
- "grunt-notify": "^0.4.5",
- "grunt-postcss": "^0.8.0",
- "grunt-sass": "^2.0.0",
- "grunt-sass-lint": "^0.2.2",
- "grunt-usemin": "3.1.1",
- "grunt-webpack": "^3.0.2",
- "html-loader": "^0.5.1",
- "html-webpack-harddisk-plugin": "^0.2.0",
- "html-webpack-plugin": "^3.2.0",
- "husky": "^0.14.3",
- "jest": "^22.0.4",
- "jshint-stylish": "~2.2.1",
- "karma": "1.7.0",
- "karma-chrome-launcher": "~2.2.0",
- "karma-expect": "~1.1.3",
- "karma-mocha": "~1.3.0",
- "karma-phantomjs-launcher": "1.0.4",
- "karma-sinon": "^1.0.5",
- "karma-sourcemap-loader": "^0.3.7",
- "karma-webpack": "^3.0.0",
- "lint-staged": "^6.0.0",
- "load-grunt-tasks": "3.5.2",
- "mini-css-extract-plugin": "^0.4.0",
- "mobx-react-devtools": "^4.2.15",
- "mocha": "^4.0.1",
- "ng-annotate-loader": "^0.6.1",
- "ng-annotate-webpack-plugin": "^0.2.1-pre",
- "ngtemplate-loader": "^2.0.1",
- "npm": "^5.4.2",
- "optimize-css-assets-webpack-plugin": "^4.0.2",
- "phantomjs-prebuilt": "^2.1.15",
- "postcss-browser-reporter": "^0.5.0",
- "postcss-loader": "^2.0.6",
- "postcss-reporter": "^5.0.0",
- "prettier": "1.9.2",
- "react-hot-loader": "^4.2.0",
- "react-test-renderer": "^16.0.0",
- "sass-lint": "^1.10.2",
- "sass-loader": "^7.0.1",
- "sinon": "1.17.6",
- "style-loader": "^0.21.0",
- "systemjs": "0.20.19",
- "systemjs-plugin-css": "^0.1.36",
- "ts-jest": "^22.4.6",
- "ts-loader": "^4.3.0",
- "tslib": "^1.9.3",
- "tslint": "^5.8.0",
- "tslint-loader": "^3.5.3",
- "typescript": "^2.6.2",
- "uglifyjs-webpack-plugin": "^1.2.7",
- "webpack": "^4.8.0",
- "webpack-bundle-analyzer": "^2.9.0",
- "webpack-cleanup-plugin": "^0.5.1",
- "webpack-cli": "^2.1.4",
- "webpack-dev-server": "^3.1.0",
- "webpack-merge": "^4.1.0",
- "zone.js": "^0.7.2"
- },
- "scripts": {
- "dev": "webpack --progress --colors --mode development --config scripts/webpack/webpack.dev.js",
- "start": "webpack-dev-server --progress --colors --mode development --config scripts/webpack/webpack.hot.js",
- "watch": "webpack --progress --colors --watch --mode development --config scripts/webpack/webpack.dev.js",
- "build": "grunt build",
- "test": "grunt test",
- "test:coverage": "grunt test --coverage=true",
- "lint": "tslint -c tslint.json --project tsconfig.json --type-check",
- "karma": "grunt karma:dev",
- "jest": "jest --notify --watch",
- "api-tests": "jest --notify --watch --config=tests/api/jest.js",
- "precommit": "lint-staged && grunt precommit"
- },
- "lint-staged": {
- "*.{ts,tsx}": [
- "prettier --write",
- "git add"
- ],
- "*.scss": [
- "prettier --write",
- "git add"
- ],
- "*pkg/**/*.go": [
- "gofmt -w -s",
- "git add"
- ]
- },
- "prettier": {
- "trailingComma": "es5",
- "singleQuote": true,
- "printWidth": 120
- },
- "license": "Apache-2.0",
- "dependencies": {
- "angular": "1.6.6",
- "angular-bindonce": "0.3.1",
- "angular-native-dragdrop": "1.2.2",
- "angular-route": "1.6.6",
- "angular-sanitize": "1.6.6",
- "babel-polyfill": "^6.26.0",
- "baron": "^3.0.3",
- "brace": "^0.10.0",
- "classnames": "^2.2.5",
- "clipboard": "^1.7.1",
- "d3": "^4.11.0",
- "d3-scale-chromatic": "^1.3.0",
- "eventemitter3": "^2.0.3",
- "file-saver": "^1.3.3",
- "immutable": "^3.8.2",
- "jquery": "^3.2.1",
- "lodash": "^4.17.10",
- "mobx": "^3.4.1",
- "mobx-react": "^4.3.5",
- "mobx-state-tree": "^1.3.1",
- "moment": "^2.22.2",
- "mousetrap": "^1.6.0",
- "mousetrap-global-bind": "^1.1.0",
- "prismjs": "^1.6.0",
- "prop-types": "^15.6.0",
- "react": "^16.2.0",
- "react-dom": "^16.2.0",
- "react-grid-layout": "0.16.6",
- "react-highlight-words": "^0.10.0",
- "react-popper": "^0.7.5",
- "react-select": "^1.1.0",
- "react-sizeme": "^2.3.6",
- "react-transition-group": "^2.2.1",
- "remarkable": "^1.7.1",
- "rst2html": "github:thoward/rst2html#990cb89",
- "rxjs": "^5.4.3",
- "slate": "^0.33.4",
- "slate-plain-serializer": "^0.5.10",
- "slate-react": "^0.12.4",
- "tether": "^1.4.0",
- "tether-drop": "https://github.com/torkelo/drop/tarball/master",
- "tinycolor2": "^1.4.1"
- },
- "resolutions": {
- "caniuse-db": "1.0.30000772"
- }
- }
|