@csn_chile/table_status
Version:
test new data structure
44 lines (43 loc) • 1.21 kB
JSON
{
"name": "@csn_chile/table_status",
"version": "1.3.2",
"description": "test new data structure",
"main": "src/index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
"start": "parcel src/index.html",
"build": "rsync -a src/img dist/img && rsync -a src/*.css dist/ && parcel build src/index.js -d dist --no-cache --public-url ."
},
"keywords": [
"status",
"gráficas",
"fuente",
"usuario"
],
"author": "David Pineda Osorio",
"license": "GPL-3.0-or-later",
"dependencies": {
"@csn_chile/fuelgauge": "^1.1.2",
"@csn_chile/liquidfillgauge": "^1.5.3",
"@csn_chile/twocircleschart": "^1.1.2",
"d3": "^5.16.0",
"extract-text-webpack-plugin": "^3.0.2",
"file-system": "^2.2.2",
"fs": "0.0.1-security",
"moment": "^2.25.3",
"node-import": "^0.9.2",
"parcel": "^1.12.4",
"prettier": "^1.19.1",
"src": "^1.1.2",
"webpack": "^4.43.0",
"websocket": "^1.0.31"
},
"devDependencies": {
"css-loader": "^3.5.3",
"eslint": "^6.8.0",
"eslint-config-airbnb-base": "^14.1.0",
"eslint-plugin-import": "^2.20.2",
"parcel-bundler": "^1.12.4",
"ts-loader": "^6.2.2"
}
}