-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
47 lines (47 loc) · 1.1 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
{
"name": "spring-loader",
"version": "1.0.2",
"description": "Gradient spring animated loading activity indicator component for React Native",
"main": "src/index.tsx",
"scripts": {
"build": "tsc"
},
"repository": {
"type": "git",
"url": "git+https://github.com/geekbrother/SpringLoader.git"
},
"keywords": [
"activity",
"indicator",
"loader",
"activity",
"react",
"native",
"reanimated",
"svg"
],
"author":
{
"name" : "Max Kalashnikoff",
"email" : "[email protected]",
"url" : "https://github.com/geekbrother"
},
"license": "MIT",
"bugs": {
"url": "https://github.com/geekbrother/SpringLoader/issues"
},
"homepage": "https://github.com/geekbrother/SpringLoader#readme",
"devDependencies": {
"@babel/cli": "^7.21.0",
"@babel/core": "^7.21.4",
"@babel/preset-env": "^7.21.4",
"@babel/preset-typescript": "^7.21.4",
"@types/react": "~18.0.14",
"typescript": "^5.0.4"
},
"dependencies": {
"react": "^18.2.0",
"react-native-reanimated": "^2",
"react-native-svg": "^13.9.0"
}
}