|
@@ -15,12 +15,12 @@
|
|
|
"storybook:build": "build-storybook -o ./dist/storybook -c .storybook",
|
|
"storybook:build": "build-storybook -o ./dist/storybook -c .storybook",
|
|
|
"clean": "rimraf ./dist ./compiled",
|
|
"clean": "rimraf ./dist ./compiled",
|
|
|
"bundle": "rollup -c rollup.config.ts",
|
|
"bundle": "rollup -c rollup.config.ts",
|
|
|
- "build": "grafana-toolkit package:build --scope=ui",
|
|
|
|
|
- "postpublish": "npm run clean"
|
|
|
|
|
|
|
+ "build": "grafana-toolkit package:build --scope=ui"
|
|
|
},
|
|
},
|
|
|
"author": "Grafana Labs",
|
|
"author": "Grafana Labs",
|
|
|
"license": "Apache-2.0",
|
|
"license": "Apache-2.0",
|
|
|
"dependencies": {
|
|
"dependencies": {
|
|
|
|
|
+ "@grafana/data": "^6.4.0-alpha.8",
|
|
|
"@torkelo/react-select": "2.1.1",
|
|
"@torkelo/react-select": "2.1.1",
|
|
|
"@types/react-color": "2.17.0",
|
|
"@types/react-color": "2.17.0",
|
|
|
"classnames": "2.2.6",
|
|
"classnames": "2.2.6",
|
|
@@ -77,8 +77,5 @@
|
|
|
"rollup-plugin-typescript2": "0.19.3",
|
|
"rollup-plugin-typescript2": "0.19.3",
|
|
|
"rollup-plugin-visualizer": "0.9.2",
|
|
"rollup-plugin-visualizer": "0.9.2",
|
|
|
"typescript": "3.4.1"
|
|
"typescript": "3.4.1"
|
|
|
- },
|
|
|
|
|
- "resolutions": {
|
|
|
|
|
- "@types/lodash": "4.14.119"
|
|
|
|
|
}
|
|
}
|
|
|
}
|
|
}
|