You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
|
|
|
{
|
|
|
|
"name": "@chartwerk/line-pod",
|
|
|
|
"version": "0.4.13",
|
|
|
|
"description": "Chartwerk line chart",
|
|
|
|
"main": "dist/index.js",
|
|
|
|
"scripts": {
|
|
|
|
"build": "webpack --config build/webpack.prod.conf.js",
|
|
|
|
"dev": "webpack --config build/webpack.dev.conf.js",
|
|
|
|
"test": "echo \"Error: no test specified\" && exit 1"
|
|
|
|
},
|
|
|
|
"repository": {
|
|
|
|
"type": "git",
|
|
|
|
"url": "https://gitlab.com/chartwerk/line-pod.git"
|
|
|
|
},
|
|
|
|
"author": "CorpGlory",
|
|
|
|
"license": "ISC",
|
|
|
|
"dependencies": {
|
|
|
|
"@chartwerk/core": "^0.3.9"
|
|
|
|
},
|
|
|
|
"devDependencies": {
|
|
|
|
"@types/d3": "5.16.4",
|
|
|
|
"@types/lodash": "^4.14.149",
|
|
|
|
"css-loader": "^3.4.2",
|
|
|
|
"d3": "5.16.0",
|
|
|
|
"lodash": "^4.17.15",
|
|
|
|
"style-loader": "^1.1.3",
|
|
|
|
"ts-loader": "^6.2.1",
|
|
|
|
"typescript": "^3.8.3",
|
|
|
|
"webpack": "^4.42.0",
|
|
|
|
"webpack-cli": "^3.3.11"
|
|
|
|
}
|
|
|
|
}
|