|
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 | | - }, |
9 | | - "dependencies": { |
10 | | - "lodash": "^4.0.1", |
11 | | - "markdown": "0.5.0", |
12 | | - "moment": "^2.10.6", |
13 | | - "query-string": "^3.0.0", |
14 | | - "react-native": "^0.18.1", |
15 | | - "react-redux": "^4.0.6", |
16 | | - "rebound": "0.0.13", |
17 | | - "redux": "^3.0.5", |
18 | | - "redux-actions": "^0.9.1", |
19 | | - "redux-logger": "^2.4.0", |
20 | | - "redux-promise": "^0.5.1", |
21 | | - "redux-thunk": "^1.0.3" |
22 | | - }, |
23 | | - "devDependencies": { |
24 | | - "coffee-script": "^1.9.2", |
25 | | - "dev-ip": "^1.0.1", |
26 | | - "eslint": "^1.1.0", |
27 | | - "eslint-plugin-react": "^3.16.1", |
28 | | - "gulp": "^3.9.0", |
29 | | - "gulp-replace": "^0.5.4", |
30 | | - "gulp-util": "^3.0.4", |
31 | | - "react-native": "^0.15.0", |
32 | | - "redux-devtools": "^3.0.1", |
33 | | - "run-sequence": "^1.1.0" |
34 | | - }, |
35 | | - "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 | + "android": "react-native run-android" |
| 9 | + }, |
| 10 | + "dependencies": { |
| 11 | + "lodash": "^4.0.1", |
| 12 | + "markdown": "0.5.0", |
| 13 | + "moment": "^2.10.6", |
| 14 | + "query-string": "^3.0.0", |
| 15 | + "react-native": "^0.18.1", |
| 16 | + "react-redux": "^4.0.6", |
| 17 | + "rebound": "0.0.13", |
| 18 | + "redux": "^3.0.5", |
| 19 | + "redux-actions": "^0.9.1", |
| 20 | + "redux-logger": "^2.4.0", |
| 21 | + "redux-promise": "^0.5.1", |
| 22 | + "redux-thunk": "^1.0.3" |
| 23 | + }, |
| 24 | + "devDependencies": { |
| 25 | + "coffee-script": "^1.9.2", |
| 26 | + "dev-ip": "^1.0.1", |
| 27 | + "eslint": "^1.1.0", |
| 28 | + "eslint-plugin-react": "^3.16.1", |
| 29 | + "gulp": "^3.9.0", |
| 30 | + "gulp-replace": "^0.5.4", |
| 31 | + "gulp-util": "^3.0.4", |
| 32 | + "react-native": "^0.15.0", |
| 33 | + "redux-devtools": "^3.0.1", |
| 34 | + "run-sequence": "^1.1.0" |
| 35 | + }, |
| 36 | + "bundleId": "org.reactjs.native.example.noder" |
36 | 37 | } |
0 commit comments