js2ts: dipcenter(WIP)

- summernote 이식
- summernote/imageFip plugin 이식
This commit is contained in:
2021-08-29 01:39:03 +09:00
parent 32c7b02303
commit 97dfb02ab6
11 changed files with 648 additions and 147 deletions
+3
View File
@@ -6,6 +6,7 @@
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
"build": "webpack",
"buildDev": "webpack --mode=development",
"watch": "webpack watch --mode=development",
"watchProd": "webpack watch",
"lint": "eslint hwe/ts ts"
@@ -21,6 +22,7 @@
"@types/downloadjs": "^1.4.2",
"@types/linkifyjs": "^2.1.4",
"@types/select2": "^4.0.54",
"@types/summernote": "^0.8.6",
"async-validator": "^4.0.2",
"axios": "^0.21.1",
"bootstrap": "^4.6.0",
@@ -33,6 +35,7 @@
"lodash": "^4.17.21",
"query-string": "^7.0.1",
"select2": "^4.0",
"summernote": "^0.8.18",
"vue": "^3.2.2"
},
"devDependencies": {