-
Notifications
You must be signed in to change notification settings - Fork 1
/
package.json
39 lines (39 loc) · 935 Bytes
/
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
{
"name": "react-native-skeleton-loaders",
"version": "1.4.0",
"scripts": {
"start": "expo start",
"android": "expo start --android",
"ios": "expo start --ios",
"web": "expo start --web"
},
"peerDependencies": {
"react": "18.1.0",
"react-native": "0.70.5",
"react-native-reanimated": "~2.12.0"
},
"devDependencies": {
"@babel/core": "^7.12.9",
"@types/react": "~18.0.14",
"@types/react-native": "~0.70.6",
"typescript": "^4.6.3"
},
"private": false,
"keywords": [
"skeleton",
"skeleton-loaders",
"react-native-skeleton-loaders",
"react-native-skeleton",
"react-native",
"react-native-reanimated"
],
"author": "Niall Barber",
"repository": {
"type": "git",
"url": "git+https://github.com/nialldbarber/react-native-skeleton-loaders.git"
},
"publishConfig": {
"registry": "https://registry.npmjs.org/"
},
"license": "MIT"
}