This commit is contained in:
kandrusyak
2023-09-05 01:35:21 +03:00
parent dc65af6c83
commit 4915cf2506
5 changed files with 9111 additions and 61 deletions

View File

@@ -5,7 +5,8 @@
"scripts": {
"serve": "vue-cli-service serve",
"build": "vue-cli-service build",
"lint": "vue-cli-service lint"
"lint": "vue-cli-service lint",
"test:e2e": "wdio run ./wdio.conf.js"
},
"dependencies": {
"@dop/astra-ui": "^0.2.5",
@@ -24,6 +25,10 @@
"@vue/cli-plugin-eslint": "~5.0.0",
"@vue/cli-plugin-vuex": "^5.0.8",
"@vue/cli-service": "~5.0.0",
"@wdio/cli": "^8.16.3",
"@wdio/jasmine-framework": "^8.16.3",
"@wdio/local-runner": "^8.16.3",
"@wdio/spec-reporter": "^8.16.3",
"@webdiscus/pug-loader": "^2.9.4",
"eslint": "^8.25.0",
"eslint-config-prettier": "^8.3.0",