mstr-viz
Version:
A new dev tool for creating custom visualizations
31 lines (30 loc) • 744 B
JSON
{
"name": "<% print(_.toLower(pluginName)) %>",
"version": "1.0.0",
"scripts": {
"start": "mstr-viz-build development",
"build": "mstr-viz-build",
"build:local": "mstr-viz-build local",
"build:web-inf": "mstr-viz-build web-inf"
},
"engines": {
"node": ">=8"
},
"dependencies": {
<% print(migrate ? '' : `"d3": "^7.8.5", "d3-cloud": "1.2.5"`) %>
},
"devDependencies": {
"@babel/core": "^7.21.3",
"@babel/preset-env": "^7.13.5",
"babel-eslint": "^10.1.0",
"babel-loader": "^9.1.2",
"core-js": "^3.12.1",
"eslint": "^8.36.0",
"eslint-config-airbnb-base": "^15.0.0",
"eslint-plugin-import": "^2.27.5"
},
"overrides": {
"semver": "^6.3.1",
"yaml": "^2.2.2"
}
}