-
Notifications
You must be signed in to change notification settings - Fork 2
/
package.json
41 lines (41 loc) · 1.17 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
{
"name": "thermo-demo",
"version": "0.0.0",
"description": "Hello Expo!",
"author": "",
"license": "",
"main": "node_modules/expo/AppEntry.js",
"scripts": {
"start": "react-native-scripts start",
"eject": "react-native-scripts eject",
"android": "react-native-scripts android",
"ios": "react-native-scripts ios",
"test": "node node_modules/jest/bin/jest.js --watch",
"lint": "eslint app/",
"lint:fix": "eslint app/ --fix"
},
"jest": {
"preset": "jest-expo"
},
"dependencies": {
"@expo/samples": "^2.0.2",
"expo": "19.0.0",
"react": "16.0.0-alpha.12",
"react-native": "https://github.com/expo/react-native/archive/sdk-19.0.0.tar.gz",
"react-navigation": "^1.0.0-beta.12",
"styled-components": "^2.1.1",
"victory-native": "^0.14.0"
},
"devDependencies": {
"babel-eslint": "^7.2.3",
"eslint": "^3.19.0",
"eslint-config-airbnb": "^14.1.0",
"eslint-plugin-import": "^2.2.0",
"eslint-plugin-jsx-a11y": "^4.0.0",
"eslint-plugin-react": "^6.10.3",
"prettier": "^1.3.1",
"prettier-eslint": "^6.2.0",
"react-native-scripts": "0.0.40",
"react-test-renderer": "^16.0.0-alpha.12"
}
}