feat: add actor contextual menu to export

This commit is contained in:
Matthieu Cailleaux
2021-12-28 21:12:51 +01:00
parent 790c043c70
commit 227188b012
12 changed files with 691 additions and 739 deletions

View File

@@ -2,18 +2,19 @@
"scripts": {
"old-build": "tsc -p tsconfig.json && cp -r ./src ./dist",
"package": "sh ./package.sh",
"build": "webpack"
"build": "webpack",
"local-deploy": "npm run package && sh ./local-deploy.sh"
},
"version": "1.0.4",
"devDependencies": {
"@league-of-foundry-developers/foundry-vtt-types": "0.8.8-8",
"@league-of-foundry-developers/foundry-vtt-types": "0.8.9-9",
"husky": "4.3.7",
"prettier": "2.2.1",
"pretty-quick": "3.1.0",
"typescript": "4.3.5",
"typescript": "4.5.4",
"ts-loader": "9.2.6",
"webpack": "5.58.2",
"webpack-cli": "4.9.0"
"webpack": "5.65.0",
"webpack-cli": "4.9.1"
},
"husky": {
"hooks": {