Newer
Older

Roman Ondráček
committed
{
"name": "iqrf-gateway-webapp",

Roman Ondráček
committed
"repository": {
"type": "git",
"url": "https://gitlab.iqrf.org/open-source/iqrf-gateway-webapp.git"
},
"description": "IQRF Gateway Daemon web application",
"keywords": [
"iqrf",
"iqrf-gateway",
"iqrf-gateway-webapp"
],
"author": "Roman Ondráček <roman.ondracek@iqrf.com>",
"license": "Apache-2.0",
"bugs": {
"url": "https://gitlab.iqrf.org/open-source/iqrf-gateway-webapp/issues"
},
"homepage": "https://gitlab.iqrf.org/open-source/iqrf-gateway-webapp",
"scripts": {
"serve": "vue-cli-service serve",
"build": "vue-cli-service build",
"coverage:unit": "vue-cli-service test:unit --coverage",
"coverage:unit-ci": "vue-cli-service test:unit --ci --coverage --reporters=default --reporters=jest-junit",
"test:unit": "vue-cli-service test:unit",
"lint": "vue-cli-service lint",
"lint:css": "stylelint \"src/**/*.{css,scss,sass}\"",
"newman": "newman run tests/iqrf-gateway-webapp.postman_collection.json",
"test": "jest",
"e2e": "cypress run",
"cypress": "cypress open"
},

Roman Ondráček
committed
"dependencies": {
"@coreui/coreui": "^3.4.0",
"@popperjs/core": "^2.6.0",
"@sentry/browser": "^6.0.3",
"@sentry/integrations": "^6.0.3",
"compare-versions": "^3.6.0",
"cron-validate": "^1.4.2",
Karel Hanák
committed

Roman Ondráček
committed
"v-clipboard": "^2.2.3",
Karel Hanák
committed
"vue-datetime": "^1.0.0-beta.14",
"vue-property-decorator": "^9.1.2",
"vue-toast-notification": "^0.6.0",
"vuex-persistedstate": "^3.2.0",
Karel Hanák
committed

Roman Ondráček
committed
},
"devDependencies": {
"@babel/core": "^7.12.10",
"@babel/preset-env": "^7.12.11",
"@typescript-eslint/eslint-plugin": "^4.14.1",
"@typescript-eslint/parser": "^4.14.1",
"@vue/cli-plugin-babel": "^4.5.11",
"@vue/cli-plugin-eslint": "^4.5.11",
"@vue/cli-plugin-router": "^4.5.11",
"@vue/cli-plugin-typescript": "^4.5.11",
"@vue/cli-plugin-unit-jest": "^4.5.11",
"@vue/cli-plugin-vuex": "^4.5.11",
"@vue/cli-service": "^4.5.11",
"@vue/test-utils": "^1.1.2",
"babel-loader": "^8.2.2",
"eslint-plugin-import": "^2.20.2",
"eslint-plugin-node": "^11.1.0",
"eslint-plugin-promise": "^4.2.1",
"eslint-plugin-standard": "^5.0.0",
Karel Hanák
committed
"typescript": "4.1.5",
"vue-svg-loader": "^0.16.0",
"vue-template-compiler": "^2.6.12"
"browserslist": [
"> 0.5%",
"not dead",
"not ie <= 11",
"not op_mini all"
],
"stylelint": {
"extends": "stylelint-config-recommended",
"rules": {
"indentation": "tab"
}
"globals": {
"ts-jest": {
"moduleFileExtensions": [
"js",
"ts",
"json",
"vue"
],
"transform": {
"^.+\\.tsx?$": "ts-jest",
".*\\.(vue)$": "vue-jest"
},
"testPathIgnorePatterns": [
"<rootDir>/cypress/",
"<rootDir>/node_modules/",
"<rootDir>/vendor/"
]