-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
81 lines (81 loc) · 2.74 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
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
{
"homepage": "https://ollisco.github.io/swiperr/",
"main": "node_modules/expo/AppEntry.js",
"private": true,
"name": "swiperr",
"version": "1.0.0",
"description": "A swiping music app. Powered By Spotify",
"repository": "git@github.com:ollisco/swiperr.git",
"author": "Olle Jernström <ollejer@ug.kth.se>",
"license": "MIT",
"scripts": {
"start": "expo start",
"android": "expo start --android",
"ios": "expo start --ios",
"web": "expo start --web",
"eject": "expo eject",
"lint": "eslint --ext .tsx --ext .ts App.tsx screens/ hooks/ components/ assets/styles/",
"lint:fix": "eslint --fix --ext .tsx --ext .ts App.tsx screens/ hooks/ components/ assets/styles/",
"deploy": "gh-pages -d web-build",
"predeploy": "expo build:web"
},
"dependencies": {
"@expo/vector-icons": "^13.0.0",
"@react-native-async-storage/async-storage": "~1.17.3",
"@react-native-clipboard/clipboard": "^1.10.0",
"@react-native-community/slider": "4.2.1",
"@react-navigation/bottom-tabs": "^5.11.8",
"@react-navigation/native": "^5.9.3",
"@react-navigation/stack": "^5.14.3",
"axios": "^0.26.1",
"country-data": "^0.0.31",
"eslint-plugin-unused-imports": "^2.0.0",
"expo": "^45.0.0",
"expo-auth-session": "~3.6.1",
"expo-av": "~11.2.3",
"expo-random": "~12.2.0",
"expo-status-bar": "~1.3.0",
"expo-updates": "~0.13.3",
"expo-web-browser": "~10.2.1",
"gh-pages": "^4.0.0",
"loadash": "^1.0.0",
"loadsh": "^0.0.4",
"metro-react-native-babel-preset": "^0.70.1",
"node-fetch": "^3.2.4",
"react": "17.0.2",
"react-dom": "17.0.2",
"react-native": "0.68.2",
"react-native-card-stack-swiper": "^1.2.5",
"react-native-deck-swiper": "^2.0.5",
"react-native-dotenv": "^3.3.1",
"react-native-gesture-handler": "~2.2.1",
"react-native-modal-dropdown": "^1.0.2",
"react-native-safe-area-context": "4.2.4",
"react-native-screens": "~3.11.1",
"react-native-slider": "^0.11.0",
"react-native-sound-player": "^0.12.0",
"react-native-track-player": "^2.1.3",
"react-native-web": "0.17.7",
"react-navigation": "^4.4.4"
},
"devDependencies": {
"@babel/core": "^7.12.9",
"@types/react": "~17.0.21",
"@types/react-dom": "~17.0.11",
"@types/react-native": "~0.67.6",
"@typescript-eslint/eslint-plugin": "^5.19.0",
"@typescript-eslint/parser": "^5.19.0",
"eslint": "^8.16.0",
"eslint-config-airbnb": "^19.0.4",
"eslint-plugin-import": "^2.26.0",
"eslint-plugin-jsx-a11y": "^6.5.1",
"eslint-plugin-react": "^7.30.0",
"eslint-plugin-react-hooks": "^4.4.0",
"prettier": "^2.2.1",
"typescript": "~4.3.5"
},
"resolutions": {
"@types/react": "17.0.2",
"@types/react-dom": "17.0.2"
}
}