-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
118 lines (118 loc) · 3.91 KB
/
package.json
File metadata and controls
118 lines (118 loc) · 3.91 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
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
112
113
114
115
116
117
118
{
"name": "nx",
"version": "0.0.0",
"license": "MIT",
"scripts": {},
"private": true,
"workspaces": [
"apps/*",
"packages/*"
],
"dependencies": {
"@swc/helpers": "~0.5.0",
"native-base": "3.4.25",
"react": "18.2.0",
"react-dom": "18.2.0",
"react-native": "0.71.4",
"tslib": "^2.3.0"
},
"devDependencies": {
"@babel/core": "7.12.13",
"@babel/preset-env": "^7.21.4",
"@babel/preset-react": "^7.18.6",
"@babel/preset-typescript": "7.12.13",
"@nrwl/esbuild": "^15.9.3",
"@nrwl/eslint-plugin-nx": "^15.9.3",
"@nrwl/jest": "15.9.4",
"@nrwl/js": "15.9.4",
"@nrwl/linter": "^15.9.3",
"@nrwl/react": "15.9.4",
"@nrwl/react-native": "15.9.3",
"@nrwl/rollup": "15.9.4",
"@nrwl/storybook": "15.9.3",
"@nrwl/vite": "^15.9.3",
"@nrwl/webpack": "^15.9.3",
"@nrwl/workspace": "^15.9.3",
"@react-native-async-storage/async-storage": "1.17.11",
"@react-native-community/cli": "10.2.1",
"@react-native-community/cli-platform-android": "10.2.0",
"@react-native-community/cli-platform-ios": "10.2.1",
"@rollup/plugin-url": "^7.0.0",
"@storybook/addon-essentials": "^6.5.15",
"@storybook/addon-ondevice-actions": "^6.0.1-beta.11",
"@storybook/addon-ondevice-backgrounds": "^6.0.1-beta.11",
"@storybook/addon-ondevice-controls": "^6.0.1-beta.11",
"@storybook/addon-ondevice-notes": "^6.0.1-beta.11",
"@storybook/addon-react-native-web": "^0.0.20",
"@storybook/builder-vite": "^0.2.6",
"@storybook/builder-webpack5": "^6.5.15",
"@storybook/core-common": "^6.5.15",
"@storybook/core-server": "^6.5.15",
"@storybook/manager-webpack5": "^6.5.15",
"@storybook/react": "^6.5.16",
"@storybook/react-native": "^6.0.1-beta.11",
"@storybook/test-runner": "^0.7.2",
"@svgr/rollup": "^6.1.2",
"@svgr/webpack": "^5.4.0",
"@swc/cli": "^0.1.62",
"@swc/core": "^1.3.41",
"@swc/jest": "^0.2.24",
"@testing-library/jest-native": "5.4.2",
"@testing-library/react": "14.0.0",
"@testing-library/react-native": "11.5.2",
"@types/jest": "^29.4.0",
"@types/node": "18.14.2",
"@types/react": "18.0.28",
"@types/react-dom": "18.0.11",
"@types/react-native": "^0.71.6",
"@types/react-router-dom": "5.3.3",
"@typescript-eslint/eslint-plugin": "^5.36.1",
"@typescript-eslint/parser": "^5.36.1",
"@vitejs/plugin-react": "^3.0.0",
"@vitest/coverage-c8": "~0.25.8",
"@vitest/ui": "^0.25.8",
"babel-jest": "^29.4.1",
"babel-loader": "8.1.0",
"eslint": "~8.15.0",
"eslint-config-prettier": "8.1.0",
"eslint-plugin-import": "2.27.5",
"eslint-plugin-jsx-a11y": "6.7.1",
"eslint-plugin-react": "7.32.2",
"eslint-plugin-react-hooks": "4.6.0",
"fast-glob": "^3.2.12",
"html-webpack-plugin": "^5.5.0",
"jest": "^29.4.1",
"jest-environment-jsdom": "^29.4.1",
"jest-environment-node": "^29.4.1",
"jest-file-snapshot": "^0.5.0",
"jest-react-native": "18.0.0",
"jsdom": "~20.0.3",
"metro": "0.74.1",
"metro-babel-register": "0.74.1",
"metro-config": "^0.76.3",
"metro-react-native-babel-preset": "0.74.1",
"metro-react-native-babel-transformer": "0.74.1",
"metro-resolver": "0.74.1",
"nx": "^15.9.3",
"prettier": "^2.6.2",
"react-native-config": "1.5.0",
"react-native-gesture-handler": "^2.9.0",
"react-native-reanimated": "3.0.2",
"react-native-safe-area-context": "^4.5.2",
"react-native-screens": "^3.20.0",
"react-native-storybook-loader": "^2.0.5",
"react-native-svg": "13.8.0",
"react-native-svg-transformer": "1.0.0",
"react-native-url-polyfill": "^1.3.0",
"react-test-renderer": "18.2.0",
"ts-jest": "^29.0.5",
"ts-node": "^10.9.1",
"tsconfig-paths": "^4.1.2",
"typescript": "~4.9.5",
"url-loader": "^3.0.0",
"vite": "^4.1.1",
"vite-plugin-eslint": "^1.8.1",
"vite-tsconfig-paths": "^4.0.5",
"vitest": "^0.25.8"
}
}