-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
45 lines (45 loc) · 1.22 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
36
37
38
39
40
41
42
43
44
45
{
"name": "open-app-seed",
"version": "0.0.1",
"private": true,
"scripts": {
"start": "node node_modules/react-native/local-cli/cli.js start",
"test": "jest",
"dom": "react-native run-dom",
"android": "react-native run-android",
"ios": "react-native run-ios",
"setup": "setup"
},
"dependencies": {
"apollo-boost": "^0.1.13",
"detect-browser-language": "^0.0.1",
"graphql": "^14.0.0",
"i18next": "^11.6.0",
"open-app-provider": "^1.0.6",
"react": "16.4.1",
"react-apollo": "^2.1.11",
"react-i18next": "^7.10.1",
"react-native": "0.55",
"react-native-dom": "0.2.0",
"react-native-languages": "^2.0.1",
"react-navigation": "^2.11.2",
"styled-components": "^3.4.5"
},
"devDependencies": {
"babel-jest": "23.4.2",
"babel-plugin-styled-components": "^1.5.1",
"babel-preset-react-native": "2.1.0",
"eslint": "^5.3.0",
"eslint-config-prettier": "^3.0.1",
"eslint-plugin-prettier": "^2.6.2",
"eslint-plugin-react-native-a11y": "^1.0.0",
"jest": "23.5.0",
"prettier": "1.14.2",
"react-native-rename": "^2.2.2",
"react-test-renderer": "16.4.1",
"rnpm-plugin-dom": "^0.1.1"
},
"jest": {
"preset": "react-native"
}
}