-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
31 lines (31 loc) · 1.03 KB
/
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
{
"name": "tns-template-blank-svelte",
"displayName": "Blank Svelte",
"templateType": "App template",
"author": "David Pershouse (https://github.com/halfnelson)",
"version": "7.0.0",
"main": "app.js",
"description": "Blank template for Nativescript application using Svelte",
"license": "Apache-2.0",
"repository": "https://github.com/halfnelson/svelte-native-template",
"dependencies": {
"@nativescript/background-http": "~5.0.0",
"@nativescript/core": "~7.0.0",
"@nativescript/theme": "~2.3.3",
"@nativescript/webpack": "3.0.0",
"nativescript-clipboard": "^2.1.1",
"nativescript-simple-filepicker": "^1.1.2",
"svelte-native": "~0.9.1"
},
"devDependencies": {
"@nativescript/android": "7.0.0",
"@nativescript/types": "~7.0.0",
"svelte": "~3.24.1",
"svelte-loader-hot": "~0.3.1",
"svelte-native-preprocessor": "^0.2.0",
"svelte-preprocess": "^4.0.8",
"typescript": "~4.0.2"
},
"gitHead": "c06800e52ee1a184ea2dffd12a6702aaa43be4e3",
"readme": "NativeScript Application"
}