forked from GeekyAnts/NativeBase-KitchenSink
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
27 lines (27 loc) · 666 Bytes
/
package.json
File metadata and controls
27 lines (27 loc) · 666 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
{
"name": "NativebaseKitchenSink",
"version": "2.3.1",
"private": true,
"devDependencies": {
"jest": "20.0.4",
"react-test-renderer": "16.0.0-alpha.13"
},
"scripts": {
"start": "react-native start",
"android": "react-native run-android",
"ios": "react-native run-ios",
"test": "node node_modules/jest/bin/jest.js --watch"
},
"jest": {
"preset": "react-native",
"transformIgnorePatterns": ["node_modules/(?!react-native|native-base-shoutem-theme)"]
},
"dependencies": {
"color": "~1.0.3",
"lodash": "^4.13.1",
"native-base": "2.3.1",
"react": "16.0.0-alpha.13",
"react-native": "0.46.4",
"react-navigation": "1.0.0-beta.11"
}
}