forked from alessiocancian/react-native-side-menu
-
Notifications
You must be signed in to change notification settings - Fork 6
Expand file tree
/
Copy pathpackage.json
More file actions
50 lines (50 loc) · 1.46 KB
/
package.json
File metadata and controls
50 lines (50 loc) · 1.46 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
{
"name": "@chakrahq/react-native-side-menu",
"version": "1.3.4",
"description": "Simple customizable component to create side menu",
"main": "build/index.js",
"scripts": {
"build": "babel index.js styles.js -d build",
"prepublish": "babel index.js styles.js -d build"
},
"repository": {
"type": "git",
"url": "git@github.com:chakrahq/react-native-side-menu.git"
},
"keywords": [
"react-native",
"react-component",
"ios",
"sidebar"
],
"author": "ChakraHQ <engineering@chakrahq.com> (https://github.com/chakrahq)",
"license": "MIT",
"bugs": {
"url": "https://github.com/chakrahq/react-native-side-menu/issues"
},
"homepage": "https://github.com/chakrahq/react-native-side-menu",
"dependencies": {
"prop-types": "^15.8.1"
},
"devDependencies": {
"@babel/core": "^7.17.8",
"@babel/plugin-syntax-flow": "^7.16.7",
"@babel/plugin-transform-react-jsx": "^7.17.3",
"@babel/preset-env": "^7.16.11",
"babel-cli": "^6.26.0",
"babel-eslint": "^10.1.0",
"babel-preset-flow": "^6.23.0",
"babel-preset-react-native": "^4.0.1",
"eslint": "^8.12.0",
"eslint-config-airbnb": "^19.0.4",
"eslint-plugin-flowtype": "^8.0.3",
"eslint-plugin-import": "^2.25.4",
"eslint-plugin-jsx-a11y": "^6.5.1",
"eslint-plugin-react": "^7.29.4",
"eslint-plugin-react-hooks": "^4.3.0",
"flow-bin": "^0.174.1",
"fsevents": "^2.3.2",
"react": "^17.0.2",
"react-native": "^0.67.4"
}
}