forked from microsoft/react-native-gallery
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
102 lines (102 loc) · 3.63 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
94
95
96
97
98
99
100
101
102
{
"name": "rngallery",
"version": "1.0.18.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": "react-native 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.4.1",
"@react-native-community/slider": "^4.4.2",
"@react-native-picker/picker": "^2.4.10",
"@react-native/metro-config": "0.74.81",
"@react-navigation/drawer": "^7.0.0-alpha.0",
"@react-navigation/native": "^6.0.10",
"@react-navigation/stack": "^6.3.12",
"@rnx-kit/metro-config": "^1.3.15",
"@types/jest": "^29.5.3",
"@wwimmo/react-native-sketch-canvas": "^0.8.5",
"lottie-react-native": "^5.1.6",
"lowlight": "^1.17.0",
"patch-package": "^7.0.0",
"postinstall-postinstall": "^2.1.0",
"react": "18.3.1",
"react-native": "^0.75.1",
"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-radio-buttons-group": "^3.1.0",
"react-native-reanimated": "^1.10.0",
"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.2.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.75.0",
"react-native-xaml": "^0.0.78"
},
"devDependencies": {
"@babel/core": "^7.20.0",
"@babel/preset-env": "^7.20.0",
"@babel/runtime": "^7.20.0",
"@react-native-community/eslint-config": "^3.2.0",
"@react-native/babel-preset": "0.75.0-rc.3",
"@react-native/eslint-config": "0.75.0-rc.3",
"@react-native/metro-config": "0.75.0-rc.3",
"@react-native/typescript-config": "0.75.0-rc.3",
"@rnx-kit/cli": "^0.16.10",
"@rnx-kit/jest-preset": "^0.1.17",
"@types/lowlight": "^0.0.1",
"@types/metro-config": "^0.76.3",
"@types/react": "^18.2.6",
"@types/react-test-renderer": "^18.0.0",
"babel-jest": "^29.6.3",
"eslint": "^8.19.0",
"jest": "^29.6.3",
"metro-config": "^0.80.9",
"prettier": "2.8.8",
"react-native-windows-hello": "^1.1.0",
"react-test-renderer": "18.3.1",
"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)/)"
],
"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": "[email protected]"
}