facilmap/package.json

27 wiersze
605 B
JSON
Czysty Zwykły widok Historia

{
2021-02-28 22:17:26 +00:00
"name": "facilmap-root",
"private": true,
2021-02-28 22:17:26 +00:00
"workspaces": [
2021-04-15 21:26:10 +00:00
"types",
2021-02-28 22:17:26 +00:00
"client",
2021-04-15 21:26:10 +00:00
"utils",
2021-02-28 22:17:26 +00:00
"leaflet",
2021-04-15 21:26:10 +00:00
"frontend",
"server"
2021-02-28 22:17:26 +00:00
],
"scripts": {
2021-03-25 20:03:39 +00:00
"lint": "eslint **/*.ts",
2023-09-12 11:31:55 +00:00
"clean": "yarn workspaces foreach -v run clean",
"build": "yarn workspaces foreach -vt run build"
},
"devDependencies": {
"@typescript-eslint/eslint-plugin": "^5.57.1",
"@typescript-eslint/parser": "^5.57.1",
2023-09-12 11:31:55 +00:00
"eslint": "^8.49.0",
"eslint-import-resolver-typescript": "^3.5.4",
2023-09-12 11:31:55 +00:00
"eslint-plugin-import": "^2.28.1"
2021-04-15 21:26:10 +00:00
},
2023-04-04 18:56:31 +00:00
"version": "0.0.0",
2023-09-12 11:31:55 +00:00
"packageManager": "yarn@3.6.3"
}