-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
40 lines (40 loc) · 1.2 KB
/
Copy pathpackage.json
File metadata and controls
40 lines (40 loc) · 1.2 KB
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
{
"name": "Nafnster",
"version": "0.0.1",
"private": true,
"scripts": {
"start": "node node_modules/react-native/local-cli/cli.js start",
"ios": "react-native run-ios --scheme Development",
"test": "jest",
"storybook": "storybook start -p 7007",
"lint": "eslint src"
},
"dependencies": {
"appcenter": "1.1.0",
"appcenter-analytics": "1.1.0",
"appcenter-crashes": "1.1.0",
"babel-preset-react-native": "^4.0.0",
"firebase": "4.1.1",
"react": "16.0.0-alpha.12",
"react-native": "0.51.0",
"react-native-dotenv": "^0.1.0",
"react-native-facebook-login": "1.5.0",
"react-native-swipe-cards": "https://github.com/bjerkins/react-native-tinder-swipe-cards.git",
"react-redux": "5.0.5",
"redux": "3.7.2",
"redux-thunk": "2.2.0"
},
"devDependencies": {
"@storybook/react-native": "3.1.8",
"babel-eslint": "7.2.3",
"eslint": "4.2.0",
"eslint-plugin-react": "7.1.0",
"react-dom": "16.0.0-alpha.12",
"redux-devtools": "3.4.0"
},
"rnpm": {
"assets": [
"./src/theme/fonts/"
]
}
}