-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
36 lines (36 loc) · 1.04 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
32
33
34
35
36
{
"nativescript": {
"id": "technology.sveltenative.template",
"tns-ios": {
"version": "6.5.0"
},
"templateVersion": "v2",
"tns-android": {
"version": "6.5.3"
}
},
"name": "tns-template-blank-svelte",
"displayName": "Blank Svelte",
"templateType": "App template",
"author": "David Pershouse (https://github.com/halfnelson)",
"version": "6.4.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-material-icons": "^1.0.3",
"nativescript-theme-core": "~2.0.24",
"svelte-native": "~0.8.0",
"tns-core-modules": "~6.5.0"
},
"devDependencies": {
"nativescript-dev-webpack": "~1.5.1",
"svelte": "~3.19.1",
"svelte-loader-hot": "0.1.1",
"svelte-native-preprocessor": "^0.1.7",
"typescript": "~3.7.5"
},
"gitHead": "c06800e52ee1a184ea2dffd12a6702aaa43be4e3",
"readme": "NativeScript Application"
}