package.json 477 Bytes
Newer Older
Lidan Hifi's avatar
Lidan Hifi committed
1
{
Lidan Hifi's avatar
Lidan Hifi committed
2
  "name": "NotificationsExampleApp",
Lidan Hifi's avatar
Lidan Hifi committed
3 4 5 6 7 8 9 10
  "version": "0.0.1",
  "private": true,
  "scripts": {
    "start": "node node_modules/react-native/local-cli/cli.js start"
  },
  "dependencies": {
    "react": "^0.14.7",
    "react-native": "^0.22.2",
Lidan Hifi's avatar
Lidan Hifi committed
11
    "react-native-notifications": "../"
12 13 14 15 16 17 18 19 20 21
  },
  "devDependencies": {
    "babel-preset-react-native": "^1.5.6",
    "babel-preset-stage-1": "^6.5.0"
  },
  "babel": {
    "presets": [
      "react-native",
      "stage-1"
    ]
Lidan Hifi's avatar
Lidan Hifi committed
22 23
  }
}