-
Notifications
You must be signed in to change notification settings - Fork 9
Expand file tree
/
Copy pathpackage.json
More file actions
52 lines (52 loc) · 1.65 KB
/
package.json
File metadata and controls
52 lines (52 loc) · 1.65 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
{
"name": "react-native-macos-reminders",
"version": "0.0.1",
"private": true,
"scripts": {
"start": "node node_modules/react-native-macos/local-cli/cli.js start",
"test": "jest",
"lint": "eslint .",
"pods": "npx pod-install",
"eas-build": "npx eas-cli build --profile production --platform ios"
},
"dependencies": {
"@formkit/tempo": "^0.1.2",
"@rn-macos/popover": "^0.1.0",
"react": "19.1.4",
"react-native": "0.81.5",
"react-native-macos": "0.81.0",
"react-native-mmkv": "2.12.2"
},
"devDependencies": {
"@babel/core": "^7.28.6",
"@babel/plugin-proposal-class-properties": "^7.18.6",
"@babel/plugin-transform-flow-strip-types": "^7.27.1",
"@babel/plugin-transform-private-methods": "^7.28.6",
"@babel/plugin-transform-typescript": "^7.28.6",
"@babel/runtime": "^7.28.6",
"@react-native-community/cli": "20.1.0",
"@react-native/metro-config": "0.81.5",
"@react-native/typescript-config": "0.81.5",
"@rnx-kit/metro-config": "^2.2.2",
"@types/jest": "^29.5.14",
"@types/react": "19.1.17",
"@types/react-test-renderer": "19.1.0",
"babel-jest": "^29.7.0",
"babel-plugin-module-resolver": "^5.0.2",
"eslint": "^8.57.1",
"eslint-config-universe": "^15.0.3",
"expo-modules-autolinking": "^1.11.3",
"jest": "^29.7.0",
"metro": "0.83.3",
"metro-react-native-babel-preset": "^0.77.0",
"metro-react-native-babel-transformer": "^0.77.0",
"prettier": "^3.8.0",
"react-native-svg-transformer": "^1.5.2",
"react-test-renderer": "19.1.4",
"typescript": "^5.9.3"
},
"engines": {
"node": ">=20"
},
"packageManager": "yarn@4.12.0"
}