forked from osdio/noder-react-native
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
35 lines (35 loc) · 908 Bytes
/
package.json
File metadata and controls
35 lines (35 loc) · 908 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
{
"name": "noder",
"version": "0.0.1",
"private": true,
"scripts": {
"start": "gulp start"
},
"dependencies": {
"markdown": "0.5.0",
"moment": "2.10.3",
"query-string": "2.3.0",
"react-native": "0.7.1",
"react-native-blur": "^0.5.4",
"react-native-button": "1.2.0",
"react-native-camera": "0.3.3",
"react-native-html-render": "^1.0.2",
"react-native-icons": "0.2.0",
"react-native-keyboardevents": "0.4.4",
"react-native-modal": "0.3.8",
"react-native-scrollable-tab-view": "0.1.7",
"rebound": "0.0.12",
"redux": "1.0.0-alpha"
},
"devDependencies": {
"coffee-script": "^1.9.2",
"dev-ip": "^1.0.1",
"eslint": "^0.24.1",
"eslint-plugin-react": "^3.0.0",
"gulp": "^3.9.0",
"gulp-replace": "^0.5.3",
"gulp-util": "^3.0.4",
"run-sequence": "^1.1.0"
},
"bundleId": "org.reactjs.native.example.noder"
}