mirror of
https://github.com/NativeScript/NativeScript.git
synced 2025-11-05 13:26:48 +08:00
chore: cleanup
This commit is contained in:
23
apps/playground/package.json
Normal file
23
apps/playground/package.json
Normal file
@@ -0,0 +1,23 @@
|
||||
{
|
||||
"nativescript": {
|
||||
"id": "org.ns.testcore",
|
||||
"tns-ios": {
|
||||
"version": "6.5.0"
|
||||
},
|
||||
"tns-android": {
|
||||
"version": "6.5.0"
|
||||
}
|
||||
},
|
||||
"main": "app.js",
|
||||
"description": "NativeScript Application",
|
||||
"license": "SEE LICENSE IN <your-license-filename>",
|
||||
"repository": "<fill-your-repository-here>",
|
||||
"dependencies": {
|
||||
"nativescript-theme-core": "file:../../node_modules/nativescript-theme-core",
|
||||
"@nativescript/core": "file:../../packages/core"
|
||||
},
|
||||
"devDependencies": {
|
||||
"@nativescript/webpack": "file:../../dist/packages/nativescript-webpack.tgz",
|
||||
"typescript": "file:../../node_modules/typescript"
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user