|
15 | 15 | "test:ci": "npm run lint && npm run test:unit" |
16 | 16 | }, |
17 | 17 | "dependencies": { |
| 18 | + "@babel/core": "^7.21.0", |
| 19 | + "@toast-ui/editor": "^3.1.3", |
18 | 20 | "axios": "0.18.1", |
| 21 | + "body-parser": "^1.20.2", |
| 22 | + "cache-loader": "^4.1.0", |
19 | 23 | "clipboard": "2.0.4", |
20 | 24 | "codemirror": "5.45.0", |
21 | | - "core-js": "3.6.5", |
| 25 | + "core-js": "^3.29.0", |
22 | 26 | "driver.js": "0.9.5", |
23 | 27 | "dropzone": "5.5.1", |
24 | 28 | "echarts": "4.2.1", |
|
31 | 35 | "normalize.css": "7.0.0", |
32 | 36 | "nprogress": "0.2.0", |
33 | 37 | "path-to-regexp": "2.4.0", |
| 38 | + "regenerator-runtime": "^0.13.11", |
34 | 39 | "screenfull": "4.2.0", |
35 | 40 | "script-loader": "0.7.2", |
36 | 41 | "sortablejs": "1.8.4", |
37 | | - "tui-editor": "1.3.3", |
| 42 | + "svg-baker-runtime": "^1.4.7", |
38 | 43 | "vue": "2.6.10", |
39 | 44 | "vue-count-to": "1.0.13", |
40 | 45 | "vue-router": "3.0.2", |
41 | 46 | "vue-splitpane": "1.0.4", |
| 47 | + "vue-style-loader": "^4.1.3", |
42 | 48 | "vuedraggable": "2.20.0", |
43 | 49 | "vuex": "3.1.0", |
44 | 50 | "xlsx": "0.14.1" |
45 | 51 | }, |
46 | 52 | "devDependencies": { |
| 53 | + "@babel/runtime": "^7.21.0", |
47 | 54 | "@vue/cli-plugin-babel": "4.4.4", |
48 | 55 | "@vue/cli-plugin-eslint": "4.4.4", |
49 | 56 | "@vue/cli-plugin-unit-jest": "4.4.4", |
|
70 | 77 | "serve-static": "1.13.2", |
71 | 78 | "svg-sprite-loader": "4.1.3", |
72 | 79 | "svgo": "1.2.0", |
73 | | - "vue-template-compiler": "2.6.10" |
| 80 | + "vue-template-compiler": "2.6.10", |
| 81 | + "webpack": "^4.0.0" |
74 | 82 | }, |
75 | 83 | "browserslist": [ |
76 | 84 | "> 1%", |
|
0 commit comments