-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
35 lines (35 loc) · 1.25 KB
/
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
35
{
"name": "allora",
"version": "0.1.0",
"private": true,
"scripts": {
"start": "node node_modules/react-native/local-cli/cli.js start",
"test": "jest",
"lint": "eslint .",
"prettier": "prettier --write --bracket-spacing --single-quote --no-jsx-bracket-same-line --trailing-comma all --print-width 80 \"src/**/!(third_party)/*.js\""
},
"dependencies": {
"allora-core": "git+https://github.com/allora-app/Allora-Core.git",
"prop-types": "^15.5.10",
"react": "16.0.0-alpha.6",
"react-addons-shallow-compare": "15.6.0",
"react-native": "^0.44.2",
"react-native-elements": "0.13.0",
"react-native-i18n": "2.0.1",
"react-native-swipeout": "git+https://github.com/dancormier/react-native-swipeout",
"react-native-tts": "^1.3.0",
"react-native-userdefaults-ios": "^0.1.3",
"react-native-vector-icons": "4.2.0",
"react-navigation": "1.0.0-beta.11",
"react-navigation-addons": "git+https://github.com/satya164/react-navigation-addons"
},
"devDependencies": {
"babel-eslint": "^7.2.3",
"babel-plugin-module-resolver": "^2.7.1",
"babel-preset-react-native": "2.0.0",
"eslint": "4.0.0",
"eslint-plugin-react": "7.1.0",
"eslint-plugin-react-native": "^2.3.2",
"prettier": "1.4.4"
}
}