-
Notifications
You must be signed in to change notification settings - Fork 46
/
package.json
70 lines (70 loc) · 1.69 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
59
60
61
62
63
64
65
66
67
68
69
70
{
"name": "react-native-animated-numbers",
"version": "0.6.3",
"description": "Module that shows number changes through simple animation",
"scripts": {
"lint": "yarn eslint .",
"build": "bob build"
},
"main": "lib/commonjs/index.js",
"module": "lib/module/index.js",
"react-native": "src/index.ts",
"types": "lib/typescript/src/index.d.ts",
"source": "src/index.ts",
"files": [
"lib",
"src"
],
"repository": {
"type": "git",
"url": "git+https://github.com/heyman333/react-native-animated-numbers"
},
"keywords": [
"react-native",
"react-native-component",
"react-component",
"ios",
"android",
"react",
"animation",
"text",
"number"
],
"author": "youngsoohan",
"license": "MIT",
"bugs": {
"url": "https://github.com/heyman333/react-native-animated-numbers/issues"
},
"homepage": "https://github.com/heyman333/react-native-animated-numbers/blob/master/README.md",
"peerDependencies": {
"react": ">=16.8.0",
"react-native": ">=0.59"
},
"devDependencies": {
"eslint": "^8.51.0",
"eslint-config-prettier": "^9.0.0",
"eslint-plugin-prettier": "^5.0.1",
"@react-native/eslint-config": "^0.73.1",
"prettier": "^3.0.3",
"react-native": "^0.73.6",
"react-native-builder-bob": "^0.23.2",
"typescript": "^5.2.2",
"@types/react": "^18.2.44"
},
"dependencies": {},
"react-native-builder-bob": {
"source": "src",
"output": "lib",
"targets": [
"commonjs",
"module",
[
"typescript",
{
"project": "tsconfig.build.json"
}
]
]
},
"packageManager": "yarn@1.22.22+sha1.ac34549e6aa8e7ead463a7407e1c7390f61a6610"
}