-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathpackage.json
More file actions
49 lines (49 loc) · 1.41 KB
/
package.json
File metadata and controls
49 lines (49 loc) · 1.41 KB
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
{
"name": "react-native-multiselect-sortable-flatlist",
"version": "1.0.5",
"description": "A React Native FlatList that is sortable with the ability to select multiple list items",
"main": "index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
"format": "prettier --write **/*.js"
},
"author": "Yoeven D Khemlani",
"license": "MIT",
"repository": {
"type": "git",
"url": "git+https://github.com/yoeven/react-native-multiselect-sortable-flatlist.git"
},
"keywords": [
"react-native",
"react-native-component",
"react",
"react native",
"mobile",
"ios",
"android",
"ui",
"multiselect-sortable-flatlist",
"multiselect",
"sortable",
"flatlist",
"draggable",
"sort",
"list",
"dynamic"
],
"homepage": "https://github.com/yoeven/react-native-multiselect-sortable-flatlist",
"eslintConfig": {
"extends": "universe/native"
},
"dependencies": {
"react-native-draggable-flatlist": "1.1.9"
},
"devDependencies": {
"@typescript-eslint/eslint-plugin": "^2.9.0",
"@typescript-eslint/parser": "^2.9.0",
"eslint": "^6.7.1",
"eslint-config-universe": "^2.0.0",
"metro-react-native-babel-preset": "^0.57.0",
"prettier": "^1.19.1"
}
}