-
-
Notifications
You must be signed in to change notification settings - Fork 30
Expand file tree
/
Copy pathpackage.json
More file actions
63 lines (63 loc) · 1.62 KB
/
package.json
File metadata and controls
63 lines (63 loc) · 1.62 KB
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
{
"name": "@nativescript/template-blank-react",
"version": "8.0.3",
"description": "NativeScript Application",
"author": "Jamie Birch <14055146+shirakaba@users.noreply.github.com>",
"main": "src/app.ts",
"scripts": {
"postinstall": "patch-package",
"type-check": "tsc --noEmit",
"type-check:watch": "npm run type-check -- --watch"
},
"license": "SEE LICENSE IN <your-license-filename>",
"repository": "<fill-your-repository-here>",
"homepage": "https://github.com/NativeScript/nativescript-app-templates",
"bugs": {
"url": "https://github.com/NativeScript/NativeScript/issues"
},
"publishConfig": {
"access": "public"
},
"files": [
"App_Resources",
"hooks",
"patches",
"src",
"tools",
"!tools/assets",
".editorconfig",
"references.d.ts",
"tsconfig.json"
],
"keywords": [
"mobile",
"nativescript",
"{N}",
"react",
"react-nativescript",
"template"
],
"dependencies": {
"@nativescript/core": "~9.0.0",
"@react-navigation/core": "^5.15.3",
"react": "~18.2.0",
"react-nativescript": "^5.0.0",
"react-nativescript-navigation": "~5.0.0",
"react-refresh": "~0.18.0"
},
"devDependencies": {
"@nativescript/ios": "9.0.3",
"@nativescript/types": "~9.0.0",
"@nativescript/webpack": "~5.0.31",
"@pmmmwh/react-refresh-webpack-plugin": "~0.6.2",
"@types/react": "18.2.0",
"patch-package": "~8.0.1",
"typescript": "~5.8.0"
},
"overrides": {
"@nativescript/core": "~9.0.0"
},
"gitHead": "1350d382fb4b0ed4c6e9685df909518b2688e004",
"readme": "NativeScript Application",
"private": "true"
}