js2ts: chiefCenter

- common: unwrap_any
- jQuery export 수정
- axios로 변경
- moment -> luxon
This commit is contained in:
2021-08-16 01:06:17 +09:00
parent aac6632f4b
commit bc218b73e1
23 changed files with 376 additions and 214 deletions
+4 -2
View File
@@ -16,13 +16,14 @@
"author": "Hide_D",
"license": "MIT",
"dependencies": {
"@types/luxon": "^2.0.0",
"axios": "^0.21.1",
"bootstrap": "^4.6.0",
"core-js": "^3.16.1",
"jquery": "^3.6.0",
"lodash": "^4.17.21",
"luxon": "^2.0.2",
"vue": "^3.2.2",
"jquery": "^3.6.0"
"vue": "^3.2.2"
},
"devDependencies": {
"@babel/cli": "^7.14.8",
@@ -45,6 +46,7 @@
"sass": "^1.37.5",
"sass-loader": "^12.1.0",
"style-loader": "^3.2.1",
"ts-loader": "^9.2.5",
"typescript": "^4.3.5",
"vue-loader": "^16.5.0",
"webpack": "^5.49.0",