Skip to content

Commit 2954269

Browse files
committed
chroe: project
1 parent 68a75fe commit 2954269

File tree

3 files changed

+1370
-1266
lines changed

3 files changed

+1370
-1266
lines changed

.gitignore

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -43,8 +43,10 @@ packages/**/*.d.ts
4343
bin
4444
build
4545
Pods
46-
!packages/platforms
46+
!packages/*/platforms
4747
/packages/**/*.aar
48+
/packages/**/*.framework
49+
/packages/**/*.xcframework
4850
/demo-snippets/**/*.aar
4951
*.xcuserdatad
5052
/packages/README.md

demo/package.json

Lines changed: 9 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -4,21 +4,18 @@
44
"readme": "NativeScript Application",
55
"repository": "<fill-your-repository-here>",
66
"dependencies": {
7-
"@nativescript-community/ui-image": "../plugin",
8-
"@nativescript/core": "7.0.9",
9-
"@nativescript/webpack": "3.0.5",
10-
"@nativescript-community/ui-collectionview": "4.0.1",
7+
"@nativescript-community/ui-collectionview": "5.3.15",
8+
"@nativescript-community/ui-image": "*",
9+
"@nativescript/core": "8.6.2",
10+
"@nativescript/webpack": "5.0.18",
1111
"nativescript-theme-core": "^2.0.24"
1212
},
1313
"devDependencies": {
14-
"@babel/core": "~7.5.5",
15-
"@nativescript/android": "7.0.0",
16-
"@nativescript/ios": "7.0.0",
17-
"@nativescript/types": "7.0.0",
18-
"babel-loader": "~8.0.6",
19-
"node-sass": "^4.12.0",
20-
"tslint": "~5.20.0",
21-
"typescript": "3.9.7"
14+
"@babel/core": "~7.23.9",
15+
"@nativescript/android": "8.6.2",
16+
"@nativescript/ios": "8.6.3",
17+
"@nativescript/types": "8.6.1",
18+
"typescript": "5.3.3"
2219
},
2320
"scripts": {
2421
"build.plugin": "cd ../src && npm run build",

0 commit comments

Comments
 (0)