12345678910111213141516171819202122232425262728 |
- {
- "nativescript": {
- "id": "svelte-native-template.halfnelson.github.io",
- "tns-android": {
- "version": "5.2.0"
- },
- "tns-ios": {
- "version": "5.2.0"
- }
- },
- "main": "app.js",
- "description": "Svelte/NativeScript Template Application",
- "license": "SEE LICENSE IN <your-license-filename>",
- "repository": "<fill-your-repository-here>",
- "dependencies": {
- "nativescript-theme-core": "~1.0.4",
- "svelte": "^3.0.0-beta.8",
- "svelte-loader": "^2.13.3",
- "svelte-native": "^0.1.1",
- "tns-core-modules": "~5.2.0"
- },
- "devDependencies": {
- "nativescript-dev-typescript": "~0.8.0",
- "nativescript-dev-webpack": "~0.20.0"
- },
- "gitHead": "59b6da006346fedb5bb201fcc9cd7d204a69a82f",
- "readme": "NativeScript Application"
- }
|