Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
C
contactless-ionic
Project
Project
Details
Activity
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
creditcard
contactless-ionic
Commits
41461481
Commit
41461481
authored
Aug 29, 2024
by
伊藤雄大
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
2024/08/29
更新
parent
488e1932
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
32 additions
and
32 deletions
+32
-32
package-lock.json
package-lock.json
+0
-0
package.json
package.json
+32
-32
No files found.
package-lock.json
View file @
41461481
This source diff could not be displayed because it is too large. You can
view the blob
instead.
package.json
View file @
41461481
...
...
@@ -13,47 +13,47 @@
},
"private"
:
true
,
"dependencies"
:
{
"
@angular/animations
"
:
"^18.
1.3
"
,
"
@angular/common
"
:
"^18.
1.3
"
,
"
@angular/compiler
"
:
"^18.
1.3
"
,
"
@angular/core
"
:
"^18.
1.3
"
,
"
@angular/forms
"
:
"^18.
1.3
"
,
"
@angular/platform-browser
"
:
"^18.
1.3
"
,
"
@angular/platform-browser-dynamic
"
:
"^18.
1.3
"
,
"
@angular/router
"
:
"^18.
1.3
"
,
"
@aws-amplify/ui-angular
"
:
"^5.0.1
8
"
,
"
@capacitor/app
"
:
"6.0.
0
"
,
"
@capacitor/core
"
:
"6.1.
1
"
,
"
@capacitor/haptics
"
:
"6.0.
0
"
,
"
@capacitor/keyboard
"
:
"6.0.
1
"
,
"
@capacitor/status-bar
"
:
"6.0.
0
"
,
"
@ionic/angular
"
:
"^8.
0.0
"
,
"
aws-amplify
"
:
"^6.
4.4
"
,
"
@angular/animations
"
:
"^18.
2.2
"
,
"
@angular/common
"
:
"^18.
2.2
"
,
"
@angular/compiler
"
:
"^18.
2.2
"
,
"
@angular/core
"
:
"^18.
2.2
"
,
"
@angular/forms
"
:
"^18.
2.2
"
,
"
@angular/platform-browser
"
:
"^18.
2.2
"
,
"
@angular/platform-browser-dynamic
"
:
"^18.
2.2
"
,
"
@angular/router
"
:
"^18.
2.2
"
,
"
@aws-amplify/ui-angular
"
:
"^5.0.1
9
"
,
"
@capacitor/app
"
:
"6.0.
1
"
,
"
@capacitor/core
"
:
"6.1.
2
"
,
"
@capacitor/haptics
"
:
"6.0.
1
"
,
"
@capacitor/keyboard
"
:
"6.0.
2
"
,
"
@capacitor/status-bar
"
:
"6.0.
1
"
,
"
@ionic/angular
"
:
"^8.
2.7
"
,
"
aws-amplify
"
:
"^6.
5.3
"
,
"
bootstrap
"
:
"^5.3.3"
,
"
bootstrap-icons
"
:
"^1.11.3"
,
"
ionicons
"
:
"^7.0.0"
,
"
rxjs
"
:
"~7.8.0"
,
"
tslib
"
:
"^2.
3
.0"
,
"
zone.js
"
:
"~0.1
4.1
0"
"
tslib
"
:
"^2.
7
.0"
,
"
zone.js
"
:
"~0.1
5.
0"
},
"devDependencies"
:
{
"
@angular-devkit/build-angular
"
:
"^18.
1.3
"
,
"
@angular-eslint/builder
"
:
"^18.
2
.0"
,
"
@angular-eslint/eslint-plugin
"
:
"^18.
2
.0"
,
"
@angular-eslint/eslint-plugin-template
"
:
"^18.
2
.0"
,
"
@angular-eslint/schematics
"
:
"^18.
2
.0"
,
"
@angular-eslint/template-parser
"
:
"^18.
2
.0"
,
"
@angular/cli
"
:
"^18.
1.3
"
,
"
@angular/compiler-cli
"
:
"^18.
1.3
"
,
"
@angular/language-service
"
:
"^18.
1.3
"
,
"
@capacitor/cli
"
:
"6.1.
1
"
,
"
@angular-devkit/build-angular
"
:
"^18.
2.1
"
,
"
@angular-eslint/builder
"
:
"^18.
3
.0"
,
"
@angular-eslint/eslint-plugin
"
:
"^18.
3
.0"
,
"
@angular-eslint/eslint-plugin-template
"
:
"^18.
3
.0"
,
"
@angular-eslint/schematics
"
:
"^18.
3
.0"
,
"
@angular-eslint/template-parser
"
:
"^18.
3
.0"
,
"
@angular/cli
"
:
"^18.
2.1
"
,
"
@angular/compiler-cli
"
:
"^18.
2.2
"
,
"
@angular/language-service
"
:
"^18.
2.2
"
,
"
@capacitor/cli
"
:
"6.1.
2
"
,
"
@ionic/angular-toolkit
"
:
"^11.0.1"
,
"
@types/jasmine
"
:
"~5.1.0"
,
"
@typescript-eslint/eslint-plugin
"
:
"^8.
0.1
"
,
"
@typescript-eslint/parser
"
:
"^8.
0.1
"
,
"
eslint
"
:
"^9.
8.0
"
,
"
@typescript-eslint/eslint-plugin
"
:
"^8.
3.0
"
,
"
@typescript-eslint/parser
"
:
"^8.
3.0
"
,
"
eslint
"
:
"^9.
9.1
"
,
"
eslint-plugin-import
"
:
"^2.29.1"
,
"
eslint-plugin-jsdoc
"
:
"^
48.11.0
"
,
"
eslint-plugin-jsdoc
"
:
"^
50.2.2
"
,
"
eslint-plugin-prefer-arrow
"
:
"1.2.3"
,
"
jasmine-core
"
:
"~5.2.0"
,
"
jasmine-spec-reporter
"
:
"~7.0.0"
,
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment