-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
168 lines (168 loc) · 5.32 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
{
"name": "@pokemon-pet-shop/source",
"version": "0.0.0",
"license": "MIT",
"scripts": {
"postinstall": "if [ \"$NODE_ENV\" = \"development\" ]; then sh ./tools/scripts/postinstall.sh; fi",
"prepare": "if [ \"$NODE_ENV\" = \"development\" ]; then husky install; fi",
"lint-staged": "npx lint-staged --verbose",
"docker-web-build:dev": "docker-compose -f docker-compose.dev.yml build",
"docker-web-up:dev": "docker-compose -f docker-compose.dev.yml up",
"docker-web-build:prod": "docker-compose -f docker-compose.prod.yml build",
"docker-web-up:prod": "docker-compose -f docker-compose.prod.yml up"
},
"private": true,
"lint-staged": {
"*.{ts,tsx,js,jsx}": [
"prettier --write",
"eslint --fix"
],
"*.html": [
"eslint --fix",
"prettier --write"
],
"*.css": [
"prettier --write",
"stylelint --fix"
]
},
"dependencies": {
"@expo/metro-config": "~0.18.1",
"@expo/metro-runtime": "~3.2.1",
"@react-native-community/datetimepicker": "^8.2.0",
"@tabler/icons-react": "^3.12.0",
"@tanstack/react-query": "^5.51.21",
"@tanstack/react-query-devtools": "^5.53.1",
"axios": "^1.6.0",
"classnames": "^2.5.1",
"cors": "^2.8.5",
"dotenv": "^16.4.5",
"eslint-plugin-prettier": "^5.2.1",
"expo": "^51.0.38",
"expo-linear-gradient": "~13.0.2",
"expo-linking": "^6.3.1",
"expo-secure-store": "^13.0.2",
"expo-splash-screen": "~0.27.4",
"expo-status-bar": "~1.12.1",
"express": "^4.18.1",
"lint-staged": "^15.2.8",
"lodash": "^4.17.21",
"luxon": "^3.5.0",
"moti": "^0.29.0",
"node-cache": "^5.1.2",
"react": "18.2.0",
"react-dom": "18.2.0",
"react-error-boundary": "^4.0.13",
"react-hook-form": "^7.52.2",
"react-loading-skeleton": "^3.5.0",
"react-native": "0.74.5",
"react-native-dotenv": "^3.4.11",
"react-native-error-boundary": "^1.2.4",
"react-native-linear-gradient": "^2.8.3",
"react-native-reanimated": "~3.10.1",
"react-native-reanimated-skeleton": "^1.5.1",
"react-native-svg": "15.2.0",
"react-native-svg-transformer": "^1.5.0",
"react-native-web": "~0.19.11",
"react-router-dom": "6.11.2",
"react-svg": "^16.1.34",
"stylelint": "^16.8.1",
"stylelint-config-standard": "^36.0.1",
"tslib": "^2.3.0",
"usehooks-ts": "^3.1.0",
"yup": "^1.4.0",
"zustand": "^4.5.4"
},
"devDependencies": {
"@babel/core": "^7.14.5",
"@babel/preset-react": "^7.14.5",
"@expo/cli": "~0.18.13",
"@nx/cypress": "19.8.4",
"@nx/devkit": "19.8.4",
"@nx/eslint": "19.8.4",
"@nx/eslint-plugin": "19.8.4",
"@nx/expo": "19.8.4",
"@nx/express": "19.8.4",
"@nx/jest": "19.8.4",
"@nx/js": "19.8.4",
"@nx/node": "19.8.4",
"@nx/playwright": "19.8.4",
"@nx/react": "19.8.4",
"@nx/rspack": "19.2.0",
"@nx/storybook": "19.8.4",
"@nx/vite": "19.8.4",
"@nx/web": "19.8.4",
"@nx/webpack": "19.8.4",
"@nx/workspace": "19.8.4",
"@nxkit/style-dictionary": "^5.0.0",
"@playwright/test": "^1.36.0",
"@pmmmwh/react-refresh-webpack-plugin": "^0.5.7",
"@rspack/cli": "^0.7.2",
"@rspack/core": "^0.7.2",
"@rspack/dev-server": "^0.7.2",
"@rspack/plugin-minify": "^0.6.1",
"@rspack/plugin-react-refresh": "^0.6.1",
"@storybook/addon-essentials": "7.6.20",
"@storybook/addon-interactions": "^7.5.3",
"@storybook/core-server": "7.6.20",
"@storybook/jest": "^0.2.3",
"@storybook/react-vite": "7.6.20",
"@storybook/test-runner": "^0.13.0",
"@storybook/testing-library": "^0.2.2",
"@svgr/webpack": "^8.0.1",
"@swc-node/register": "~1.9.1",
"@swc/cli": "~0.3.12",
"@swc/core": "~1.5.7",
"@swc/helpers": "~0.5.11",
"@tanstack/eslint-plugin-query": "^5.53.0",
"@testing-library/dom": "^10.4.0",
"@testing-library/jest-native": "~5.4.3",
"@testing-library/react": "^15.0.6",
"@testing-library/react-native": "~12.5.0",
"@types/jest": "27.0.0",
"@types/lodash": "^4.17.7",
"@types/luxon": "^3.4.2",
"@types/node": "18.16.9",
"@types/react": "^18.3.1",
"@types/react-dom": "^18.3.0",
"@typescript-eslint/eslint-plugin": "^8.8.1",
"@typescript-eslint/parser": "^8.8.1",
"@vitejs/plugin-react": "^4.3.2",
"@vitest/ui": "^1.3.1",
"babel-jest": "28.1.3",
"babel-preset-expo": "~11.0.0",
"css-loader": "^7.1.2",
"eslint": "^8.0.0",
"eslint-config-prettier": "^9.0.0",
"eslint-plugin-import": "^2.29.1",
"eslint-plugin-jest-dom": "^5.4.0",
"eslint-plugin-jsx-a11y": "6.10.0",
"eslint-plugin-playwright": "^0.15.3",
"eslint-plugin-react": "^7.37.1",
"eslint-plugin-react-hooks": "^5.0.0",
"eslint-plugin-testing-library": "^6.3.0",
"husky": "^9.1.5",
"jest": "28.0.0",
"jest-environment-jsdom": "28.0.0",
"jest-environment-node": "28.0.0",
"jest-expo": "~51.0.2",
"jsdom": "~22.1.0",
"nx": "19.8.4",
"prettier": "^3.3.3",
"react-native-css-modules": "^0.3.5",
"react-refresh": "~0.14.0",
"react-test-renderer": "18.2.0",
"storybook": "7.6.20",
"style-dictionary": "^3.7.1",
"style-loader": "^4.0.0",
"ts-jest": "28.0.0",
"ts-node": "10.9.1",
"typescript": "~5.5.2",
"vite": "~5.4.9",
"vitest": "^1.3.1",
"webpack-cli": "^5.1.4"
},
"peerDependencies": {
"eslint": "^8.0.0 || ^9.0.0"
}
}