Skip to content
Commits on Source (3)
MIT License
Copyright (c) 2019 RWTH Aachen University
Copyright (c) 2021 RWTH Aachen University
Permission is hereby granted, free of charge, to any person obtaining a copy
of this software and associated documentation files (the "Software"), to deal
......
This diff is collapsed.
{
"name": "@coscine/projectview",
"version": "1.9.2",
"version": "1.9.3",
"private": true,
"scripts": {
"serve": "vue-cli-service serve",
......@@ -9,9 +9,9 @@
"test:unit": "vue-cli-service test:unit"
},
"dependencies": {
"@coscine/api-connection": "^1.22.0",
"@coscine/app-util": "^1.6.0",
"@coscine/component-library": "1.2.0",
"@coscine/api-connection": "^1.23.1",
"@coscine/app-util": "^1.7.1",
"@coscine/component-library": "1.4.1",
"@itcenter-layout/bootstrap": "^1.5.5",
"@itcenter-layout/masterpage": "^1.3.0",
"@types/jquery": "^3.5.2",
......@@ -22,6 +22,7 @@
"vue-runtime-helpers": "^1.1.2"
},
"devDependencies": {
"@hutson/semantic-delivery-gitlab": "^9.1.0",
"@semantic-release/commit-analyzer": "^8.0.1",
"@semantic-release/git": "^9.0.0",
"@semantic-release/gitlab": "^6.0.5",
......@@ -35,10 +36,9 @@
"@vue/cli-service": "^4.5.7",
"@vue/test-utils": "1.1.0",
"chai": "^4.2.0",
"semantic-release": "^17.3.1",
"typescript": "^4.0.3",
"vue-template-compiler": "^2.6.12",
"semantic-release": "^17.1.2",
"@hutson/semantic-delivery-gitlab": "^9.1.0"
"vue-template-compiler": "^2.6.12"
},
"directories": {
"doc": "docs"
......@@ -46,6 +46,6 @@
"license": "MIT",
"repository": {
"type": "git",
"url": "https://git.rwth-aachen.de/coscine/app/projectview"
"url": "https://git.rwth-aachen.de/coscine/frontend/apps/projectview"
}
}