forked from mrousavy/react-native-blurhash
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
34 lines (34 loc) · 1003 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
{
"name": "example",
"version": "0.0.1",
"private": true,
"scripts": {
"postinstall": "rm -rf node_modules/react-native-blurhash/node_modules",
"android": "react-native run-android",
"ios": "react-native run-ios",
"start": "react-native start",
"lint": "eslint --ext .js,.jsx,.ts,.tsx ."
},
"dependencies": {
"react": "^17.0.2",
"react-native": "^0.68.0-rc.1",
"react-native-blurhash": "link:.."
},
"devDependencies": {
"@babel/core": "^7.17.0",
"@babel/runtime": "^7.17.0",
"@react-native-community/eslint-config": "^3.0.1",
"@react-native-community/eslint-plugin": "^1.1.0",
"eslint": "^7.7.0",
"eslint-config-prettier": "^7.2.0",
"eslint-plugin-prettier": "^4.0.0",
"eslint-plugin-react-hooks": "^4.3.0",
"eslint-plugin-react-native": "^4.0.0",
"metro-react-native-babel-preset": "^0.67.0",
"react-native-gradle-plugin": "^0.0.4",
"prettier": "^2.5.1"
},
"codegenConfig": {
"libraries": []
}
}