-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
38 lines (38 loc) · 948 Bytes
/
Copy pathpackage.json
File metadata and controls
38 lines (38 loc) · 948 Bytes
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
{
"name": "reactNativePOC",
"version": "0.0.1",
"private": true,
"scripts": {
"start": "node node_modules/react-native/local-cli/cli.js start",
"test": "mocha src/components/**/test/*.js",
"test:app": "jest"
},
"dependencies": {
"action-type": "^3.1.1",
"hoe": "^8.0.0",
"match-action": "^1.0.4",
"ramda": "^0.25.0",
"react": "16.3.1",
"react-native": "0.55.4",
"react-navigation": "^2.5.5",
"update-function-types": "^2.0.2"
},
"devDependencies": {
"@types/chai": "^4.1.2",
"@types/mocha": "^5.0.0",
"@types/react": "^16.4.4",
"@types/react-native": "^0.55.26",
"babel-jest": "23.0.1",
"babel-preset-react-native": "4.0.0",
"chai": "^4.1.1",
"ignore-styles": "^5.0.1",
"jest": "23.1.0",
"mocha": "^5.0.0",
"react-test-renderer": "16.3.1",
"ts-node": "^6.1.0",
"typescript": "^2.9.2"
},
"jest": {
"preset": "react-native"
}
}