-
Notifications
You must be signed in to change notification settings - Fork 3
/
Copy pathpackage.json
111 lines (111 loc) · 3.59 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
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
{
"name": "nx-expo-monorepo",
"version": "0.0.0",
"license": "MIT",
"homepage": "https://github.com/xiongemi/nx-expo-monorepo",
"scripts": {
"predeploy": "nx export-web cats",
"deploy": "gh-pages -d apps/cats/dist"
},
"private": true,
"devDependencies": {
"@chromatic-com/storybook": "^1.8.0",
"@config-plugins/detox": "8.0.0",
"@expo/cli": "0.18.25",
"@expo/metro-runtime": "~3.2.3",
"@nx/cypress": "19.7.0-beta.3",
"@nx/detox": "19.7.0-beta.3",
"@nx/eslint": "19.7.0-beta.3",
"@nx/eslint-plugin": "19.7.0-beta.3",
"@nx/expo": "19.7.0-beta.3",
"@nx/jest": "19.7.0-beta.3",
"@nx/js": "19.7.0-beta.3",
"@nx/rollup": "19.7.0-beta.3",
"@nx/storybook": "19.7.0-beta.3",
"@nx/web": "19.7.0-beta.3",
"@nx/workspace": "19.7.0-beta.3",
"@playwright/test": "^1.36.0",
"@react-native-async-storage/async-storage": "1.23.1",
"@reduxjs/toolkit": "1.9.3",
"@storybook/addon-essentials": "^8.2.9",
"@storybook/addon-interactions": "^8.2.9",
"@storybook/addon-react-native-web": "^0.0.24",
"@storybook/core-server": "^8.2.9",
"@storybook/react-webpack5": "^8.2.9",
"@storybook/test": "^8.2.9",
"@storybook/test-runner": "^0.13.0",
"@svgr/webpack": "^6.5.1",
"@swc-node/register": "1.9.2",
"@swc/core": "1.5.7",
"@swc/helpers": "0.5.12",
"@tanstack/react-query": "^4.32.5",
"@tanstack/react-query-devtools": "^4.32.5",
"@testing-library/jest-dom": "6.4.6",
"@testing-library/jest-native": "5.4.3",
"@testing-library/react-native": "12.5.1",
"@types/jest": "29.5.12",
"@types/node": "18.19.15",
"@types/react": "~18.2.79",
"@types/redux-logger": "^3.0.9",
"@types/redux-mock-store": "^1.0.3",
"@typescript-eslint/eslint-plugin": "7.16.1",
"@typescript-eslint/parser": "7.16.1",
"axios": "^1.5.1",
"axios-mock-adapter": "^1.22.0",
"babel-jest": "29.7.0",
"babel-preset-expo": "11.0.9",
"core-js": "3.36.1",
"cypress": "13.13.1",
"detox": "20.18.5",
"eslint": "8.57.0",
"eslint-config-prettier": "9.0.0",
"eslint-plugin-cypress": "^2.13.4",
"eslint-plugin-import": "2.27.5",
"eslint-plugin-jsx-a11y": "6.7.1",
"eslint-plugin-playwright": "^0.15.3",
"eslint-plugin-react": "7.32.2",
"eslint-plugin-react-hooks": "4.6.0",
"gh-pages": "^5.0.0",
"jest": "29.7.0",
"jest-environment-jsdom": "29.7.0",
"jest-fetch-mock": "^3.0.3",
"metro": "^0.80.5",
"metro-cache": "^0.80.5",
"nx": "19.7.0-beta.3",
"prettier": "^2.6.2",
"react-redux": "^8.0.5",
"react-test-renderer": "18.2.0",
"redux": "^4.2.1",
"redux-logger": "^3.0.6",
"redux-mock-store": "^1.5.4",
"redux-persist": "^6.0.0",
"ts-jest": "29.1.0",
"ts-node": "10.9.1",
"typescript": "~5.3.3"
},
"dependencies": {
"@expo/metro-config": "~0.18.11",
"@nx/playwright": "19.7.0-beta.3",
"@react-native-masked-view/masked-view": "0.3.1",
"@react-navigation/native": "^6.1.7",
"@react-navigation/native-stack": "^6.9.13",
"expo": "~51.0.31",
"expo-constants": "~16.0.2",
"expo-dev-client": "~4.0.25",
"expo-splash-screen": "0.27.5",
"expo-status-bar": "1.12.1",
"expo-updates": "~0.25.24",
"jest-expo": "~51.0.4",
"react": "18.2.0",
"react-dom": "18.2.0",
"react-native": "0.74.5",
"react-native-paper": "^5.10.1",
"react-native-safe-area-context": "4.10.5",
"react-native-screens": "3.31.1",
"react-native-svg": "15.2.0",
"react-native-svg-transformer": "1.3.0",
"react-native-web": "0.19.12",
"storybook": "^8.2.8",
"tslib": "^2.3.0"
}
}