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) · 914 Bytes
/
package.json
File metadata and controls
35 lines (35 loc) · 914 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.6",
"query-string": "^2.4.0",
"react-native": "^0.8.0",
"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.3.4",
"react-native-keyboardevents": "^0.4.5",
"react-native-modal": "0.3.8",
"react-native-scrollable-tab-view": "^0.1.10",
"rebound": "0.0.13",
"redux": "1.0.0-alpha"
},
"devDependencies": {
"coffee-script": "^1.9.2",
"dev-ip": "^1.0.1",
"eslint": "^1.1.0",
"eslint-plugin-react": "^3.2.2",
"gulp": "^3.9.0",
"gulp-replace": "^0.5.4",
"gulp-util": "^3.0.4",
"run-sequence": "^1.1.0"
},
"bundleId": "org.reactjs.native.example.noder"
}