-
-
Notifications
You must be signed in to change notification settings - Fork 46
Expand file tree
/
Copy pathpackage.json
More file actions
33 lines (33 loc) · 930 Bytes
/
package.json
File metadata and controls
33 lines (33 loc) · 930 Bytes
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
{
"private": true,
"name": "@siteed/expo-audio-studio-monorepo",
"workspaces": [
"packages/*",
"apps/*",
"documentation_site"
],
"scripts": {
"format": "prettier --write .",
"android:ort:check": "bash scripts/check-android-ort-compat.sh"
},
"nohoist": [
"**/react-native",
"**/react-native/**"
],
"devDependencies": {
"@expo/config-plugins": "^9.0.0",
"@storybook/react-native-web-vite": "^10.2.10",
"eslint-import-resolver-typescript": "^3.7.0",
"eslint-plugin-import": "^2.31.0",
"globals": "^15.8.0",
"lefthook": "^1.7.2",
"null-loader": "^4.0.1",
"pngjs": "^7.0.0",
"prettier": "^3.3.3",
"storybook": "^10.2.10",
"typescript": "^5.4.3",
"typescript-eslint": "^7.16.1",
"vite": "^6.3.5"
},
"packageManager": "yarn@4.9.1"
}