-
Notifications
You must be signed in to change notification settings - Fork 35
/
Copy pathpackage.json
41 lines (41 loc) · 1.25 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
{
"name": "react-native-gl-image-filters",
"version": "0.5.0",
"description": "React-Native image filters using gl-react",
"main": "lib/index.js",
"types": "index.d.ts",
"scripts": {
"lint": "eslint src",
"compile": "rm -rf lib/ && babel --presets es2015,stage-1,react,minify --source-maps -d lib src",
"prepublish": "npm run compile"
},
"repository": {
"type": "git",
"url": "git+https://github.com/GregoryNative/react-native-gl-image-filters.git"
},
"author": "Gregory <gregorygalushka@gmail.com>",
"license": "MIT",
"bugs": {
"url": "https://github.com/GregoryNative/react-native-gl-image-filters/issues"
},
"homepage": "https://github.com/GregoryNative/react-native-gl-image-filters#readme",
"peerDependencies": {
"buffer": "^5.4.3",
"gl-react": "^4.0.1",
"gl-react-dom": "^4.0.1",
"gl-react-native": "^4.0.1",
"react": "*",
"react-native-unimodules": "^0.7.0"
},
"devDependencies": {
"babel-cli": "6.4.5",
"babel-eslint": "^10.1.0",
"babel-preset-es2015": "6.3.13",
"babel-preset-minify": "0.5.1",
"babel-preset-react": "6.3.13",
"babel-preset-stage-1": "6.3.13",
"eslint": "^7.18.0",
"eslint-plugin-import": "^2.22.1",
"eslint-plugin-react": "^7.22.0"
}
}