-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
43 lines (43 loc) · 1.23 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
{
"name": "@zoop.studio/react-native-numberpad",
"version": "0.3.0",
"description": "A number pad hooks and components for React-native",
"main": "dist/index.js",
"types": "dist/index.d.ts",
"repository": "https://github.com/zoop-studio/react-native-numberpad.git",
"author": "Ethan Lee <[email protected]>",
"license": "MIT",
"private": false,
"scripts": {
"prebuild": "rm -rf dist",
"build": "tsc",
"test": "jest"
},
"devDependencies": {
"@babel/core": "^7.22.11",
"@babel/preset-env": "^7.22.14",
"@babel/preset-typescript": "^7.22.11",
"@size-limit/file": "^8.2.6",
"@testing-library/jest-native": "^5.4.3",
"@testing-library/react-native": "^12.2.2",
"@tsconfig/react-native": "^3.0.2",
"@types/jest": "^29.5.4",
"@types/react": "^18.2.21",
"@types/react-native": "^0.72.2",
"babel-jest": "^29.6.4",
"eslint": "^8.47.0",
"jest": "^29.6.4",
"metro-react-native-babel-preset": "^0.77.0",
"prettier": "^3.0.2",
"react": "^18.2.0",
"react-native": "^0.72.4",
"react-test-renderer": "^18.2.0",
"size-limit": "^8.2.6",
"typescript": "^5.2.2"
},
"peerDependencies": {
"react": "*",
"react-native": "*",
"typescript": "*"
}
}