57 lines
1.8 KiB
JSON
57 lines
1.8 KiB
JSON
{
|
|
"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 <alejandro.gallardo@artica.es>",
|
|
"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",
|
|
"awesome-typescript-loader": "^5.2.1",
|
|
"clean-webpack-plugin": "^2.0.2",
|
|
"css-loader": "^2.1.1",
|
|
"d3-shape": "^1.3.7",
|
|
"eslint": "^5.16.0",
|
|
"eslint-config-prettier": "^4.3.0",
|
|
"eslint-plugin-prettier": "^3.4.0",
|
|
"file-loader": "^3.0.1",
|
|
"jest": "^24.9.0",
|
|
"mini-css-extract-plugin": "^0.5.0",
|
|
"npm-watch": "^0.11.0",
|
|
"postcss-loader": "^3.0.0",
|
|
"prettier": "^1.19.1",
|
|
"ts-jest": "^24.3.0",
|
|
"typescript": "^3.9.9",
|
|
"url-loader": "^1.1.2",
|
|
"webpack": "^4.46.0",
|
|
"webpack-cli": "^3.3.12",
|
|
"webpack-dev-server": "^3.11.2"
|
|
},
|
|
"browserslist": [
|
|
"> 1%",
|
|
"last 2 versions"
|
|
]
|
|
}
|