1234567891011121314151617181920212223242526272829 |
- {
- "nativescript": {
- "id": "io.github.halfnelson.sveltenativetemplate",
- "tns-ios": {
- "version": "5.2.0"
- },
- "tns-android": {
- "version": "5.3.1"
- }
- },
- "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-native": "^0.2.2",
- "tns-core-modules": "^5.3.1"
- },
- "devDependencies": {
- "nativescript-dev-typescript": "~0.8.0",
- "nativescript-dev-webpack": "^0.20.3",
- "svelte": "^3.0.0-beta.22",
- "svelte-loader": "^2.13.3",
- "svelte-native-preprocessor": "0.1.1"
- },
- "gitHead": "59b6da006346fedb5bb201fcc9cd7d204a69a82f",
- "readme": "NativeScript Application"
- }
|