{ "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.1", "@types/jest": "^24.0.11", "@typescript-eslint/eslint-plugin": "^1.6.0", "@typescript-eslint/parser": "^1.6.0", "awesome-typescript-loader": "^5.2.1", "clean-webpack-plugin": "^2.0.1", "css-loader": "^2.1.1", "d3-shape": "^1.3.5", "eslint": "^5.16.0", "eslint-config-prettier": "^4.1.0", "eslint-plugin-prettier": "^3.0.1", "file-loader": "^3.0.1", "jest": "^24.7.1", "mini-css-extract-plugin": "^0.5.0", "postcss-loader": "^3.0.0", "prettier": "^1.16.1", "ts-jest": "^24.0.2", "typescript": "^3.4.3", "url-loader": "^1.1.2", "webpack": "^4.29.6", "webpack-cli": "^3.3.0", "webpack-dev-server": "^3.3.1" } }