-
Notifications
You must be signed in to change notification settings - Fork 8
/
Copy pathpackage.json
44 lines (44 loc) · 1.05 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
{
"name": "react-native-ios-app-clips",
"description": "iOS 14 App Clips in React Native",
"license": "MIT",
"version": "0.1.5",
"author": "Monterail sp. z o.o.",
"homepage": "https://www.monterail.com/blog/create-app-clips-react-native",
"keywords": [
"app",
"clips",
"ios",
"react",
"native",
"react-native"
],
"repository": {
"type": "git",
"url": "https://github.com/monterail/react-native-ios-app-clips.git"
},
"scripts": {
"android": "react-native run-android",
"ios": "react-native run-ios",
"start": "react-native start",
"test": "jest",
"lint": "eslint ."
},
"dependencies": {
"react": "16.11.0",
"react-native": "0.62.2"
},
"devDependencies": {
"@babel/core": "^7.10.3",
"@babel/runtime": "^7.10.3",
"@react-native-community/eslint-config": "^2.0.0",
"babel-jest": "^26.1.0",
"eslint": "^7.3.1",
"jest": "^26.1.0",
"metro-react-native-babel-preset": "^0.59.0",
"react-test-renderer": "16.11.0"
},
"jest": {
"preset": "react-native"
}
}