-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
40 lines (40 loc) · 1.06 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
{
"name": "ProRecorder",
"version": "0.0.1",
"private": true,
"scripts": {
"start": "react-native start",
"android": "react-native run-android",
"ios": "react-native run-ios",
"release": "cd android && ./gradlew assembleRelease",
"clean": "cd android && ./gradlew clean",
"test": "jest"
},
"dependencies": {
"antd-mobile": "^1.6.5",
"babel-preset-react-native": "^5.0.1",
"haul": "^1.0.0-beta.5",
"lodash": "^4.17.4",
"moment": "^2.19.1",
"native-base": "^2.3.1",
"react": "16.4.1",
"react-native": "0.56.0",
"react-native-cli": "^2.0.1",
"react-native-root-toast": "^2.2.1",
"react-navigation": "^2.0.11"
},
"devDependencies": {
"@types/lodash": "^4.14.74",
"@types/react": "^16.4.1",
"@types/react-native": "^0.56.0",
"@types/react-navigation": "^2.0.11",
"babel-jest": "23.4.0",
"babel-preset-react-native": "^5.0.1",
"jest": "23.4.1",
"react-native-typescript-transformer": "^1.1.3",
"typescript": "2.4.2"
},
"jest": {
"preset": "react-native"
}
}