generated from jsamr/native-lib-template
-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathpackage.json
41 lines (41 loc) · 1.34 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
{
"name": "react-native-li-project",
"private": true,
"scripts": {
"demo": "yarn workspace demo",
"react-native-li": "yarn workspace @jsamr/react-native-li",
"counter-style": "yarn workspace @jsamr/counter-style"
},
"devDependencies": {
"@commitlint/cli": "^12.1.1",
"@commitlint/config-conventional": "^12.1.1",
"@formidable-webview/eslint-config-webjs": "^1.0.0",
"@react-native-community/eslint-config": "^2.0.0",
"@typescript-eslint/eslint-plugin": "^4.21.0",
"@typescript-eslint/parser": "^4.21.0",
"eslint": "^7.23.0",
"eslint-plugin-compat": "^3.9.0",
"eslint-plugin-tsdoc": "^0.2.11",
"husky": "^6.0.0",
"prettier": "^2.2.1"
},
"resolutions": {
"react": "16.13.1",
"react-dom": "16.13.1",
"react-native": "https://github.com/expo/react-native/archive/sdk-40.0.1.tar.gz",
"react-test-renderer": "16.13.1",
"@release-it/conventional-changelog": "patch:@release-it/[email protected]#patches/@release-it-conventional-changelog.patch",
"release-it": "patch:[email protected]#patches/release-it.patch"
},
"author": "Jules Sam. Randolph <[email protected]> (https://github.com/jsamr)",
"license": "MIT",
"husky": {
"hooks": {
"commit-msg": "commitlint -E HUSKY_GIT_PARAMS"
}
},
"workspaces": [
"packages/*",
"demo"
]
}