package.json 288 Bytes
Newer Older
Greg Wilson's avatar
Greg Wilson committed
1 2 3 4 5 6 7 8
{
  "name": "StepsDemo",
  "version": "0.0.1",
  "private": true,
  "scripts": {
    "start": "node node_modules/react-native/local-cli/cli.js start"
  },
  "dependencies": {
9
    "lodash": "^4.13.1",
Greg Wilson's avatar
Greg Wilson committed
10
    "react": "15.1.0",
11
    "react-mixin": "^2.0.2",
12
    "react-native": "^0.28.0"
Greg Wilson's avatar
Greg Wilson committed
13 14
  }
}