This repository has been archived by the owner on Sep 27, 2018. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
50 lines (50 loc) · 1.48 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
{
"name": "survivor",
"version": "0.0.1",
"private": true,
"scripts": {
"start": "node node_modules/react-native/local-cli/cli.js start",
"test": "jest",
"build": "tsc -p ./ || echo Build Complete.",
"watch": "tsc -w -p ./",
"adb-reverse": "adb reverse tcp:8081 tcp:8081",
"dev-tools": "react-devtools",
"lint": "tslint --type-check --project tsconfig.json --force -c tslint.json 'src/**/*.{ts,tsx}' --exclude '**/*.d.ts'",
"prepare": "patch-package"
},
"dependencies": {
"moment": "^2.20.1",
"re-base": "^3.2.2",
"react": "^16.2.0",
"react-native": "^0.52.0",
"react-native-material-textfield": "^0.12.0",
"react-native-responsive-image": "^2.2.1",
"react-native-scrollable-tab-view": "^0.8.0",
"react-native-swiper": "^1.5.13",
"react-native-vector-icons": "^4.5.0",
"react-navigation": "^1.0.0-beta.23",
"realm": "^2.1.1"
},
"devDependencies": {
"@types/react": "^16.0.34",
"@types/react-native": "^0.51.9",
"babel-jest": "19.0.0",
"babel-preset-react-native": "1.9.1",
"jest": "18.1.0",
"lodash.isequal": "^4.5.0",
"lodash.uniqwith": "^4.5.0",
"patch-package": "^5.0.0",
"prop-types": "^15.6.0",
"react-devtools": "^2.0.12",
"react-test-renderer": "~15.4.0-rc.4",
"ts-jest": "^22.0.1",
"tslint": "^5.9.1",
"typescript": "^2.6.2"
},
"jest": {
"preset": "jest-react-native",
"notify": true,
"testRegex": "(\\.(test))\\.js$",
"verbose": true
}
}