mirror of
https://github.com/NativeScript/NativeScript.git
synced 2025-11-05 13:26:48 +08:00
20 lines
561 B
JSON
20 lines
561 B
JSON
{
|
|
"main": "main.js",
|
|
"description": "NativeScript Application",
|
|
"license": "MIT",
|
|
"repository": {
|
|
"type": "git",
|
|
"url": "https://github.com/NativeScript/NativeScript.git"
|
|
},
|
|
"dependencies": {
|
|
"@nativescript/core": "file:../../packages/core",
|
|
"nativescript-theme-core": "file:../../node_modules/nativescript-theme-core"
|
|
},
|
|
"devDependencies": {
|
|
"@nativescript/android": "7.0.1",
|
|
"@nativescript/ios": "7.2.0",
|
|
"@nativescript/webpack": "file:../../dist/packages/nativescript-webpack.tgz",
|
|
"typescript": "4.1.4"
|
|
}
|
|
}
|