35 lines
929 B
JSON
35 lines
929 B
JSON
{
|
|
"name": "BurguillosInfo",
|
|
"version": "0.1.1",
|
|
"description": "",
|
|
"private": true,
|
|
"scripts": {
|
|
"test": "echo \"Error: no test specified\" && exit 1"
|
|
},
|
|
"keywords": [],
|
|
"author": "",
|
|
"license": "AGPL-v3",
|
|
"devDependencies": {
|
|
"@typescript-eslint/eslint-plugin": "^5.62.0",
|
|
"@typescript-eslint/parser": "^5.62.0",
|
|
"eslint": "^8.53.0",
|
|
"eslint-config-prettier": "^9.0.0",
|
|
"eslint-plugin-no-relative-import-paths": "^1.5.2",
|
|
"husky": "^8.0.3",
|
|
"lint-staged": "^14.0.1",
|
|
"prettier": "^3.0.3",
|
|
"prettier-eslint": "^16.1.2",
|
|
"typescript": "^5.2.2",
|
|
"webpack-cli": "^5.1.4"
|
|
},
|
|
"dependencies": {
|
|
"babel-loader": "^9.1.3",
|
|
"ol": "^8.1.0",
|
|
"protoc-gen-js": "^3.21.2",
|
|
"tablesort": "^5.3.0",
|
|
"ts-loader": "^9.5.0",
|
|
"ts-protoc-gen": "^0.15.0",
|
|
"typescript-json-serializer": "^6.0.1"
|
|
}
|
|
}
|