js2ts: ext.plugin_troop

- async await 대응
- axios 준비
- troop.css
This commit is contained in:
2021-08-15 21:04:06 +09:00
parent 21bb61ec82
commit fdba3fdc74
14 changed files with 146 additions and 11 deletions
+4
View File
@@ -6,6 +6,7 @@
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
"build": "webpack",
"watch": "webpack watch",
"lint": "eslint hwe/ts ts"
},
"repository": {
@@ -15,6 +16,8 @@
"author": "Hide_D",
"license": "MIT",
"dependencies": {
"@babel/runtime": "^7.15.3",
"axios": "^0.21.1",
"core-js": "^3.16.1",
"lodash": "^4.17.21",
"vue": "^3.2.2"
@@ -22,6 +25,7 @@
"devDependencies": {
"@babel/cli": "^7.14.8",
"@babel/core": "^7.15.0",
"@babel/plugin-transform-runtime": "^7.15.0",
"@babel/preset-env": "^7.15.0",
"@babel/preset-typescript": "^7.15.0",
"@types/bootstrap": "^4.6.1",