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/bar-pod",
|
|
|
|
"version": "0.7.2",
|
|
|
|
"description": "Chartwerk bar pod",
|
|
|
|
"main": "dist/index.js",
|
|
|
|
"files": [
|
|
|
|
"/dist"
|
|
|
|
],
|
|
|
|
"scripts": {
|
|
|
|
"build": "webpack --config build/webpack.prod.conf.js && webpack --config build/webpack.dev.conf.js",
|
|
|
|
"dev": "webpack --watch --config build/webpack.dev.conf.js",
|
|
|
|
"test": "echo \"Error: no test specified\" && exit 1",
|
|
|
|
"update-core": "yarn up @chartwerk/core && yarn up @chartwerk/core@latest"
|
|
|
|
},
|
|
|
|
"repository": {
|
|
|
|
"type": "git",
|
|
|
|
"url": "https://gitlab.com/chartwerk/bar-pod.git"
|
|
|
|
},
|
|
|
|
"author": "CorpGlory",
|
|
|
|
"license": "Apache-2.0",
|
|
|
|
"dependencies": {
|
|
|
|
"@chartwerk/core": "0.6.24"
|
|
|
|
},
|
|
|
|
"devDependencies": {
|
|
|
|
"css-loader": "^6.8.1",
|
|
|
|
"style-loader": "^3.3.3",
|
|
|
|
"ts-loader": "^9.4.3",
|
|
|
|
"typescript": "^5.1.3",
|
|
|
|
"webpack": "^5.87.0",
|
|
|
|
"webpack-cli": "^5.1.4"
|
|
|
|
},
|
|
|
|
"packageManager": "yarn@3.2.1"
|
|
|
|
}
|