-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
146 lines (146 loc) · 4.43 KB
/
Copy pathpackage.json
File metadata and controls
146 lines (146 loc) · 4.43 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
{
"name": "@tasks-app/source",
"version": "0.0.0",
"license": "MIT",
"scripts": {
"prepare": "husky"
},
"engines": {
"npm": ">=8.5.0",
"node": ">=16.14.2",
"yarn": "Use npm instead of yarn"
},
"private": true,
"devDependencies": {
"@babel/core": "^7.14.5",
"@babel/preset-react": "^7.14.5",
"@expo/cli": "~0.18.13",
"@nx/devkit": "19.2.2",
"@nx/eslint": "19.2.2",
"@nx/eslint-plugin": "19.2.2",
"@nx/expo": "^19.2.2",
"@nx/express": "^19.2.2",
"@nx/jest": "19.2.2",
"@nx/js": "19.3.0",
"@nx/node": "19.2.2",
"@nx/playwright": "19.2.2",
"@nx/react": "^19.2.2",
"@nx/rspack": "19.2.0",
"@nx/storybook": "^19.2.2",
"@nx/vite": "19.2.2",
"@nx/web": "19.2.2",
"@nx/webpack": "19.2.2",
"@nx/workspace": "19.2.2",
"@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.19",
"@storybook/addon-interactions": "^7.5.3",
"@storybook/core-server": "7.6.19",
"@storybook/jest": "^0.2.3",
"@storybook/react-vite": "7.6.19",
"@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",
"@tamagui/babel-plugin": "^1.100.3",
"@testing-library/jest-native": "~5.4.3",
"@testing-library/react": "15.0.6",
"@testing-library/react-native": "~12.5.0",
"@types/bcryptjs": "^2.4.6",
"@types/cors": "^2.8.17",
"@types/express": "^4.17.21",
"@types/jest": "^29.4.0",
"@types/jsonwebtoken": "^9.0.6",
"@types/lodash": "^4.17.5",
"@types/node": "18.16.9",
"@types/pg": "^8.11.6",
"@types/react": "18.3.1",
"@types/react-dom": "18.3.0",
"@typescript-eslint/eslint-plugin": "^7.3.0",
"@typescript-eslint/parser": "^7.3.0",
"autoprefixer": "10.4.13",
"babel-jest": "^29.4.1",
"babel-preset-expo": "~11.0.0",
"drizzle-kit": "^0.22.7",
"eslint": "~8.57.0",
"eslint-config-prettier": "^9.1.0",
"eslint-plugin-import": "^2.27.5",
"eslint-plugin-jest-dom": "^5.4.0",
"eslint-plugin-jsx-a11y": "^6.7.1",
"eslint-plugin-playwright": "^0.15.3",
"eslint-plugin-prettier": "^5.1.3",
"eslint-plugin-react": "^7.32.2",
"eslint-plugin-react-hooks": "^4.6.0",
"eslint-plugin-testing-library": "^6.2.2",
"jest": "^29.4.1",
"jest-environment-jsdom": "^29.4.1",
"jest-environment-node": "^29.4.1",
"jest-expo": "~51.0.2",
"lint-staged": "^15.2.5",
"nx": "19.2.2",
"postcss": "8.4.38",
"prettier": "^2.6.2",
"react-refresh": "~0.14.0",
"react-test-renderer": "18.2.0",
"storybook": "7.6.19",
"stylelint": "^16.6.1",
"stylelint-config-standard": "^36.0.0",
"tailwindcss": "3.4.3",
"ts-jest": "^29.1.0",
"ts-node": "10.9.1",
"typescript": "~5.4.2",
"vite": "~5.0.0",
"webpack-cli": "^5.1.4"
},
"dependencies": {
"@expo/metro-config": "~0.18.1",
"@expo/metro-runtime": "~3.2.1",
"@hookform/error-message": "^2.0.1",
"@react-native-community/datetimepicker": "^8.1.0",
"@tamagui/animations-reanimated": "^1.100.3",
"@tamagui/cli": "^1.100.3",
"@tamagui/font-inter": "^1.100.3",
"@tamagui/form": "^1.100.3",
"@tamagui/helpers-icon": "^1.100.3",
"@tamagui/shorthands": "^1.100.3",
"@tamagui/theme-base": "^1.100.3",
"@tamagui/themes": "^1.100.3",
"@types/luxon": "^3.4.2",
"axios": "^1.6.0",
"bcryptjs": "^2.4.3",
"cors": "^2.8.5",
"drizzle-orm": "^0.31.2",
"expo": "~51.0.8",
"expo-secure-store": "~13.0.1",
"expo-splash-screen": "~0.27.4",
"expo-status-bar": "~1.12.1",
"express": "^4.18.1",
"find-up": "^7.0.0",
"js-base64": "^3.7.7",
"jsonwebtoken": "^9.0.2",
"lodash": "^4.17.21",
"luxon": "^3.4.4",
"pg": "^8.12.0",
"react": "18.3.1",
"react-dom": "18.3.1",
"react-hook-form": "^7.51.5",
"react-native": "0.74.1",
"react-native-error-boundary": "^1.2.4",
"react-native-svg": "15.2.0",
"react-native-svg-transformer": "1.3.0",
"react-native-web": "~0.19.11",
"react-router-dom": "6.11.2",
"tamagui": "^1.100.3",
"tslib": "^2.3.0",
"yup": "^1.4.0",
"zod": "^3.23.8"
}
}