Merge branch 'dev' of http://120.25.63.219:6088/rex/portalhtml into dev
Showing
... | @@ -13,7 +13,8 @@ | ... | @@ -13,7 +13,8 @@ |
"new": "plop", | "new": "plop", | ||
"svgo": "svgo -f src/icons/svg --config=src/icons/svgo.yml", | "svgo": "svgo -f src/icons/svg --config=src/icons/svgo.yml", | ||
"test:unit": "jest --clearCache && vue-cli-service test:unit", | "test:unit": "jest --clearCache && vue-cli-service test:unit", | ||
"test:ci": "npm run lint && npm run test:unit" | "test:ci": "npm run lint && npm run test:unit", | ||
"start": "node node_modules/@sap/approuter/approuter.js" | |||
}, | }, | ||
"dependencies": { | "dependencies": { | ||
"axios": "0.18.1", | "axios": "0.18.1", | ||
... | @@ -49,7 +50,8 @@ | ... | @@ -49,7 +50,8 @@ |
"vue-splitpane": "1.0.4", | "vue-splitpane": "1.0.4", | ||
"vuedraggable": "2.20.0", | "vuedraggable": "2.20.0", | ||
"vuex": "3.1.0", | "vuex": "3.1.0", | ||
"xlsx": "0.14.1" | "xlsx": "0.14.1", | ||
"@sap/approuter": "^9.1.0" | |||
}, | }, | ||
"devDependencies": { | "devDependencies": { | ||
"@fullcalendar/core": "^5.9.0", | "@fullcalendar/core": "^5.9.0", | ||
... | ... |
Please register or sign in to comment