-
Notifications
You must be signed in to change notification settings - Fork 88
/
package.json
32 lines (32 loc) · 946 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
{
"name": "example",
"version": "0.0.1",
"private": true,
"scripts": {
"start": "node node_modules/react-native/local-cli/cli.js start",
"restart": "rm -rf $TMPDIR/react-* && watchman watch-del-all && node node_modules/react-native/local-cli/cli.js start -- --reset-cache",
"clear": "watchman watch-del-all && rm -fr $TMPDIR/react-*",
"lint": "eslint ./"
},
"rnpm": {
"assets": [
"./assets/fonts"
]
},
"dependencies": {
"babel-eslint": "8.0.2",
"color": "2.0.1",
"eslint": "4.12.0",
"eslint-config-airbnb": "16.1.0",
"eslint-plugin-import": "2.8.0",
"eslint-plugin-jsx-a11y": "6.0.2",
"eslint-plugin-react": "7.5.1",
"lodash.merge": "^4.6.0",
"prop-types": "^15.5.10",
"react": "16.0.0",
"react-native": "0.50.4",
"react-native-material-design-styles": "^0.2.6",
"react-native-vector-icons": "4.4.2",
"react-navigation": "^1.0.0-beta.21"
}
}