mirror of
https://github.com/NativeScript/NativeScript.git
synced 2025-11-05 13:26:48 +08:00
22 lines
639 B
JSON
22 lines
639 B
JSON
{
|
|
"main": "src/main.ts",
|
|
"description": "NativeScript Application",
|
|
"license": "MIT",
|
|
"repository": {
|
|
"type": "git",
|
|
"url": "https://github.com/NativeScript/NativeScript.git"
|
|
},
|
|
"dependencies": {
|
|
"@nativescript/core": "file:../../packages/core",
|
|
"@nativescript/imagepicker": "^3.1.1",
|
|
"nativescript-theme-core": "file:../../node_modules/nativescript-theme-core"
|
|
},
|
|
"devDependencies": {
|
|
"@nativescript/android": "rc",
|
|
"@nativescript/ios": "rc",
|
|
"@nativescript/visionos": "rc",
|
|
"@nativescript/webpack": "file:../../dist/packages/nativescript-webpack.tgz",
|
|
"typescript": "~5.4.0"
|
|
}
|
|
}
|