forked from echowaves/expo-cached-image
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
55 lines (55 loc) · 1.57 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
{
"name": "@meecode/expo-cached-image",
"version": "45.1.1",
"description": "Super fast cached image component for react-native applications powered by expo",
"main": "lib/index.js",
"files": [
"lib"
],
"scripts": {
"prepublish": "echo 'prepublishing' && rm -rf ./lib && babel src --out-dir lib && yarn link",
"test": "rm -rf ./lib && jest"
},
"repository": {
"type": "git",
"url": "git+https://github.com/echowaves/expo-cached-image.git"
},
"keywords": [
"expo",
"react-native",
"image",
"cached"
],
"author": "echowaves.com",
"license": "MIT",
"bugs": {
"url": "https://github.com/echowaves/expo-cached-image/issues"
},
"homepage": "https://github.com/echowaves/expo-cached-image#readme",
"peerDependencies": {
"expo-file-system": "~14.1.0",
"react": "18.0.0",
"react-native": "0.69.3"
},
"devDependencies": {
"@babel/cli": "7.15.7",
"@babel/core": "7.15.8",
"@babel/plugin-proposal-class-properties": "7.14.5",
"@babel/preset-env": "7.15.8",
"@react-native-community/eslint-config": "3.0.1",
"babel-eslint": "10.1.0",
"babel-jest": "27.3.1",
"babel-preset-expo": "8.5.1",
"eslint": "8.0.1",
"eslint-config-airbnb": "18.2.1",
"eslint-config-prettier": "8.3.0",
"eslint-plugin-import": "2.25.2",
"eslint-plugin-jest": "25.2.2",
"eslint-plugin-jsx-a11y": "6.4.1",
"eslint-plugin-react": "7.26.1",
"eslint-plugin-react-hooks": "4.2.0",
"eslint-plugin-react-native": "3.11.0",
"jest": "27.3.1",
"metro-react-native-babel-preset": "0.66.2"
}
}