-
Notifications
You must be signed in to change notification settings - Fork 3
/
package.json
68 lines (68 loc) · 2.34 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
{
"name": "walking_tracker",
"version": "0.0.2",
"repository": "https://github.com/AndrewDongminYoo/walking_tracker",
"author": "Dongmin,Yoo <[email protected]> (https://github.com/AndrewDongminYoo)",
"license": "MIT",
"bugs": {
"url": "https://github.com/AndrewDongminYoo/walking_tracker/issues"
},
"scripts": {
"android": "react-native run-android",
"clear": "react-native clean --include watchman,yarn,metro,android",
"doctor": "react-native doctor --fix",
"preios": "react-native setup-ios-permissions",
"ios": "react-native run-ios",
"lint": "eslint . --ext .ts --ext .tsx --fix",
"format": "prettier \"**/*.{ts,js,jsx,tsx}\" --check --write",
"start": "react-native start --reset-cache",
"test": "jest",
"typecheck": "tsc --noEmit",
"unwatch": "watchman watch-del \"$PWD\"; watchman watch-project \"$PWD\"",
"watch": "tsc --noEmit --watch"
},
"engines": {
"node": ">=16"
},
"packageManager": "[email protected]",
"dependencies": {
"@dongminyu/react-native-step-counter": "^0.2.5",
"react": "18.2.0",
"react-native": "^0.72.12",
"react-native-circular-progress-indicator": "^4.4.2",
"react-native-gesture-handler": "^2.15.0",
"react-native-permissions": "^4.1.1",
"react-native-reanimated": "^3.8.1",
"react-native-svg": "^15.3.0"
},
"devDependencies": {
"@babel/core": "^7.23.9",
"@babel/preset-env": "^7.23.9",
"@babel/runtime": "^7.23.9",
"@react-native/eslint-config": "^0.74.76",
"@react-native/eslint-plugin": "^0.74.0",
"@react-native/metro-config": "^0.74.75",
"@tsconfig/react-native": "^3.0.3",
"@types/react": "^18.2.52",
"@types/react-test-renderer": "^18.0.7",
"babel-jest": "^29.2.1",
"eslint": "^8.56.0",
"jest": "^29.2.1",
"metro-react-native-babel-preset": "^0.77.0",
"pod-install": "^0.2.0",
"prettier": "^3.2.5",
"react-test-renderer": "18.2.0",
"typescript": "5.3.3"
},
"resolutions": {
"@babel/plugin-proposal-nullish-coalescing-operator": "^7.0.0-0",
"@babel/plugin-proposal-optional-chaining": "^7.0.0-0",
"@babel/plugin-transform-arrow-functions": "^7.0.0-0",
"@babel/plugin-transform-shorthand-properties": "^7.0.0-0",
"@babel/plugin-transform-template-literals": "^7.0.0-0",
"uglify-es": "npm:uglify-js"
},
"reactNativePermissionsIOS": [
"Motion"
]
}