|
1 | 1 | { |
2 | | - "name": "noder", |
3 | | - "version": "1.0.0", |
4 | | - "scripts": { |
5 | | - "start": "react-native start", |
6 | | - "clean:babelrc": "find ./node_modules -name react-packager -prune -o -name '.babelrc' -print | xargs rm -f", |
7 | | - "postinstall": "npm run clean:babelrc", |
8 | | - "an": "react-native run-android", |
9 | | - "log": "adb logcat *:S ReactNative:V ReactNativeJS:V", |
10 | | - "build-ios": "react-native unbundle --entry-file index.ios.js --platform ios --dev false" |
11 | | - }, |
12 | | - "dependencies": { |
13 | | - "lodash": "^4.4.0", |
14 | | - "markdown": "0.5.0", |
15 | | - "moment": "^2.11.2", |
16 | | - "query-string": "^3.0.0", |
17 | | - "react-native": "^0.20.0", |
18 | | - "react-native-barcodescanner": "^1.0.1", |
19 | | - "react-native-blur": "^0.7.10", |
20 | | - "react-native-button": "^1.4.2", |
21 | | - "react-native-camera": "git+https://github.com/lwansbrough/react-native-camera.git", |
22 | | - "react-native-scrollable-tab-view": "^0.3.6", |
23 | | - "react-native-vector-icons": "^1.2.0", |
24 | | - "react-native-vibration": "^0.2.0", |
25 | | - "react-redux": "^4.4.0", |
26 | | - "rebound": "0.0.13", |
27 | | - "redux": "^3.3.1", |
28 | | - "redux-actions": "^0.9.1", |
29 | | - "redux-logger": "^2.5.2", |
30 | | - "redux-promise": "^0.5.1", |
31 | | - "redux-thunk": "^1.0.3" |
32 | | - }, |
33 | | - "devDependencies": { |
34 | | - "coffee-script": "^1.9.2", |
35 | | - "dev-ip": "^1.0.1", |
36 | | - "eslint": "^1.1.0", |
37 | | - "eslint-plugin-react": "^3.16.1", |
38 | | - "gulp": "^3.9.1", |
39 | | - "gulp-replace": "^0.5.4", |
40 | | - "gulp-util": "^3.0.4", |
41 | | - "react-native-cli": "^0.1.10", |
42 | | - "redux-devtools": "^3.1.1", |
43 | | - "run-sequence": "^1.1.0" |
44 | | - }, |
45 | | - "bundleId": "org.reactjs.native.example.noder" |
| 2 | + "name": "noder", |
| 3 | + "version": "1.0.0", |
| 4 | + "scripts": { |
| 5 | + "start": "react-native start", |
| 6 | + "clean:babelrc": "find ./node_modules -name react-packager -prune -o -name '.babelrc' -print | xargs rm -f", |
| 7 | + "postinstall": "npm run clean:babelrc", |
| 8 | + "an": "react-native run-android", |
| 9 | + "log": "adb logcat *:S ReactNative:V ReactNativeJS:V", |
| 10 | + "build-ios": "react-native unbundle --entry-file index.ios.js --platform ios --dev false" |
| 11 | + }, |
| 12 | + "dependencies": { |
| 13 | + "lodash": "^4.4.0", |
| 14 | + "markdown": "0.5.0", |
| 15 | + "moment": "^2.11.2", |
| 16 | + "query-string": "^3.0.0", |
| 17 | + "react-native": "^0.20.0", |
| 18 | + "react-native-barcodescanner": "^1.0.1", |
| 19 | + "react-native-blur": "^0.7.10", |
| 20 | + "react-native-button": "^1.4.2", |
| 21 | + "react-native-camera": "git+https://github.com/lwansbrough/react-native-camera.git", |
| 22 | + "react-native-html-render": "^1.0.3", |
| 23 | + "react-native-scrollable-tab-view": "^0.3.6", |
| 24 | + "react-native-vector-icons": "^1.2.0", |
| 25 | + "react-native-vibration": "^0.2.0", |
| 26 | + "react-redux": "^4.4.0", |
| 27 | + "rebound": "0.0.13", |
| 28 | + "redux": "^3.3.1", |
| 29 | + "redux-actions": "^0.9.1", |
| 30 | + "redux-logger": "^2.5.2", |
| 31 | + "redux-promise": "^0.5.1", |
| 32 | + "redux-thunk": "^1.0.3" |
| 33 | + }, |
| 34 | + "devDependencies": { |
| 35 | + "coffee-script": "^1.9.2", |
| 36 | + "dev-ip": "^1.0.1", |
| 37 | + "eslint": "^1.1.0", |
| 38 | + "eslint-plugin-react": "^3.16.1", |
| 39 | + "gulp": "^3.9.1", |
| 40 | + "gulp-replace": "^0.5.4", |
| 41 | + "gulp-util": "^3.0.4", |
| 42 | + "react-native-cli": "^0.1.10", |
| 43 | + "redux-devtools": "^3.1.1", |
| 44 | + "run-sequence": "^1.1.0" |
| 45 | + }, |
| 46 | + "bundleId": "org.reactjs.native.example.noder" |
46 | 47 | } |
0 commit comments