forked from react-native-async-storage/async-storage
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
34 lines (34 loc) · 1.12 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
{
"name": "@react-native-async-storage/root",
"private": true,
"workspaces": [
"packages/*"
],
"packageManager": "[email protected]",
"scripts": {
"format": "concurrently 'yarn:format:*'",
"format:c": "clang-format -i $(git ls-files '*.cpp' '*.h' '*.m' '*.mm') --style file:.config/.clang-format",
"format:js": "prettier --write --loglevel error $(git ls-files '*.js' '*.json' '*.ts' '*.tsx' '*.yml' 'README.md')"
},
"devDependencies": {
"concurrently": "^8.2.2",
"eslint": "^8.54.0",
"prettier": "^2.8.8",
"typescript": "^5.3.0"
},
"resolutions": {
"@react-native-community/cli": "^10.2.5",
"@react-native-community/cli-platform-android": "^10.2.0",
"@react-native-community/cli-platform-ios": "^10.2.5",
"body-parser/qs": "^6.7.3",
"find-babel-config/json5": "^2.1.1",
"metro-react-native-babel-preset": "^0.73.10",
"metro-react-native-babel-transformer": "^0.73.10",
"metro-runtime": "^0.73.10",
"metro-source-map": "^0.73.10",
"uuid": "^9.0.0",
"ts-node": "^10.9.1",
"recursive-readdir/minimatch": "^3.0.5",
"serve-handler/minimatch": "^3.0.5"
}
}