-
Notifications
You must be signed in to change notification settings - Fork 53
Expand file tree
/
Copy pathpackage.json
More file actions
110 lines (110 loc) · 3.81 KB
/
package.json
File metadata and controls
110 lines (110 loc) · 3.81 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
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
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
{
"name": "rngallery",
"version": "2.0.2.0",
"scripts": {
"android": "react-native run-android",
"ios": "react-native run-ios",
"start": "react-native start",
"test": "react-native rnx-test --platform windows",
"test:update": "react-native rnx-test --platform windows -u",
"lint": "eslint . --ext .js,.jsx,.ts,.tsx",
"windows": "npx @react-native-community/cli run-windows",
"postinstall": "patch-package"
},
"dependencies": {
"@fluentui-react-native/experimental-expander": "^0.6.1",
"@react-native-clipboard/clipboard": "^1.14.0",
"@react-native-community/checkbox": "^0.5.16",
"@react-native-community/datetimepicker": "^7.6.0",
"@react-native-community/masked-view": "^0.1.11",
"@react-native-community/progress-view": "^1.5.0",
"@react-native-community/slider": "^4.4.2",
"@react-native-picker/picker": "2.4.10",
"@react-native/metro-config": "0.81.5",
"@react-navigation/drawer": "7.7.7",
"@react-navigation/native": "7.1.23",
"@react-navigation/stack": "^6.3.12",
"@rnx-kit/metro-config": "^2.1.2",
"@types/jest": "^29.5.3",
"@wwimmo/react-native-sketch-canvas": "^0.8.5",
"eslint-plugin-ft-flow": "^3.0.11",
"lottie-react-native": "^5.1.6",
"lowlight": "^1.17.0",
"patch-package": "^7.0.0",
"postinstall-postinstall": "^2.1.0",
"react": "19.1.0",
"react-native": "0.81.5",
"react-native-config": "^1.5.2",
"react-native-device-info": "10.7.0",
"react-native-gesture-handler": "2.9.0",
"react-native-linear-gradient": "3.0.0-alpha.1",
"react-native-permissions": "^3.8.1",
"react-native-print": "0.8.0",
"react-native-reanimated": "3.8.1",
"react-native-safe-area-context": "^4.2.4",
"react-native-screens": "^2.9.0",
"react-native-sensitive-info": "6.0.0-alpha.9",
"react-native-svg": "15.3.0",
"react-native-track-player": "JaneaSystems/react-native-track-player#windows_cpp2",
"react-native-tts": "ak1394/react-native-tts",
"react-native-webview": "^13.2.2",
"react-native-windows": "0.81.0",
"react-native-xaml": "^0.0.78"
},
"devDependencies": {
"@babel/core": "^7.25.2",
"@babel/preset-env": "^7.25.3",
"@babel/runtime": "^7.20.0",
"@react-native/babel-preset": "0.81.5",
"@react-native/eslint-config": "0.81.5",
"@react-native/metro-config": "0.81.5",
"@react-native/typescript-config": "0.81.5",
"@rnx-kit/cli": "^0.18.10",
"@rnx-kit/jest-preset": "^0.3.0",
"@rnx-kit/metro-plugin-duplicates-checker": "^3.0.2",
"@rnx-kit/metro-serializer": "^2.0.3",
"@types/lowlight": "^0.0.1",
"@types/metro-config": "^0.76.3",
"@types/react": "^19.1.0",
"@types/react-test-renderer": "^19.0.0",
"babel-jest": "^29.6.3",
"eslint": "^8.19.0",
"jest": "^29.6.3",
"metro-config": "^0.83.3",
"prettier": "2.8.8",
"react-native-windows-hello": "^1.1.0",
"react-test-renderer": "19.1.0",
"typescript": "5.0.4"
},
"jest": {
"preset": "@rnx-kit/jest-preset",
"modulePathIgnorePatterns": [
"<rootDir>/lib/"
],
"transformIgnorePatterns": [
"node_modules/(?!(react-native|react-native-xaml|@react-native|react-native-windows|react-native-config|@react-native-community|react-native-print|react-native-webview|react-native-windows-hello|react-native-permissions|react-native-tts|react-native-gesture-handler|@react-navigation)/)"
],
"setupFiles": [
"<rootDir>/jest-setup.js"
]
},
"main": "src/index.js",
"module": "lib/module/index.js",
"types": "lib\\typescript\\src\\index.d.ts",
"files": [
"src",
"lib"
],
"eslintIgnore": [
"node_modules/",
"lib/"
],
"packageManager": "yarn@4.1.1",
"react-native-windows": {
"init-windows": {
"name": "rngallery",
"namespace": "rngallery",
"template": "old/uwp-cpp-app"
}
}
}