forked from hyochan/react-native-audio-recorder-player
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
66 lines (66 loc) · 1.98 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
56
57
58
59
60
61
62
63
64
65
66
{
"name": "react-native-audio-recorder-player",
"version": "2.4.3",
"description": "React Native Audio Recorder and Player.",
"homepage": "https://github.com/dooboolab/react-native-audio-recorder-player",
"main": "index.js",
"types": "index.d.ts",
"postinstall": "dooboolab-welcome postinstall",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
"build": "tsc && flowgen index.d.ts -o index.js.flow",
"lint": "eslint -c .eslintrc.js 'index.ts'"
},
"repository": {
"type": "git",
"url": "git+https://github.com/dooboolab/react-native-audio-recorder-player"
},
"keywords": [
"react-native",
"audio",
"sound",
"record",
"recorder",
"player"
],
"author": "dooboolab",
"license": "MIT",
"peerDependencies": {
"react": ">=16.10.0",
"react-native": ">=0.61.2"
},
"dependencies": {
"dooboolab-welcome": "^1.1.1"
},
"devDependencies": {
"@babel/cli": "^7.6.2",
"@babel/core": "^7.6.2",
"@babel/plugin-proposal-class-properties": "^7.5.5",
"@babel/plugin-proposal-decorators": "7.6.0",
"@babel/plugin-proposal-object-rest-spread": "^7.6.2",
"@babel/plugin-transform-runtime": "7.6.2",
"@babel/preset-typescript": "^7.6.0",
"@dooboo/eslint-config": "^0.2.0",
"@babel/runtime": "^7.6.2",
"@testing-library/react-native": "^4.0.9",
"@types/jest": "^24.0.18",
"@types/react": "^16.8.25",
"@types/react-native": "^0.60.13",
"@types/react-navigation": "^3.0.8",
"@types/react-test-renderer": "^16.8.6",
"@types/styled-components": "^4.1.19",
"@typescript-eslint/eslint-plugin": "^2.2.0",
"@typescript-eslint/parser": "^2.2.0",
"babel-eslint": "^10.0.1",
"babel-jest": "24.9.0",
"babel-preset-react-native": "^5.0.2",
"codecov": "^3.5.0",
"eslint": "^6.3.0",
"flowgen": "^1.10.0",
"prettier": "^1.18.2",
"react-dom": "^16.10.0",
"react-test-renderer": "^16.10.0",
"ts-jest": "^24.0.2",
"typescript": "^3.6.3"
}
}