facilmap/package.json

28 wiersze
639 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": {
2023-10-06 23:13:51 +00:00
"@typescript-eslint/eslint-plugin": "^6.7.4",
"@typescript-eslint/parser": "^6.7.4",
2023-10-02 03:23:22 +00:00
"eslint": "^8.50.0",
"eslint-import-resolver-typescript": "^3.6.1",
2023-10-30 00:14:54 +00:00
"eslint-plugin-import": "^2.28.1",
"eslint-plugin-vue": "^9.18.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"
}