-
Notifications
You must be signed in to change notification settings - Fork 4
/
package.json
190 lines (190 loc) · 6.14 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
{
"private": true,
"name": "statsig",
"version": "3.8.1",
"license": "MIT",
"scripts": {
"preinstall": "npx only-allow pnpm",
"lint": "nx run-many --parallel=5 --target=lint",
"test": "nx run-many --parallel=5 --target=test",
"e2e": "nx run-many --parallel=5 --target=e2e",
"build": "nx run-many --parallel=5 --target=build",
"format": "nx format-check --parallel=5 --affected",
"fix": "./tools/scripts/fix.sh",
"format:write": "nx format-write --parallel=5 --affected",
"sync-version": "nx sync-version",
"publish-all": "nx publish-all",
"prepare": "husky install",
"copy-min-libs": "node ./tools/scripts/copy-min-libs.js",
"size": "size-limit",
"noop": ":"
},
"devDependencies": {
"@angular-devkit/build-angular": "~17.3.8",
"@angular-devkit/core": "~17.1.0",
"@angular-devkit/schematics": "~17.1.0",
"@angular-eslint/eslint-plugin": "~17.0.0",
"@angular-eslint/eslint-plugin-template": "~17.0.0",
"@angular-eslint/template-parser": "~17.0.0",
"@angular/cli": "~17.1.0",
"@angular/compiler-cli": "~17.1.0",
"@angular/language-service": "~17.1.0",
"@babel/core": "^7.14.5",
"@babel/preset-react": "^7.14.5",
"@babel/runtime": "7.24.5",
"@commitlint/cli": "^17.7.2",
"@commitlint/config-conventional": "^17.7.0",
"@emotion/react": "^11.11.1",
"@emotion/styled": "^11.11.0",
"@expo/cli": "~0.18.17",
"@fontsource/roboto": "^5.0.8",
"@jest/globals": "^29.4.1",
"@mui/icons-material": "^5.14.12",
"@mui/material": "^5.14.12",
"@nx/angular": "19.3.0",
"@nx/cypress": "19.3.0",
"@nx/devkit": "19.3.0",
"@nx/eslint": "19.3.0",
"@nx/eslint-plugin": "19.3.0",
"@nx/expo": "19.3.0",
"@nx/jest": "19.3.0",
"@nx/js": "19.3.0",
"@nx/next": "19.3.0",
"@nx/playwright": "19.3.0",
"@nx/react": "19.3.0",
"@nx/react-native": "19.3.0",
"@nx/rollup": "19.3.0",
"@nx/storybook": "19.3.0",
"@nx/web": "19.3.0",
"@nx/webpack": "19.3.0",
"@playwright/test": "^1.36.0",
"@pmmmwh/react-refresh-webpack-plugin": "^0.5.7",
"@react-native-community/cli-platform-android": "~13.6.6",
"@react-native/babel-preset": "^0.74.83",
"@react-native/metro-config": "^0.74.83",
"@react-navigation/native": "^6.1.8",
"@react-navigation/native-stack": "^6.9.14",
"@rollup/plugin-url": "^8.0.2",
"@schematics/angular": "~17.1.0",
"@size-limit/preset-big-lib": "^11.1.2",
"@svgr/rollup": "^8.1.0",
"@svgr/webpack": "^8.0.1",
"@swc-node/register": "~1.9.1",
"@swc/core": "~1.5.7",
"@swc/helpers": "~0.5.11",
"@testing-library/jest-dom": "^6.1.3",
"@testing-library/jest-native": "~5.4.3",
"@testing-library/react": "15.0.6",
"@testing-library/react-native": "~12.5.0",
"@trivago/prettier-plugin-sort-imports": "^4.2.0",
"@types/jest": "^29.5.5",
"@types/node": "18.19.18",
"@types/prismjs": "^1.26.3",
"@types/react": "18.3.1",
"@types/react-dom": "18.3.0",
"@typescript-eslint/eslint-plugin": "6.21.0",
"@typescript-eslint/parser": "6.21.0",
"autoprefixer": "^10.4.0",
"babel-jest": "^29.4.1",
"babel-plugin-prismjs": "2.1.0",
"babel-preset-expo": "~11.0.0",
"core-js": "^3.36.1",
"cypress": "^13.0.0",
"encoding": "^0.1.13",
"eslint": "8.48.0",
"eslint-config-next": "14.2.3",
"eslint-config-prettier": "9.1.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",
"husky": "^8.0.0",
"jest": "^29.4.1",
"jest-environment-jsdom": "^29.4.1",
"jest-environment-node": "^29.4.1",
"jest-expo": "~51.0.2",
"jest-fetch-mock": "^3.0.3",
"jest-preset-angular": "~13.1.4",
"jest-react-native": "18.0.0",
"jsonc-eslint-parser": "^2.1.0",
"lint-staged": "^14.0.1",
"ng-packagr": "~17.1.0",
"nx": "19.3.0",
"postcss": "^8.4.5",
"postcss-url": "~10.1.3",
"prettier": "^3.0.3",
"react-native-safe-area-context": "^4.7.2",
"react-native-screens": "^3.25.0",
"react-native-svg": "15.2.0",
"react-native-svg-transformer": "1.3.0",
"react-native-web": "^0.19.11",
"react-refresh": "^0.10.0",
"react-router-dom": "^6.26.2",
"react-test-renderer": "18.2.0",
"reflect-metadata": "^0.1.13",
"size-limit": "^11.1.2",
"statsig-node": "^5.20.0",
"sync-json": "^1.0.2",
"terser-webpack-plugin": "^5.3.9",
"ts-jest": "^29.1.0",
"ts-node": "^10.9.1",
"typescript": "^5.2.2",
"uglify-js": "^3.17.4",
"url-loader": "^4.1.1",
"webpack-bundle-analyzer": "^4.9.1"
},
"workspaces": [
"packages/*"
],
"dependencies": {
"@angular/animations": "~17.1.0",
"@angular/common": "~17.1.0",
"@angular/compiler": "~17.1.0",
"@angular/core": "~17.1.0",
"@angular/forms": "~17.1.0",
"@angular/platform-browser": "~17.1.0",
"@angular/platform-browser-dynamic": "~17.1.0",
"@angular/router": "~17.1.0",
"@expo/metro-config": "~0.18.1",
"@expo/metro-runtime": "~3.2.1",
"@react-native-async-storage/async-storage": "^1.19.3",
"@rrweb/types": "2.0.0-alpha.17",
"expo": "~51.0.12",
"expo-application": "5.*",
"expo-device": "6.*",
"expo-splash-screen": "~0.27.5",
"expo-status-bar": "~1.12.1",
"next": "14.2.10",
"prismjs": "1.29.0",
"react": "18.3.1",
"react-dom": "18.3.1",
"react-native": "0.74.1",
"react-native-device-info": "^10.11.0",
"react-native-mmkv": "2.* || 3.*",
"rxjs": "~7.8.0",
"tslib": "^2.3.0",
"zone.js": "~0.14.3"
},
"nx": {
"includedScripts": []
},
"pnpm": {
"overrides": {
"braces": ">=3.0.3",
"express@<4.19.2": ">=4.19.2",
"follow-redirects@<=1.15.5": ">=1.15.6",
"ip@<1.1.9": ">=1.1.9",
"semver@>=7.0.0 <7.5.2": ">=7.5.2",
"webpack-dev-middleware@<=5.3.3": ">=5.3.4",
"yargs-parser@<=5.0.0": ">=5.0.1",
"tar": ">=6.2.1",
"fast-loops": ">=1.1.4",
"axios": ">=1.7.4",
"body-parser": ">=1.20.3",
"micromatch": ">=4.0.8",
"rollup": ">=4.22.4 "
}
}
}