-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
93 lines (93 loc) · 3 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
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
{
"name": "brawa",
"main": "app/app.ts",
"displayName": "brawa",
"templateType": "App template",
"version": "8.0.5",
"description": "Brawa Android App",
"author": "eike thies",
"license": "SEE LICENSE FILE - GNU GENERAL PUBLIC LICENSE",
"publishConfig": {
"access": "public"
},
"files": [
"app",
"App_Resources",
"hooks",
"tools",
"!tools/assets",
".editorconfig",
"references.d.ts",
"svelte.config.js",
"tsconfig.json"
],
"keywords": [
"nstudio",
"nativescript",
"mobile",
"{N}",
"tns",
"template",
"category-general",
"svelte",
"svelte-native"
],
"repository": "<fill-your-repository-here>",
"homepage": "https://github.com/NativeScript/nativescript-app-templates",
"bugs": {
"url": "https://github.com/NativeScript/NativeScript/issues"
},
"dependencies": {
"@klippa/nativescript-http": "^3.0.4",
"@nativescript-community/ui-material-core": "^7.2.67",
"@nativescript-community/ui-svg": "^0.2.6",
"@nativescript-community/universal-links": "^3.0.1",
"@nativescript/core": "~8.8.4",
"@nativescript/firebase-core": "^3.3.2",
"@nativescript/firebase-crashlytics": "^3.3.2",
"@nativescript/firebase-messaging": "^3.3.2",
"@nativescript/theme": "~3.1.0",
"@nstudio/nativescript-barcodescanner": "^5.0.1",
"@testjg/nativescript-nfc": "^1.1.3",
"@triniwiz/nativescript-accelerometer": "^4.0.3",
"@triniwiz/nativescript-toasty": "^4.1.3",
"cross-env": "^7.0.3",
"dayjs": "^1.11.13",
"dotenv": "^9.0.2",
"install": "^0.13.0",
"nativescript-permissions": "^1.3.12",
"npm": "^8.13.2",
"svelte-native": "^1.0.28",
"url-search-params-polyfill": "^8.2.5",
"vue-loader": "^16.7.0"
},
"scripts": {
"dev": "ns run android",
"test": "cross-env ENV_PATH=.env.production ns run android",
"build": "cross-env ENV_PATH=.env.production ns build android --release --key-store-path \"E:\\Dokumente\\Gewerbe\\android-keystore.jks\" --key-store-password $KEYSTOREPASSWORD --key-store-alias brawa --key-store-alias-password $KEYSTOREPASSWORD --aab --copy-to brawa.aab",
"build-apk": "cross-env ENV_PATH=.env.production ns build android --release --key-store-path \"E:\\Dokumente\\Gewerbe\\android-keystore.jks\" --key-store-password $KEYSTOREPASSWORD --key-store-alias brawa --key-store-alias-password $KEYSTOREPASSWORD --copy-to brawa.apk"
},
"devDependencies": {
"@nativescript/android": "^8.8.6",
"@nativescript/tailwind": "^2.1.0",
"@nativescript/types": "~8.8.0",
"@nativescript/webpack": "^5.0.22",
"postcss": "^8.3.6",
"postcss-loader": "^5.2.0",
"sass": "^1.80.5",
"svelte": "~4.2.18",
"svelte-loader": "~3.2.4",
"svelte-native-preprocessor": "^1.0.0",
"svelte-preprocess": "^6.0.3",
"tailwindcss": "^2.2.15",
"typescript": "~5.6.3"
},
"private": "true",
"readme": "NativeScript Application",
"nativescript": {
"id": {
"android": "com.brawa.android",
"ios": "com.brawa.ios"
}
}
}