-
Notifications
You must be signed in to change notification settings - Fork 1
/
package.json
67 lines (67 loc) · 1.83 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
{
"name": "react-native-video-processing",
"version": "1.12.7",
"description": "Native Video processing/editing for React-Native",
"main": "index.js",
"scripts": {
"commit": "git add . && git-cz",
"test": "jest --verbose",
"test:snapshots": "jest -u",
"semantic-release": "semantic-release pre && npm publish && semantic-release post"
},
"repository": {
"type": "git",
"url": "https://github.com/shahen94/react-native-video-processing.git"
},
"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"
},
"homepage": "https://github.com/shahen94/react-native-video-processing#readme",
"dependencies": {
"babel-preset-es2015": "6.18.0",
"babel-preset-react": "6.16.0",
"babel-preset-react-native": "1.9.0",
"babel-preset-react-native-stage-0": "1.0.1",
"lodash": "^4.16.6"
},
"devDependencies": {
"babel-eslint": "7.1.0",
"babel-jest": "17.0.0",
"commitizen": "^2.8.6",
"cz-conventional-changelog": "^1.2.0",
"eslint": "2.7.0",
"eslint-config-airbnb": "6.2.0",
"eslint-plugin-jsx-a11y": "1.3.0",
"eslint-plugin-react": "4.2.3",
"eslint-plugin-react-native": "1.1.0",
"jest": "17.0.0",
"jest-react-native": "17.0.0",
"react": "^15.3.2",
"react-native": "^0.37.0",
"react-native-create-library": "^1.0.4",
"react-test-renderer": "15.3.2",
"semantic-release": "^4.3.5",
"prop-types": "^15.6.0"
},
"peerDependencies": {
"react-native": ">=0.35"
}
}