facilmap/package.json

32 wiersze
709 B
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"
},
"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"
}
}