burguillos.info/package.json

35 lines
929 B
JSON
Raw Normal View History

2023-05-07 03:09:36 +02:00
{
"name": "BurguillosInfo",
"version": "0.1.1",
"description": "",
"private": true,
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"keywords": [],
"author": "",
"license": "AGPL-v3",
"devDependencies": {
2023-11-13 17:32:12 +01:00
"@typescript-eslint/eslint-plugin": "^5.62.0",
"@typescript-eslint/parser": "^5.62.0",
"eslint": "^8.53.0",
"eslint-config-prettier": "^9.0.0",
2023-05-07 03:09:36 +02:00
"eslint-plugin-no-relative-import-paths": "^1.5.2",
2023-08-30 23:46:49 +02:00
"husky": "^8.0.3",
"lint-staged": "^14.0.1",
"prettier": "^3.0.3",
2023-11-13 17:32:12 +01:00
"prettier-eslint": "^16.1.2",
"typescript": "^5.2.2",
2023-08-21 00:58:11 +02:00
"webpack-cli": "^5.1.4"
2023-05-07 03:09:36 +02:00
},
"dependencies": {
2023-11-13 17:32:12 +01:00
"babel-loader": "^9.1.3",
"ol": "^8.1.0",
2023-12-02 17:22:27 +01:00
"protoc-gen-js": "^3.21.2",
2023-11-13 17:32:12 +01:00
"tablesort": "^5.3.0",
2023-12-02 17:22:27 +01:00
"ts-loader": "^9.5.0",
2023-12-31 20:43:53 +01:00
"ts-protoc-gen": "^0.15.0",
"typescript-json-serializer": "^6.0.1"
2023-05-07 03:09:36 +02:00
}
}