facilmap/package.json

38 wiersze
1.1 KiB
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",
2023-11-14 18:03:58 +00:00
"build": "yarn workspaces foreach -vt run build",
"build:frontend:app": "yarn workspace facilmap-frontend run build:app",
"build:server": "yarn workspace facilmap-server run build",
"prod-server": "yarn workspace facilmap-server run prod-server",
"server": "yarn workspace facilmap-server run server",
"dev-server": "yarn workspace facilmap-server run dev-server",
2023-11-14 18:03:58 +00:00
"check-types": "yarn workspaces foreach -vt run check-types"
},
"devDependencies": {
2023-11-11 07:01:40 +00:00
"@typescript-eslint/eslint-plugin": "^6.10.0",
"@typescript-eslint/parser": "^6.10.0",
"eslint": "^8.53.0",
2023-10-02 03:23:22 +00:00
"eslint-import-resolver-typescript": "^3.6.1",
2023-11-11 07:01:40 +00:00
"eslint-plugin-import": "^2.29.0",
2023-10-30 00:14:54 +00:00
"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-11-02 14:14:05 +00:00
"packageManager": "yarn@3.6.3",
"resolutions": {
"vite": "4.5.0",
"rollup": "3.29.4"
}
}