forked from gajendrakumartwinwal/infiniteslideshow
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
47 lines (47 loc) · 1.45 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
{
"name": "react-native-infiniteslideshow",
"version": "3.0.2",
"private": false,
"scripts": {
"android": "react-native run-android",
"ios": "react-native run-ios",
"start": "react-native start",
"test": "jest",
"lint": "eslint .",
"build": "babel src --out-dir dist --extensions \".tsx,.ts\"",
"build2": "tsc --declaration --declarationDir dist",
"build1": "babel --presets @babel/preset-typescript --out-dir lib src/index.ts --extensions \".ts\"",
"build3": "babel --presets @babel/preset-react dist/hooks/useDataState.js"
},
"main": "dist/index.js",
"dependencies": {
"@types/react": "^16.9.49",
"react": ">= 15.2.1",
"react-native": ">= 0.30.0"
},
"devDependencies": {
"@babel/cli": "^7.11.6",
"@babel/core": "^7.11.6",
"@babel/preset-env": "^7.11.5",
"@babel/preset-es2015": "^7.0.0-beta.53",
"@babel/preset-react": "^7.10.4",
"@babel/preset-typescript": "^7.10.4",
"@babel/runtime": "^7.8.4",
"@react-native-community/eslint-config": "^1.1.0",
"@types/react-native": "^0.63.18",
"babel-jest": "^25.1.0",
"babel-preset-es2015": "^6.24.1",
"eslint": "^6.5.1",
"jest": "^25.1.0",
"metro-react-native-babel-preset": "^0.59.0",
"react-test-renderer": "^16.6.1",
"recyclerlistview": "^3.0.0"
},
"repository": {
"type": "git",
"url": "[email protected]:gajendrakumartwinwal/infiniteslideshow.git"
},
"jest": {
"preset": "react-native"
}
}