-
-
Notifications
You must be signed in to change notification settings - Fork 6
Expand file tree
/
Copy pathpackage.json
More file actions
18 lines (18 loc) · 750 Bytes
/
package.json
File metadata and controls
18 lines (18 loc) · 750 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
{
"main": "./src/main.ts",
"dependencies": {
"@nativescript/core": "*",
"@nativescript/morph-modal-kit": "file:../../dist/packages/morph-modal-kit",
"@nativescript/flutter": "file:../../dist/packages/flutter",
"@nativescript/ionic-portals": "file:../../dist/packages/ionic-portals",
"@nativescript/jetpack-compose": "file:../../dist/packages/jetpack-compose",
"@nativescript/rive": "file:../../dist/packages/rive",
"@nativescript/swift-ui": "file:../../dist/packages/swift-ui",
"@nativescript/ui-charts": "file:../../dist/packages/ui-charts",
"@nativescript/widgets": "file:../../dist/packages/widgets"
},
"devDependencies": {
"@nativescript/android": "~8.9.0",
"@nativescript/ios": "~8.9.0"
}
}