facilmap/package.json

38 wiersze
1.1 KiB
JSON

{
"name": "facilmap-root",
"private": true,
"workspaces": [
"types",
"client",
"utils",
"leaflet",
"frontend",
"server"
],
"scripts": {
"lint": "eslint **/*.ts",
"clean": "yarn workspaces foreach -v run clean",
"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",
"check-types": "yarn workspaces foreach -vt run check-types"
},
"devDependencies": {
"@typescript-eslint/eslint-plugin": "^6.10.0",
"@typescript-eslint/parser": "^6.10.0",
"eslint": "^8.53.0",
"eslint-import-resolver-typescript": "^3.6.1",
"eslint-plugin-import": "^2.29.0",
"eslint-plugin-vue": "^9.18.1"
},
"version": "0.0.0",
"packageManager": "yarn@3.6.3",
"resolutions": {
"vite": "4.5.0",
"rollup": "3.29.4"
}
}