-
Notifications
You must be signed in to change notification settings - Fork 8
/
Copy pathpackage.json
42 lines (42 loc) · 1.27 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
{
"name": "react-native-animated-rolling-numbers",
"version": "1.1.0",
"main": "src/index.ts",
"scripts": {
"build": "tsc"
},
"repository": {
"type": "git",
"url": "git+https://github.com/BouarourMohammed/react-native-animated-rolling-numbers.git"
},
"homepage": "https://github.com/BouarourMohammed/react-native-animated-rolling-numbers.git#readme",
"keywords": [
"react-native",
"animated-numbers",
"rolling-numbers",
"animated-digits",
"animated-number",
"reanimated",
"numbers",
"react",
"react-native-rolling-numbers",
"react-native-animated-numbers",
"digits"
],
"author": "Bouarour Mohammed",
"license": "MIT",
"description": "🚀 The Animated Digits component for React Native seamlessly blends a sophisticated number rotation effect with dynamic value updates, creating an engaging and interactive experience that enhances your user interfaces with a touch of elegance and excitement.",
"dependencies": {
"react-native-reanimated": "^3.15.1"
},
"devDependencies": {
"@types/react": "^18.3.5",
"@types/react-native": "^0.73.0",
"typescript": "^5.5.4"
},
"peerDependencies": {
"react": ">=18.0.0",
"react-native": ">=0.70.0",
"react-native-reanimated": ">=2.0.0"
}
}