forked from leegeunhyeok/react-native-esbuild
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
48 lines (48 loc) · 1.22 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
{
"name": "react-native-esbuild",
"private": true,
"workspaces": [
"docs",
"example",
"packages/*"
],
"installConfig": {
"hoistingLimits": "workspaces"
},
"scripts": {
"postinstall": "lerna run build",
"prepare": "husky install",
"commitlint": "commitlint",
"test": "jest",
"lint": "eslint packages",
"example": "yarn --cwd example"
},
"devDependencies": {
"@commitlint/cli": "^17.7.1",
"@commitlint/config-conventional": "^17.7.0",
"@faker-js/faker": "^8.1.0",
"@swc/core": "^1.3.95",
"@swc/jest": "^0.2.29",
"@types/invariant": "^2.2.36",
"@types/jest": "^29.5.5",
"@types/node": "^20.6.2",
"@vercel/style-guide": "^5.0.1",
"esbuild": "^0.19.5",
"eslint": "^8.49.0",
"eslint-plugin-prettier": "^5.0.0",
"husky": "^8.0.3",
"jest": "^29.7.0",
"lerna": "^7.3.0",
"node-self": "^1.0.2",
"prettier": "^3.0.3",
"react-native": "0.72.6",
"rimraf": "^5.0.1",
"ts-node": "^10.9.1",
"typescript": "^5.2.2"
},
"prettier": "@vercel/style-guide/prettier",
"packageManager": "[email protected]",
"resolutions": {
"dripsy@^4.3.3": "patch:dripsy@npm%3A4.3.3#./.yarn/patches/dripsy-npm-4.3.3-1f30149dd8.patch"
}
}