mirror of
https://github.com/grafana/grafana.git
synced 2024-11-29 20:24:18 -06:00
f48169633c
* Alphabetized tslint and tsconfig files * Optimized tsconfig files * Optimized editorconfig & prettier config files … to reduce redundancy * Switched to @grafana/tsconfig … and: * de-duped options * removed options with default values * Fixed nasty issue with types for nested slate-react * Replaced TSLint with ESLint * TSLint disables → ESLint disables … also JSHint removals, which haven’t had an affect since it was replaced with TSLint. * Compliances for ESLint, Prettier and TypeScript * Updated lockfile
49 lines
1.3 KiB
JSON
49 lines
1.3 KiB
JSON
{
|
|
"author": "Grafana Labs",
|
|
"license": "Apache-2.0",
|
|
"name": "@grafana/data",
|
|
"version": "6.7.0-pre",
|
|
"description": "Grafana Data Library",
|
|
"keywords": [
|
|
"typescript"
|
|
],
|
|
"repository": {
|
|
"type": "git",
|
|
"url": "http://github.com/grafana/grafana.git"
|
|
},
|
|
"main": "src/index.ts",
|
|
"types": "src/index.ts",
|
|
"scripts": {
|
|
"lint": "eslint src/ --ext=.js,.ts,.tsx",
|
|
"typecheck": "tsc --noEmit",
|
|
"clean": "rimraf ./dist ./compiled",
|
|
"bundle": "rollup -c rollup.config.ts",
|
|
"build": "grafana-toolkit package:build --scope=data"
|
|
},
|
|
"devDependencies": {
|
|
"@grafana/eslint-config": "^1.0.0-rc1",
|
|
"@grafana/tsconfig": "^1.0.0-rc1",
|
|
"@types/jest": "23.3.14",
|
|
"@types/jquery": "1.10.35",
|
|
"@types/lodash": "4.14.123",
|
|
"@types/node": "10.14.1",
|
|
"@types/papaparse": "4.5.9",
|
|
"@types/pretty-format": "20.0.1",
|
|
"@types/react": "16.8.16",
|
|
"@types/sinon": "^7.0.11",
|
|
"apache-arrow": "0.15.1",
|
|
"lodash": "4.17.15",
|
|
"pretty-format": "24.9.0",
|
|
"rollup": "1.6.0",
|
|
"rollup-plugin-commonjs": "9.2.1",
|
|
"rollup-plugin-node-resolve": "4.0.1",
|
|
"rollup-plugin-sourcemaps": "0.4.2",
|
|
"rollup-plugin-terser": "4.0.4",
|
|
"rollup-plugin-typescript2": "0.19.3",
|
|
"rollup-plugin-visualizer": "0.9.2",
|
|
"rxjs": "6.5.4",
|
|
"sinon": "1.17.6",
|
|
"typescript": "3.7.2"
|
|
}
|
|
}
|