Skip to content

Commit

Permalink
first run
Browse files Browse the repository at this point in the history
  • Loading branch information
yayalif committed Mar 7, 2023
1 parent 0caa975 commit fb778d2
Showing 1 changed file with 11 additions and 3 deletions.
14 changes: 11 additions & 3 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -15,10 +15,14 @@
"test:ci": "npm run lint && npm run test:unit"
},
"dependencies": {
"@babel/core": "^7.21.0",
"@toast-ui/editor": "^3.1.3",
"axios": "0.18.1",
"body-parser": "^1.20.2",
"cache-loader": "^4.1.0",
"clipboard": "2.0.4",
"codemirror": "5.45.0",
"core-js": "3.6.5",
"core-js": "^3.29.0",
"driver.js": "0.9.5",
"dropzone": "5.5.1",
"echarts": "4.2.1",
Expand All @@ -31,19 +35,22 @@
"normalize.css": "7.0.0",
"nprogress": "0.2.0",
"path-to-regexp": "2.4.0",
"regenerator-runtime": "^0.13.11",
"screenfull": "4.2.0",
"script-loader": "0.7.2",
"sortablejs": "1.8.4",
"tui-editor": "1.3.3",
"svg-baker-runtime": "^1.4.7",
"vue": "2.6.10",
"vue-count-to": "1.0.13",
"vue-router": "3.0.2",
"vue-splitpane": "1.0.4",
"vue-style-loader": "^4.1.3",
"vuedraggable": "2.20.0",
"vuex": "3.1.0",
"xlsx": "0.14.1"
},
"devDependencies": {
"@babel/runtime": "^7.21.0",
"@vue/cli-plugin-babel": "4.4.4",
"@vue/cli-plugin-eslint": "4.4.4",
"@vue/cli-plugin-unit-jest": "4.4.4",
Expand All @@ -70,7 +77,8 @@
"serve-static": "1.13.2",
"svg-sprite-loader": "4.1.3",
"svgo": "1.2.0",
"vue-template-compiler": "2.6.10"
"vue-template-compiler": "2.6.10",
"webpack": "^4.0.0"
},
"browserslist": [
"> 1%",
Expand Down

0 comments on commit fb778d2

Please sign in to comment.