forked from AndreiCalazans/Auryn
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
57 lines (57 loc) · 1.78 KB
/
Copy pathpackage.json
File metadata and controls
57 lines (57 loc) · 1.78 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
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
{
"name": "Auryn",
"version": "2.0.0",
"private": true,
"scripts": {
"start": "react-native start",
"prettier": "prettier --config ./.prettierrc --loglevel warn --write \"*/**/*.{ts,tsx,js}\"",
"lint": "eslint \"*/**/*.{ts,tsx}\"",
"tsc": "tsc --noEmit --skipLibCheck",
"test": "jest"
},
"dependencies": {
"@reduxjs/toolkit": "^1.0.4",
"@ungap/url-search-params": "^0.1.2",
"@youi/react-native-youi": "5.10.0",
"react": "16.6.3",
"react-native": "0.58.6",
"react-navigation": "matanbareketyoui/react-navigation#2.18.4",
"react-redux": "^6.0.0",
"redux-debounced": "^0.5.0",
"redux-promise-middleware": "^6.1.0",
"redux-thunk": "^2.3.0",
"youtube-stream-url": "matanbareketyoui/youtube-stream-url"
},
"devDependencies": {
"@babel/core": "^7.0.0",
"@types/jest": "^24.0.0",
"@types/lodash": "^4.14.147",
"@types/node": "^12.0.2",
"@types/react": "^16.6.3",
"@types/react-native": "^0.55.3",
"@types/react-navigation": "^2.13.10",
"@types/react-redux": "^7.0.0",
"@types/react-test-renderer": "16.8.3",
"@types/redux-debounced": "^0.2.19",
"@types/redux-promise-middleware": "^6.0.0",
"@types/ungap__url-search-params": "^0.1.0",
"@typescript-eslint/eslint-plugin": "^2.7.0",
"@typescript-eslint/parser": "^2.7.0",
"babel-jest": "^24.9.0",
"eslint": "^6.6.0",
"eslint-config-prettier": "^6.5.0",
"eslint-plugin-import": "^2.18.2",
"eslint-plugin-jest": "^23.0.4",
"eslint-plugin-prettier": "^3.1.1",
"eslint-plugin-react": "^7.11.1",
"eslint-plugin-react-native": "^3.8.1",
"jest": "^24.9.0",
"jest-fetch-mock": "^2.1.2",
"metro-react-native-babel-preset": "0.45.0",
"prettier": "^1.17.1",
"react-native-typescript-transformer": "^1.2.12",
"react-test-renderer": "16.6.3",
"ts-jest": "^24.1.0",
"typescript": "^3.7.2"
}
}