forked from SKempin/Lyrics-King-React-Native
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
51 lines (51 loc) · 1.31 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
46
47
48
49
50
51
{
"name": "lyrics-king",
"version": "1.0.3",
"private": true,
"author": "Stephen Kempin (https://stephenkempin.co.uk/)",
"license": "MIT",
"keywords": [
"expo",
"react-native",
"react",
"es6",
"android",
"ios"
],
"devDependencies": {
"babel-eslint": "^10.0.1",
"eslint": "^5.3.0",
"eslint-config-airbnb": "^17.1.0",
"eslint-plugin-import": "^2.16.0",
"eslint-plugin-jest": "^22.2.2",
"eslint-plugin-jsx-a11y": "^6.2.0",
"eslint-plugin-react": "^7.12.4",
"jest-expo": "^49.0.0",
"react-test-renderer": "^16.14.0"
},
"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",
"lint": "./node_modules/.bin/eslint .",
"test": "jest"
},
"jest": {
"preset": "jest-expo"
},
"dependencies": {
"expo": "^1.0.0",
"expo-analytics": "^1.0.7",
"format-duration": "^1.3.1",
"inherits": "^1.0.2",
"prop-types": "^15.6.2",
"react": "16.14.0",
"react-native": "https://github.com/expo/react-native/archive/sdk-32.0.0.tar.gz",
"react-navigation": "^3.0.9",
"rn-placeholder": "^1.3.0",
"sentry-expo": "^7.0.0",
"throttle-debounce": "^2.1.0"
}
}