-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
58 lines (58 loc) · 1.73 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
49
50
51
52
53
54
55
56
57
58
{
"name": "@platformbuilders/react-native-toast",
"version": "1.4.3",
"description": "",
"author": "Platform Builders <[email protected]>",
"repository": {
"type": "git",
"url": "git+https://github.com/platformbuilders/template-hooks.git"
},
"source": "src/index",
"main": "dist/index.js",
"types": "react-native-toast.d.ts",
"engines": {
"node": ">=12",
"npm": ">=5"
},
"license": "ISC",
"scripts": {
"test": "jest --passWithNoTests",
"build": "rm -rf ./dist && tsc --project ./tsconfig.json",
"prepare": "husky install",
"pretty": "prettier --config ./.prettierrc.js --write \"src/**/*.{jsx,ts,tsx,json}\"",
"lint": "tsc && eslint '*/**/*.{ts, tsx}' --fix"
},
"resolutions": {
"@types/react": "^17.0.38"
},
"peerDependencies": {
"react": ">=^16.13.1",
"react-native": ">=0.71.1",
"react-native-gesture-handler": ">=^2.10.1",
"react-native-reanimated": ">=2.14.4",
"react-native-safe-area-context": ">=^4.5.3",
"styled-components": ">=^5.3.11"
},
"devDependencies": {
"@babel/core": "^7.11.4",
"@babel/runtime": "^7.11.2",
"@platformbuilders/eslint-config-builders": "^0.1.2",
"@testing-library/react-hooks": "^7.0.2",
"@types/jest": "^27.0.2",
"@types/react": "^17.0.27",
"@types/styled-components-react-native": "^5.2.1",
"cross-env": "^7.0.2",
"eslint": "^7.7.0",
"husky": "^7.0.1",
"jest": "^29.5.0",
"lint-staged": "^11.1.2",
"prettier": "^2.1.1",
"react": "^17.0.2",
"react-native": "0.71.1",
"react-native-gesture-handler": "^2.10.1",
"react-native-reanimated": "2.14.4",
"react-native-safe-area-context": "^4.5.3",
"styled-components": "^5.3.11",
"typescript": "^5.1.3"
}
}