forked from Picovoice/porcupine
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
37 lines (37 loc) · 1.03 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
{
"name": "porcupine-react-native-demo",
"version": "2.1.2",
"private": true,
"scripts": {
"start": "react-native start",
"test": "jest",
"lint": "eslint .",
"android-run": "react-native run-android",
"android-install": "yarn",
"ios-run": "react-native run-ios",
"ios-link": "cd ios && pod install && cd ..",
"ios-install": "yarn && yarn ios-link"
},
"dependencies": {
"@picovoice/porcupine-react-native": "^2.1.2",
"@picovoice/react-native-voice-processor": "^1.0.4",
"@react-native-picker/picker": "^1.9.2",
"react": "^17.0.2",
"react-native": "^0.67.3"
},
"devDependencies": {
"@babel/core": "^7.12.3",
"@babel/runtime": "^7.12.5",
"@react-native-community/eslint-config": "^2.0.0",
"@types/react": "^17.0.33",
"@types/react-native": "^0.66.5",
"babel-jest": "^26.6.3",
"eslint": "^7.13.0",
"jest": "^26.6.3",
"metro-react-native-babel-preset": "^0.64.0",
"react-test-renderer": "16.13.1"
},
"jest": {
"preset": "react-native"
}
}