-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
67 lines (67 loc) · 1.66 KB
/
package.json
File metadata and controls
67 lines (67 loc) · 1.66 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
54
55
56
57
58
59
60
61
62
63
64
65
66
67
{
"name": "react-native-modular-bootstrapper",
"version": "3.3.9",
"description": "One useful modular development framework depends on Ioc and Expo for react native.",
"author": "colorfulwindmill",
"license": "BSD-3-Clause",
"repository": {
"type": "git",
"url": "https://github.com/denghejun/react-native-modular-bootstrapper.git"
},
"main": "index.ts",
"keywords": [
"react",
"react-native",
"injection",
"modular",
"bootstrapper",
"Ioc",
"inversify",
"inversion of control",
"expo"
],
"scripts": {
"test": "node ./node_modules/jest/bin/jest.js --watch"
},
"jest": {
"preset": "jest-expo-ts"
},
"dependencies": {
"es6-symbol": "^3.1.1",
"expo": "*",
"expo-font": "^9.1.0",
"expo-linear-gradient": "~9.1.0",
"expo-permissions": "~12.0.1",
"inversify": "^5.1.1",
"react": "*",
"react-native": "*",
"react-redux": "*",
"redux": "*",
"redux-actions": "*",
"reflect-metadata": "^0.1.13"
},
"peerDependencies": {
"expo": "*",
"react": "*",
"react-native": "*",
"react-redux": "*",
"redux": "*",
"redux-actions": "*"
},
"devDependencies": {
"@babel/cli": "^7.14.5",
"@babel/core": "^7.14.6",
"@babel/preset-env": "^7.14.5",
"@types/jest": "^20.0.8",
"@types/node": "^8.5.1",
"@types/react": "^15.6.10",
"@types/react-native": "^0.48.0",
"@types/react-redux": "^5.0.14",
"@types/react-test-renderer": "^15.5.4",
"@types/redux-actions": "^2.2.3",
"babel-plugin-root-import": "^6.6.0",
"jest-expo": "^41.0.0",
"react-native-typescript-transformer": "^1.1.3",
"typescript": "^2.5.2"
}
}