-
Notifications
You must be signed in to change notification settings - Fork 6
/
package.json
57 lines (57 loc) · 1.53 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
{
"name": "@akumzy/react-native-animated-gallery",
"version": "1.1.7",
"description": " Tiny and fast animated image gallery for react-native",
"types": "dist/index.d.ts",
"main": "dist/index.js",
"directories": {
"example": "example"
},
"scripts": {
"ts-build": "rm -rf ./dist/** && tsc",
"babel-build": "rm -rf ./dist/** && babel ./src --out-dir dist --extensions '.ts,.tsx'",
"travis-deploy-once": "travis-deploy-once",
"semantic-release": "semantic-release",
"watch": "tsc -- --watch",
"test": "jest"
},
"repository": {
"type": "git",
"url": "git+https://github.com/akumzy/react-native-animated-gallery.git"
},
"keywords": [
"gallery",
"imageslider",
"carousel",
"flatlist",
"react-native",
"react-component",
"animated-gallery",
"react-native-gallery"
],
"author": "Vivek JM",
"license": "MIT",
"bugs": {
"url": "https://github.com/akumzy/react-native-animated-gallery/issues"
},
"homepage": "https://github.com/akumzy/react-native-animated-gallery#readme",
"dependencies": {
"@openspacelabs/react-native-zoomable-view": "^2.0.4"
},
"files": [
"dist"
],
"devDependencies": {
"@types/jest": "^26.0.15",
"@types/react": "^17.0.11",
"@types/react-native": "^0.64.10",
"@typescript-eslint/eslint-plugin": "^4.5.0",
"@typescript-eslint/parser": "^4.5.0",
"eslint": "^7.11.0",
"eslint-plugin-jest": "^24.1.0",
"jest": "^26.6.0",
"ts-jest": "^26.4.1",
"ts-node": "^10.0.0",
"typescript": "^4.3.2"
}
}