-
Notifications
You must be signed in to change notification settings - Fork 2
/
Copy pathpackage.json
31 lines (31 loc) · 899 Bytes
/
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
{
"private": true,
"homepage": "https://github.com/Malaa-tech/react-native-intercom-expo-config-plugin",
"scripts": {
"example": "yarn workspace @expo/app",
"config-plugin": "yarn workspace react-native-intercom-expo-config-plugin",
"start": "lerna run build --parallel -- --watch",
"prepare": "lerna run prepare --parallel",
"publish": "lerna publish"
},
"workspaces": [
"apps/*",
"packages/*"
],
"devDependencies": {
"@expo/package-manager": "^0.0.43",
"@types/js-yaml": "^4.0.5",
"@types/prompts": "^2.0.13",
"eslint": "^8.15.0",
"expo-module-scripts": "^3.0.3",
"js-yaml": "^4.1.0",
"lerna": "^6.0.3",
"prettier": "^2.2.1",
"prompts": "^2.4.1",
"remark-cli": "^9.0.0",
"remark-validate-links": "^10.0.2",
"string.prototype.replaceall": "^1.0.5",
"ts-node": "^10.0.0",
"typescript": "^4.2.4"
}
}