package.json 459 Bytes
Newer Older
1 2 3 4 5 6 7 8 9
{
  "name": "example",
  "version": "0.0.1",
  "private": true,
  "scripts": {
    "start": "node node_modules/react-native/local-cli/cli.js start"
  },
  "dependencies": {
    "crypto": "0.0.3",
10
    "gl-react": "2.2.8",
11
    "gl-react-blur": "^1.3.0",
12 13
    "gl-react-native": "file:..",
    "glsl-transitions": "^2016.2.15",
Gaëtan Renaudeau's avatar
Gaëtan Renaudeau committed
14
    "react": "15.3.2",
15
    "react-native": "0.37.0",
16
    "react-native-fs": "1.5.1",
17 18 19
    "seedrandom": "gre/seedrandom#released"
  }
}