-
Notifications
You must be signed in to change notification settings - Fork 21
/
Copy pathpackage.json
34 lines (34 loc) · 905 Bytes
/
package.json
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
{
"name": "Este",
"version": "0.0.1",
"private": true,
"scripts": {
"start": "./node_modules/.bin/react-native-webpack-server start"
},
"dependencies": {
"react-native-side-menu": "^0.9.2"
},
"devDependencies": {
"babel": "^5.6.7",
"babel-core": "^5.6.7",
"babel-eslint": "^3.1.18",
"babel-loader": "^5.2.0",
"babel-runtime": "^5.6.7",
"bluebird": "^2.9.30",
"eslint": "^0.23.0",
"eslint-plugin-react": "^2.5.2",
"eventemitter3": "^1.1.1",
"flux": "^2.0.3",
"immutable": "^3.7.4",
"intl": "^0.1.4",
"intl-messageformat": "^1.1.0",
"intl-relativeformat": "^1.1.0",
"react-native": "0.6.0",
"react-native-browser-polyfill": "^0.1.1",
"react-native-progress-hud": "^1.0.2",
"react-native-webpack-server": "0.2.2",
"react-pure-render": "^1.0.2",
"validator": "^3.40.1",
"whatwg-fetch": "^0.9.0"
}
}