-
Notifications
You must be signed in to change notification settings - Fork 14
/
Copy pathpackage.json
52 lines (52 loc) · 1.51 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
{
"name": "react-native-wormhole",
"version": "0.2.0",
"description": "⚛️ 🌌 Inter-dimensional Portals for React Native. 👽 🖖",
"main": "dist",
"scripts": {
"build": "rm -rf dist ; yarn && yarn tsc && rm -rf node_modules"
},
"keywords": [
"react-native",
"plugin",
"component",
"dynamic",
"loader",
"render"
],
"repository": "https://github.com/cawfree/react-native-wormhole",
"author": "Alex Thomas (@cawfree) <[email protected]>",
"license": "MIT",
"private": false,
"devDependencies": {
"@babel/cli": "^7.13.10",
"@babel/core": "^7.13.10",
"@babel/polyfill": "^7.12.1",
"@babel/preset-env": "^7.13.10",
"@babel/preset-react": "^7.12.13",
"@babel/preset-typescript": "^7.13.0",
"@types/app-root-path": "^1.2.4",
"@types/axios": "^0.14.0",
"@types/react": "^17.0.3",
"@types/react-native": "^0.63.51",
"@typescript-eslint/eslint-plugin": "^4.17.0",
"@typescript-eslint/parser": "^4.17.0",
"app-root-path": "^3.0.0",
"eslint": "^7.22.0",
"eslint-config-satya164": "^3.1.9",
"eslint-plugin-import": "^2.22.1",
"eslint-plugin-jest": "^24.3.1",
"eslint-plugin-jsx-a11y": "^6.4.1",
"eslint-plugin-react": "^7.22.0",
"eslint-plugin-react-hooks": "^4.2.0",
"eslint-plugin-react-native": "^3.10.0",
"react": "^17.0.1",
"react-native": "^0.64.0",
"typescript": "^4.2.3"
},
"dependencies": {
"@babel/runtime": "^7.13.10",
"axios": "^0.21.1",
"react-error-boundary": "^3.1.1"
}
}