facilmap/package.json

24 wiersze
621 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": [
"client",
"frontend",
"leaflet",
"server",
"types",
"utils"
],
"scripts": {
2021-03-25 20:03:39 +00:00
"lint": "eslint **/*.ts",
2021-04-11 02:09:41 +00:00
"clean": "cd client && yarn run clean && cd ../leaflet && yarn run clean && cd ../frontend && yarn run clean",
2021-03-25 20:03:39 +00:00
"build": "cd client && yarn run build && cd ../leaflet && yarn run build && cd ../frontend && yarn run build"
},
"devDependencies": {
2021-02-28 22:17:26 +00:00
"@typescript-eslint/eslint-plugin": "^4.15.2",
"@typescript-eslint/parser": "^4.15.2",
"eslint": "^7.21.0",
"eslint-plugin-import": "^2.22.1"
}
}