forked from codemotionapps/react-native-dynamic
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
39 lines (39 loc) · 791 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
32
33
34
35
36
37
38
39
{
"private": true,
"workspaces": {
"packages": [
"example",
"library"
],
"nohoist": [
"**/react-native",
"**/react-native/**",
"**/react",
"**/react/**",
"**/react-native-dynamic",
"**/react-native-dynamic/**"
]
},
"scripts": {
"example": "yarn workspace example",
"library": "yarn workspace library",
"start": "yarn workspace example start"
},
"prettier": {
"semi": false,
"trailingComma": "all",
"tabWidth": 4,
"printWidth": 120,
"singleQuote": true,
"useTabs": true
},
"devDependencies": {
"@babel/core": "^7.10.3",
"@babel/runtime": "^7.10.3",
"@types/react-native": "^0.62.13",
"babel-plugin-module-resolver": "^4.0.0",
"metro-react-native-babel-preset": "^0.59.0",
"rimraf": "^3.0.2",
"typescript": "^3.9.5"
}
}