{ "name": "pandora-fms-visual-console", "version": "1.0.0", "description": "Visual Console", "scripts": { "build": "BUILD_PATH=\"pandora_console/include/visual-console-client\" NODE_ENV=production webpack", "build:dev": "BUILD_PATH=\"pandora_console/include/visual-console-client\" NODE_ENV=development webpack", "build:watch": "npm run build -- --watch", "format": "prettier", "lint": "eslint \"src/**/*.ts\"", "start": "webpack-dev-server --color --mode=development", "test": "jest", "test:watch": "jest --watch" }, "repository": { "type": "git", "url": "git+https://github.com/pandorafms/pandorafms.git" }, "author": "Alejandro Gallardo Escobar ", "license": "GPL2", "private": true, "bugs": { "url": "https://github.com/pandorafms/pandorafms/issues" }, "homepage": "https://github.com/pandorafms/pandorafms#readme", "dependencies": { "@fortawesome/free-solid-svg-icons": "^5.10.0", "@types/d3-shape": "^1.3.5", "@types/jest": "^24.9.1", "@typescript-eslint/eslint-plugin": "^1.13.0", "@typescript-eslint/parser": "^1.13.0", "clean-webpack-plugin": "^4.0.0", "css-loader": "^6.7.3", "d3-shape": "^1.3.7", "eslint": "^5.16.0", "eslint-config-prettier": "^4.3.0", "eslint-plugin-prettier": "^3.4.0", "file-loader": "^6.2.0", "jest": "^29.3.1", "mini-css-extract-plugin": "^2.7.2", "npm-watch": "^0.11.0", "postcss-loader": "^3.0.0", "prettier": "^1.19.1", "ts-jest": "^29.0.3", "typescript": "^4.9.4", "webpack": "^5.75.0", "webpack-cli": "^5.0.1", "webpack-dev-server": "^4.11.1" }, "browserslist": [ "> 1%", "last 2 versions" ], "devDependencies": { "ts-loader": "^9.4.2" } }