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",
"test:unit": "vue-cli-service test:unit",
"lint": "vue-cli-service lint",
"lint:css": "stylelint \"src/**/*.{css,scss,sass}\""
},

Roman Ondráček
committed
"dependencies": {
"@coreui/coreui": "^3.3.0",
"@coreui/icons": "^1.0.1",
"@coreui/vue": "^3.1.2",
"@popperjs/core": "^2.5.3",
"@sentry/browser": "^5.27.1",
"@sentry/integrations": "^5.27.1",
"axios": "^0.21.0",
"compare-versions": "^3.6.0",
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-toast-notification": "^0.5.4",
Karel Hanák
committed
"vuex-persistedstate": "^3.1.0",
"weekstart": "^1.0.1"

Roman Ondráček
committed
},
"devDependencies": {
"@babel/core": "^7.12.0",
"@babel/preset-env": "^7.12.0",
"@types/prismjs": "^1.16.1",
"@typescript-eslint/eslint-plugin": "^4.5.0",
"@typescript-eslint/parser": "^4.5.0",
"@vue/cli-plugin-babel": "^4.5.8",
"@vue/cli-plugin-eslint": "^4.5.8",
"@vue/cli-plugin-router": "^4.5.8",
"@vue/cli-plugin-typescript": "^4.5.8",
"@vue/cli-plugin-unit-jest": "^4.5.8",
"@vue/cli-plugin-vuex": "^4.5.8",
"@vue/cli-service": "^4.5.8",
"@vue/test-utils": "^1.0.3",

Roman Ondráček
committed
"babel-loader": "^8.1",
"eslint-plugin-import": "^2.20.2",
"eslint-plugin-node": "^11.1.0",
"eslint-plugin-promise": "^4.2.1",
"eslint-plugin-standard": "^4.0.2",
"eslint-plugin-vue": "^7.1.0",
"stylelint": "^13.7.2",
"stylelint-config-recommended": "^3.0.0",
"stylelint-config-standard": "^20.0.0",
"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"
}