Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
P
plugin
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Iterations
Wiki
Requirements
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Locked files
Build
Pipelines
Jobs
Pipeline schedules
Test cases
Artifacts
Deploy
Releases
Package Registry
Container Registry
Model registry
Operate
Environments
Terraform modules
Monitor
Incidents
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Code review analytics
Issue analytics
Insights
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Terms and privacy
Keyboard shortcuts
?
Snippets
Groups
Projects
This is an archived project. Repository and other project resources are read-only.
Show more breadcrumbs
Cosy-Bio
Drugst.One
plugin
Commits
59a9558a
Commit
59a9558a
authored
3 years ago
by
AndiMajore
Browse files
Options
Downloads
Patches
Plain Diff
clean up
parent
907a7442
No related branches found
Branches containing commit
No related tags found
Tags containing commit
No related merge requests found
Pipeline
#11017
failed
3 years ago
Stage: setup
Stage: check
Stage: build
Stage: deploy
Changes
3
Pipelines
1
Expand all
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
.gitignore
+1
-0
1 addition, 0 deletions
.gitignore
package-lock.json
+2299
-1978
2299 additions, 1978 deletions
package-lock.json
package.json
+3
-9
3 additions, 9 deletions
package.json
with
2303 additions
and
1987 deletions
.gitignore
+
1
−
0
View file @
59a9558a
...
...
@@ -47,3 +47,4 @@ Thumbs.db
.idea
drugsTone-build
package-lock.json
This diff is collapsed.
Click to expand it.
package-lock.json
+
2299
−
1978
View file @
59a9558a
This diff is collapsed.
Click to expand it.
package.json
+
3
−
9
View file @
59a9558a
...
...
@@ -30,11 +30,6 @@
"
@angular/platform-browser
"
:
"
~9.0.2
"
,
"
@angular/platform-browser-dynamic
"
:
"
~9.0.2
"
,
"
@angular/router
"
:
"
~9.0.2
"
,
"
@fortawesome/angular-fontawesome
"
:
"
^0.6.1
"
,
"
@fortawesome/fontawesome-svg-core
"
:
"
^1.2.35
"
,
"
@fortawesome/free-brands-svg-icons
"
:
"
^5.13.0
"
,
"
@fortawesome/free-regular-svg-icons
"
:
"
^5.13.0
"
,
"
@fortawesome/free-solid-svg-icons
"
:
"
^5.15.3
"
,
"
@ng-select/ng-select
"
:
"
^3.7.3
"
,
"
bulma
"
:
"
^0.8.1
"
,
"
bulma-toast
"
:
"
^1.5.4
"
,
...
...
@@ -47,7 +42,6 @@
"
python-shell
"
:
"
^1.0.8
"
,
"
rxjs
"
:
"
~6.5.4
"
,
"
tslib
"
:
"
^1.10.0
"
,
"
vis-network
"
:
"
^7.4.2
"
,
"
zone.js
"
:
"
~0.10.2
"
},
"devDependencies"
:
{
...
...
@@ -57,14 +51,14 @@
"
@angular/language-service
"
:
"
~9.0.2
"
,
"
@types/jasmine
"
:
"
^3.7.7
"
,
"
@types/jasminewd2
"
:
"
^2.0.9
"
,
"
@types/node
"
:
"
^12.20.1
4
"
,
"
@types/node
"
:
"
^12.20.1
5
"
,
"
codelyzer
"
:
"
^5.1.2
"
,
"
concat
"
:
"
^1.0.3
"
,
"
fs-extra
"
:
"
^9.1.0
"
,
"
htmlhint
"
:
"
^0.11.0
"
,
"
jasmine-core
"
:
"
~3.5.0
"
,
"
jasmine-spec-reporter
"
:
"
~4.2.1
"
,
"
karma
"
:
"
~
4
.3.
0
"
,
"
karma
"
:
"
~
6
.3.
3
"
,
"
karma-chrome-launcher
"
:
"
~3.1.0
"
,
"
karma-coverage-istanbul-reporter
"
:
"
~2.1.0
"
,
"
karma-jasmine
"
:
"
~2.0.1
"
,
...
...
@@ -72,6 +66,6 @@
"
protractor
"
:
"
^5.4.4
"
,
"
ts-node
"
:
"
~8.3.0
"
,
"
tslint
"
:
"
~5.18.0
"
,
"
typescript
"
:
"
^
3.7.7
"
"
typescript
"
:
"
~
3.7.7
"
}
}
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment