-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
54 lines (54 loc) · 1.58 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
{
"name": "@nativescript/template-blank-react",
"version": "7.0.11",
"description": "NativeScript Application",
"author": "Jamie Birch <[email protected]>",
"main": "app.js",
"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"
},
"keywords": [
"mobile",
"nativescript",
"{N}",
"react",
"react-nativescript",
"template"
],
"dependencies": {
"@nativescript/core": "~7.1.0",
"@react-navigation/core": "^5.13.2",
"react": "^16.13.1",
"react-native": "^0.63.4",
"react-nativescript": "^2.2.0",
"react-nativescript-navigation": "^2.0.1",
"react-refresh": "^0.8.3"
},
"devDependencies": {
"@babel/core": "^7.4.5",
"@nativescript/android": "7.0.1",
"@nativescript/types": "^7.0.4",
"@nativescript/webpack": "~4.0.0",
"@pmmmwh/react-refresh-webpack-plugin": "^0.4.0-beta.5",
"@types/react": "16.9.34",
"@types/react-native": "^0.63.48",
"babel-loader": "8.0.6",
"fork-ts-checker-webpack-plugin": "^5.1.0",
"patch-package": "^6.2.2",
"typescript": "~4.0.3"
},
"gitHead": "1350d382fb4b0ed4c6e9685df909518b2688e004",
"readme": "NativeScript Application",
"private": "true"
}