This repository was archived by the owner on Dec 26, 2021. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
53 lines (53 loc) · 1.41 KB
/
package.json
File metadata and controls
53 lines (53 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
50
51
52
53
{
"name": "react-native-multi-state-modal",
"version": "1.4.0",
"description": "Multiple state modal for react-native",
"main": "index.js",
"directories": {
"example": "example"
},
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
"publish": "npm publish react-native-multi-state-modal",
"build": "tsc",
"build:watch": "tsc --watch",
"lint": "tslint --project \"./tsconfig.json\""
},
"repository": {
"type": "git",
"url": "git+https://github.com/knyuwork/react-native-multi-state-modal.git"
},
"dependencies": {
"prop-types": "15.5.10"
},
"devDependencies": {
"@types/node": "^12.7.2",
"@types/react": "^16.9.2",
"@types/react-native": "^0.60.6",
"babel-eslint": "^7.2.3",
"eslint": "4.5.0",
"eslint-plugin-react-app": "^1.0.2",
"husky": "0.14.3",
"lint-staged": "4.0.4",
"prettier": "1.6.1",
"react": "16.8.6",
"react-native": "0.60",
"react-native-typescript-transformer": "^1.2.13",
"tslint": "^5.18.0",
"typescript": "^3.5.3"
},
"keywords": [
"react-native-multi-state-modal",
"modal",
"stepping",
"modal",
"multi-state",
"modal"
],
"author": "knyuwork <knyuwork@gmail.com>",
"license": "MIT",
"bugs": {
"url": "https://github.com/knyuwork/react-native-multi-state-modal/issues"
},
"homepage": "https://github.com/knyuwork/react-native-multi-state-modal#readme"
}