-
Notifications
You must be signed in to change notification settings - Fork 3
/
package.json
25 lines (25 loc) · 878 Bytes
/
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
{
"name": "NightWatch",
"version": "0.0.1",
"private": true,
"scripts": {
"start": "react-native start",
"count": "cloc *.js *.json app/",
"common-count": "cloc package.json string.js app/actions/ app/constants/ app/pages/components/ app/reducers/ app/stores/ app/pages/*.js",
"android-count": "cloc index.android.js app/AndroidRoot.js app/pages/componentsAndroid/",
"ios-count": "cloc index.ios.js app/iOSRoot.js app/pages/componentsIOS/"
},
"dependencies": {
"immutable": "^3.8.1",
"react": "^0.14.7",
"react-native": "0.22.0",
"react-native-dropdown": "0.0.6",
"react-native-icons": "^0.7.0",
"react-native-refreshable-listview": "2.0.0-beta4",
"react-native-scrollable-tab-view": "0.4.3",
"react-native-selectme": "^1.0.0",
"react-redux": "^4.4.5",
"redux": "^3.5.2",
"redux-thunk": "^2.1.0"
}
}