-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
36 lines (36 loc) · 1.05 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
{
"name": "my-app-native",
"version": "0.1.0",
"private": true,
"devDependencies": {
"react-native-scripts-ts": "1.11.3",
"@types/jest": "^22.0.0",
"@types/react": "^16.0.38",
"@types/react-native": "^0.52.0",
"@types/react-test-renderer": "^16.0.0",
"ts-jest": "^22.0.4",
"jest-expo": "25.0.0",
"react-native-typescript-transformer": "^1.2.3",
"react-test-renderer": "16.2.0",
"tslib": "^1.7.1",
"typescript": "^2.7.0",
"appr": "^1.1.1"
},
"main": "./node_modules/react-native-scripts-ts/build/bin/crna-entry.js",
"scripts": {
"start": "react-native-scripts-ts start",
"eject": "react-native-scripts-ts eject",
"android": "react-native-scripts-ts android",
"ios": "react-native-scripts-ts ios",
"test": "node node_modules/jest/bin/jest.js",
"appr": "appr"
},
"dependencies": {
"@types/react-native-elements": "^0.18.0",
"expo": "^25.0.0",
"react": "16.2.0",
"react-native": "^0.54.0",
"react-native-elements": "^0.19.0",
"react-navigation": "^1.4.0"
}
}