-
Notifications
You must be signed in to change notification settings - Fork 13
/
package.json
31 lines (31 loc) · 891 Bytes
/
package.json
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
{
"nativescript": {
"id": "org.nativescript.realworld2",
"tns-ios": {
"version": "6.1.1"
},
"tns-android": {
"version": "6.1.2"
}
},
"description": "NativeScript Application",
"license": "SEE LICENSE IN <your-license-filename>",
"repository": "<fill-your-repository-here>",
"dependencies": {
"marked": "^0.7.0",
"nativescript-theme-core": "^2.0.23",
"nativescript-ui-listview": "^7.1.0",
"svelte-native-nativescript-ui": "^0.6.1",
"svelte-native": "^0.6.1",
"timeago.js": "^4.0.0-beta.2",
"tns-core-modules": "~6.1.2"
},
"devDependencies": {
"nativescript-dev-webpack": "1.2.1",
"svelte": "~3.12.1",
"svelte-loader": "github:rixo/svelte-loader#2204a8f7e66e441f5e0ce6e70a5fa0f9e6bb2103",
"svelte-native-preprocessor": "~0.1.4",
"typescript": "3.6.2"
},
"readme": "NativeScript Application"
}