This repository has been archived by the owner on Apr 10, 2023. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
60 lines (60 loc) · 1.42 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
{
"name": "@suchorski/chessclock",
"main": "app/app.ts",
"displayName": "Chess Clock",
"version": "1.1.1",
"description": "Chess Clock",
"author": "Thiago Suchorski <[email protected]>",
"license": "SEE LICENSE IN LICENSE",
"repository": "https://github.com/suchorski/chessclock",
"homepage": "https://github.com/suchorski/chessclock",
"bugs": {
"url": "https://github.com/suchorski/chessclock/issues"
},
"publishConfig": {
"access": "public"
},
"files": [
"app",
"App_Resources",
"hooks",
"tools",
"!tools/assets",
"types",
".editorconfig",
"tsconfig.json"
],
"keywords": [
"nstudio",
"nativescript",
"mobile",
"{N}",
"tns",
"vue",
"nativescript-vue",
"template",
"master-detail",
"detail",
"category-general"
],
"dependencies": {
"@nativescript/core": "~8.0.0",
"@nativescript/firebase": "^11.1.3",
"@nativescript/localize": "^5.0.4",
"@nativescript/theme": "~3.0.1",
"@triniwiz/nativescript-toasty": "^4.1.3",
"nativescript-vue": "~2.9.0"
},
"devDependencies": {
"@nativescript/android": "8.0.0",
"@nativescript/ios": "8.0.0",
"@nativescript/types": "~8.0.0",
"@nativescript/webpack": "beta",
"@types/node": "~14.6.2",
"nativescript-vue-template-compiler": "~2.9.0",
"typescript": "~4.0.0",
"vue": "~2.6.12"
},
"private": "true",
"readme": "NativeScript Application"
}