This repository has been archived by the owner on Jul 26, 2020. It is now read-only.
forked from shahen94/react-native-video-processing
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
75 lines (75 loc) · 1.94 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
67
68
69
70
71
72
73
74
75
{
"name": "@snooper/react-native-video-processing",
"version": "1.22.7",
"description": "Native Video processing/editing for React-Native",
"main": "index.js",
"scripts": {
"commit": "git add . && git-cz",
"test": "echo 'tests are disabled'",
"test:snapshots": "jest -u"
},
"repository": {
"type": "git",
"url": "https://github.com/snooperapp/react-native-video-processing"
},
"keywords": [
"react",
"react-native",
"ios",
"android",
"video",
"processing",
"edit",
"videoedit"
],
"czConfig": {
"path": "node_modules/cz-conventional-changelog"
},
"author": "Shahen Hovhannisyan <[email protected]>",
"license": "MIT",
"bugs": {
"url": "https://github.com/shahen94/react-native-video-processing/issues"
},
"jest": {
"preset": "jest-react-native",
"testPathIgnorePatterns": [
"/node_modules/"
],
"moduleFileExtensions": [
"js",
"jsx",
"json"
],
"moduleDirectories": [
"packages",
"node_modules"
]
},
"homepage": "https://github.com/snooperapp/react-native-video-processing#readme",
"dependencies": {
"babel-preset-es2015": "^6.24.1",
"babel-preset-react": "^6.24.1",
"babel-preset-react-native": "^4.0.1",
"babel-preset-react-native-stage-0": "^1.0.1",
"lodash": "^4.17.15"
},
"devDependencies": {
"babel-eslint": "^10.1.0",
"babel-jest": "^26.1.0",
"create-react-native-module": "^0.19.0",
"cz-conventional-changelog": "^3.2.0",
"eslint": "^7.3.1",
"eslint-config-airbnb": "^18.2.0",
"eslint-plugin-import": "^2.22.0",
"eslint-plugin-jsx-a11y": "^6.3.1",
"eslint-plugin-react": "^7.20.3",
"eslint-plugin-react-native": "^3.8.1",
"jest": "21.2.1",
"jest-react-native": "18.0.0",
"prop-types": "^15.7.2",
"react": "16.11.0",
"react-native": "0.62.2",
"react-native-cli": "^2.0.1",
"react-test-renderer": "16.11.0"
}
}