-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
194 lines (194 loc) · 6.64 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
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
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
{
"name": "class101",
"packageManager": "[email protected]",
"version": "0.0.0",
"license": "MIT",
"scripts": {
"test": "nx test",
"build": "nx build",
"lint": "nx lint",
"lint:all": "nx run-many --target=lint --all",
"lint:all:fix": "nx run-many --target=lint --all --fix",
"storybook": "nx storybook",
"start-storybook": "start-storybook --port=5004",
"generate-icons": "nx generate-icons",
"build-storybook": "build-storybook",
"chromatic": "npx chromatic",
"typecheck": "nx typecheck",
"vibrant-app": "nx start vibrant-example-app",
"vibrant-docs": "nx serve vibrant-website"
},
"devDependencies": {
"@babel/plugin-proposal-export-namespace-from": "7.18.9",
"@babel/preset-flow": "7.18.6",
"@babel/preset-react": "^7.14.5",
"@class101/eslint-config": "link:./packages/utils-eslint-config",
"@commitlint/cli": "^17.0.0",
"@commitlint/config-conventional": "^17.0.0",
"@docusaurus/module-type-aliases": "2.0.0-beta.21",
"@electron/remote": "2.0.8",
"@emotion/cache": "11.9.3",
"@emotion/jest": "11.9.3",
"@expo/cli": "0.21.8",
"@jest/types": "27.5.1",
"@jscutlery/semver": "^5.3.0",
"@kayahr/jest-electron-runner": "29.0.0",
"@nx-plus/docusaurus": "14.0.0",
"@nx/devkit": "19.8.9",
"@nx/eslint-plugin": "19.8.9",
"@nx/expo": "19.8.9",
"@nx/jest": "19.8.9",
"@nx/js": "19.8.9",
"@nx/linter": "19.8.9",
"@nx/plugin": "19.8.9",
"@nx/react": "19.8.9",
"@nx/react-native": "19.8.9",
"@nx/storybook": "19.8.9",
"@nx/web": "19.8.9",
"@nx/workspace": "19.8.9",
"@pmmmwh/react-refresh-webpack-plugin": "^0.5.7",
"@react-native-async-storage/async-storage": "1.18.1",
"@react-native-community/cli": "10.2.2",
"@react-native-community/cli-platform-android": "10.2.0",
"@react-native-community/cli-platform-ios": "10.2.1",
"@rollup/plugin-alias": "5.1.1",
"@rollup/plugin-node-resolve": "15.2.3",
"@storybook/addon-actions": "6.5.10",
"@storybook/addon-controls": "6.5.10",
"@storybook/addon-jest": "6.5.10",
"@storybook/addon-links": "6.5.10",
"@storybook/addon-measure": "6.5.10",
"@storybook/addon-toolbars": "6.5.10",
"@storybook/addon-viewport": "6.5.10",
"@storybook/builder-vite": "0.1.36",
"@storybook/core-server": "6.5.10",
"@storybook/native": "2.2.8",
"@storybook/native-addon": "2.2.8",
"@storybook/native-dev-middleware": "2.2.8",
"@storybook/react": "6.5.10",
"@svgr/cli": "6.2.1",
"@svgr/core": "6.2.1",
"@svgr/webpack": "6.5.1",
"@swc-node/register": "1.4.2",
"@swc/cli": "0.1.62",
"@swc/core": "1.2.173",
"@testing-library/jest-dom": "5.16.5",
"@testing-library/jest-native": "4.0.13",
"@testing-library/react": "13.4.0",
"@testing-library/react-native": "11.2.0",
"@testing-library/user-event": "14.2.1",
"@types/jest": "28.1.8",
"@types/node": "18.7.18",
"@types/react": "18.2.24",
"@types/react-dom": "18.0.6",
"@types/react-test-renderer": "18.0.0",
"@types/uuid": "8.3.4",
"@typescript-eslint/eslint-plugin": "5.59.6",
"@typescript-eslint/parser": "5.59.6",
"@typescript-eslint/utils": "5.59.6",
"babel-jest": "29.4.3",
"babel-plugin-react-native-web": "0.18.1",
"babel-plugin-transform-node-env-inline": "0.4.3",
"babel-preset-expo": "11.0.15",
"chromatic": "6.7.0",
"css-loader": "^6.4.0",
"eas-cli": "3.12.1",
"electron": "20.1.1",
"eslint": "8.46.0",
"eslint-config-next": "12.2.3",
"eslint-config-prettier": "8.5.0",
"eslint-plugin-import": "2.26.0",
"eslint-plugin-jsx-a11y": "6.6.1",
"eslint-plugin-mdx": "2.0.5",
"eslint-plugin-prettier": "4.2.1",
"eslint-plugin-react": "7.31.11",
"eslint-plugin-react-hooks": "4.6.0",
"eslint-plugin-storybook": "^0.6.12",
"eslint-plugin-unused-imports": "2.0.0",
"expo-cli": "6.3.2",
"expo-modules-autolinking": "0.10.3",
"husky": "8.0.0",
"jest": "29.4.3",
"jest-environment-jsdom": "~28.1.1",
"jest-expo": "48.0.2",
"jsonc-eslint-parser": "^2.1.0",
"ngx-deploy-npm": "8.3.0",
"nx": "19.8.9",
"prettier": "2.7.1",
"react-native-config": "1.5.0",
"react-refresh": "^0.10.0",
"rollup-plugin-dts": "6.1.1",
"rollup-plugin-multi-input": "1.3.1",
"rollup-plugin-visualizer": "5.8.3",
"storybook": "6.5.10",
"style-loader": "^3.3.0",
"stylus": "^0.55.0",
"stylus-loader": "^7.1.0",
"svgo": "3.3.2",
"ts-jest": "29.1.0",
"ts-node": "10.9.1",
"typescript": "4.7.2",
"url-loader": "^4.1.1",
"vite": "3.2.6",
"vite-tsconfig-paths": "3.5.0",
"webpack": "^5.75.0",
"webpack-merge": "^5.8.0"
},
"dependencies": {
"@docusaurus/core": "2.1.0",
"@docusaurus/preset-classic": "2.1.0",
"@docusaurus/remark-plugin-npm2yarn": "2.1.0",
"@docusaurus/theme-live-codeblock": "2.1.0",
"@emotion/native": "11.9.3",
"@emotion/react": "11.10.4",
"@emotion/styled": "11.10.4",
"@expo/metro-config": "~0.18.11",
"@expo/webpack-config": "~19.0.1",
"@mdx-js/react": "1.6.22",
"@nx/rollup": "19.8.9",
"@storybook/native-components": "2.2.8",
"@swc/helpers": "0.5.1",
"babel-plugin-tsconfig-paths": "1.0.3",
"card-validator": "8.1.1",
"clsx": "1.1.1",
"core-js": "3.23.4",
"docusaurus-remark-plugin-codetabs": "1.0.0-alpha.3",
"expo": "^51.0.0",
"expo-dev-client": "~4.0.29",
"expo-font": "~12.0.10",
"expo-linear-gradient": "~13.0.2",
"expo-linking": "~6.3.1",
"expo-splash-screen": "~0.27.7",
"expo-status-bar": "~1.12.1",
"expo-structured-headers": "~2.2.1",
"expo-updates": "~0.25.27",
"motion": "10.15.5",
"prism-react-renderer": "1.2.1",
"react": "18.2.24",
"react-dom": "18.2.0",
"react-hook-form": "7.38.0",
"react-native": "0.74.5",
"react-native-gesture-handler": "~2.16.1",
"react-native-linear-gradient-degree": "0.0.1",
"react-native-pager-view": "6.3.0",
"react-native-reanimated": "~3.10.1",
"react-native-safe-area-context": "4.10.5",
"react-native-screens": "3.31.1",
"react-native-shadow-2": "6.0.6",
"react-native-svg": "15.10.0",
"react-native-svg-transformer": "1.0.0",
"react-native-tab-view": "3.3.4",
"react-native-uuid": "2.0.1",
"react-native-web": "~0.19.10",
"react-virtuoso": "4.3.2",
"regenerator-runtime": "0.13.7",
"resize-observer-polyfill": "1.5.1",
"tslib": "2.3.0",
"uuid": "8.3.2"
},
"resolutions": {
"react": "18.2.0",
"react-dom": "18.2.0",
"@kayahr/[email protected]": "patch:@kayahr/jest-electron-runner@npm:29.0.0#.yarn/patches/@kayahr-jest-electron-runner-npm-29.0.0-5c4f982455.patch"
}
}