-
Notifications
You must be signed in to change notification settings - Fork 3
Expand file tree
/
Copy pathpackage.json
More file actions
163 lines (163 loc) · 5.05 KB
/
package.json
File metadata and controls
163 lines (163 loc) · 5.05 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
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
{
"name": "@ledgerhq/lumen-source",
"version": "0.0.0",
"license": "Apache-2.0",
"type": "module",
"scripts": {
"postinstall": "patch-package"
},
"private": true,
"dependencies": {
"@gorhom/bottom-sheet": "^5.2.6",
"@sbaiahmed1/react-native-blur": "^4.5.5",
"ajv": "^8.17.1",
"class-variance-authority": "^0.7.1",
"clsx": "^2.1.1",
"invariant": "^2.2.4",
"react-native-gesture-handler": "^2.28.0",
"react-native-reanimated": "4.1.0",
"react-native-safe-area-context": "^5.6.0",
"tailwind-merge": "^2.6.0"
},
"devDependencies": {
"@babel/core": "^7.14.5",
"@babel/plugin-transform-react-jsx": "^7.25.9",
"@babel/preset-react": "^7.14.5",
"@base-ui/react": "^1.3.0",
"@chromatic-com/storybook": "^4.1.2",
"@eslint/js": "^9.8.0",
"@figma/code-connect": "^1.3.9",
"@figma/rest-api-spec": "^0.28.0",
"@ledgerhq/crypto-icons": "^2.0.0",
"@nx/eslint": "22.5.3",
"@nx/eslint-plugin": "22.5.3",
"@nx/jest": "22.5.3",
"@nx/js": "22.5.3",
"@nx/react": "22.5.3",
"@nx/react-native": "22.5.3",
"@nx/rollup": "22.5.3",
"@nx/storybook": "22.5.3",
"@nx/vite": "22.5.3",
"@nx/vitest": "22.5.3",
"@nx/web": "22.5.3",
"@nx/workspace": "22.5.3",
"@radix-ui/react-checkbox": "^1.3.2",
"@radix-ui/react-dialog": "^1.1.15",
"@radix-ui/react-dropdown-menu": "^2.1.2",
"@radix-ui/react-slot": "^1.2.3",
"@radix-ui/react-switch": "^1.2.6",
"@radix-ui/react-tooltip": "^1.2.8",
"@react-native-community/cli": "18.0.1",
"@react-native-community/cli-platform-android": "18.0.1",
"@react-native-community/cli-platform-ios": "18.0.1",
"@react-native/babel-preset": "~0.79.7",
"@react-native/metro-config": "~0.79.7",
"@rollup/plugin-url": "^8.0.2",
"@storybook/addon-docs": "10.2.13",
"@storybook/addon-ondevice-actions": "10.2.3",
"@storybook/addon-ondevice-controls": "10.2.3",
"@storybook/addon-ondevice-notes": "10.2.3",
"@storybook/addon-react-native-web": "^0.0.29",
"@storybook/addon-themes": "10.2.13",
"@storybook/cli": "10.2.13",
"@storybook/jest": "^0.2.3",
"@storybook/react-native": "10.2.3",
"@storybook/react-native-web-vite": "10.2.13",
"@storybook/react-vite": "10.2.13",
"@storybook/test-runner": "^0.24.2",
"@storybook/testing-library": "^0.2.2",
"@svgr/core": "^8.1.0",
"@svgr/plugin-jsx": "^8.1.0",
"@svgr/plugin-svgo": "^8.1.0",
"@svgr/rollup": "^8.1.0",
"@swc-node/register": "~1.11.1",
"@swc/cli": "~0.7.10",
"@swc/core": "~1.15.8",
"@swc/helpers": "~0.5.19",
"@swc/jest": "~0.2.39",
"@tailwindcss/postcss": "^4.1.17",
"@tailwindcss/vite": "^4.1.17",
"@tanstack/react-query": "^5.90.21",
"@tanstack/react-table": "^8.21.3",
"@testing-library/dom": "10.4.0",
"@testing-library/react": "16.1.0",
"@testing-library/react-native": "^13.3.3",
"@types/invariant": "^2.2.37",
"@types/jest": "30.0.0",
"@types/lodash-es": "^4.17.12",
"@types/node": "^20.0.0",
"@types/react": "19.2.13",
"@types/react-dom": "19.2.3",
"@vitejs/plugin-react": "^4.3.4",
"@vitest/coverage-v8": "4.0.9",
"@vitest/ui": "4.0.9",
"chromatic": "^13.3.5",
"eslint": "9.36.0",
"eslint-config-prettier": "^10.1.8",
"eslint-plugin-better-tailwindcss": "^4.0.1",
"eslint-plugin-import": "2.31.0",
"eslint-plugin-jsx-a11y": "6.10.1",
"eslint-plugin-prettier": "^5.5.4",
"eslint-plugin-react": "7.35.0",
"eslint-plugin-react-hooks": "5.0.0",
"eslint-plugin-storybook": "10.2.13",
"jest": "30.0.5",
"jest-environment-node": "30.0.5",
"jest-react-native": "18.0.0",
"jest-util": "30.0.5",
"jiti": "2.4.2",
"jsdom": "~22.1.0",
"jsonc-eslint-parser": "^2.1.0",
"lodash-es": "^4.17.21",
"nx": "22.5.3",
"patch-package": "^8.0.1",
"prettier": "^3.0.0",
"react": "19.2.4",
"react-dom": "19.2.4",
"react-native": "~0.79.7",
"react-native-builder-bob": "^0.40.18",
"react-native-svg": "~15.13.0",
"react-native-svg-transformer": "~1.5.0",
"react-native-svg-web": "^1.0.9",
"react-native-web": "^0.20.0",
"react-native-worklets": "0.5.2",
"react-router-dom": "6.30.3",
"react-test-renderer": "19.2.4",
"rollup": "4.50.0",
"rollup-plugin-visualizer": "^7.0.1",
"storybook": "10.2.14",
"style-dictionary": "^4.3.3",
"swc-loader": "0.1.15",
"tailwindcss": "^4.1.17",
"ts-jest": "29.4.6",
"ts-node": "10.9.1",
"tslib": "^2.3.0",
"typescript": "5.9.3",
"typescript-eslint": "^8.53.1",
"verdaccio": "^6.2.9",
"vite": "7.3.1",
"vite-plugin-dts": "~4.5.0",
"vitest": "4.0.9",
"vitest-react-native": "^0.1.5"
},
"workspaces": [
"apps/*",
"libs/*"
],
"nx": {
"includedScripts": [],
"targets": {
"local-registry": {
"executor": "@nx/js:verdaccio",
"options": {
"port": 4873,
"config": ".verdaccio/config.yml",
"storage": "tmp/local-registry/storage"
}
}
}
},
"overrides": {
"rollup": "4.50.0"
}
}