44 lines
1.3 KiB
JSON
44 lines
1.3 KiB
JSON
{
|
|
"name": "pandora-fms-visual-console",
|
|
"version": "1.0.0",
|
|
"description": "Visual Console",
|
|
"scripts": {
|
|
"test": "jest",
|
|
"test:watch": "jest --watch",
|
|
"build": "webpack --mode=production",
|
|
"build:dev": "webpack --mode=development",
|
|
"build:watch": "webpack --mode=development --watch",
|
|
"start": "webpack-dev-server --color --mode=development",
|
|
"format": "prettier"
|
|
},
|
|
"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": {
|
|
"@types/jest": "^24.0.6",
|
|
"@typescript-eslint/eslint-plugin": "^1.1.1",
|
|
"@typescript-eslint/parser": "^1.1.1",
|
|
"awesome-typescript-loader": "^5.2.1",
|
|
"css-loader": "^2.1.0",
|
|
"eslint": "^5.12.1",
|
|
"eslint-config-prettier": "^4.0.0",
|
|
"eslint-plugin-prettier": "^3.0.1",
|
|
"file-loader": "^3.0.1",
|
|
"jest": "^24.1.0",
|
|
"prettier": "^1.16.1",
|
|
"ts-jest": "^24.0.0",
|
|
"typescript": "^3.3.3333",
|
|
"webpack": "^4.29.0",
|
|
"webpack-cli": "^3.2.1",
|
|
"webpack-dev-server": "^3.1.14"
|
|
}
|
|
}
|