This repository has been archived by the owner on Aug 23, 2024. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
118 lines (118 loc) · 3.97 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
{
"name": "@trashtrack/source",
"version": "0.0.0",
"license": "MIT",
"scripts": {},
"private": true,
"dependencies": {
"@capacitor/android": "^5.6.0",
"@capacitor/app": "^5.0.7",
"@capacitor/camera": "^5.0.9",
"@capacitor/core": "^5.6.0",
"@capacitor/network": "^5.0.7",
"@capacitor/preferences": "^5.0.6",
"@ionic/core": "^7.6.6",
"@ionic/react": "^7.6.6",
"@ionic/react-router": "^7.6.6",
"@nestjs/common": "^10.0.2",
"@nestjs/config": "^3.1.1",
"@nestjs/core": "^10.0.2",
"@nestjs/platform-express": "^10.0.2",
"@nestjs/schedule": "^4.0.1",
"@prisma/client": "^5.1.1",
"@radix-ui/react-slot": "^1.0.2",
"@swc/helpers": "~0.5.2",
"@tanstack/react-query": "^5.20.1",
"axios": "^1.0.0",
"base64-arraybuffer": "^1.0.2",
"bcrypt": "^5.1.1",
"body-parser": "^1.20.2",
"class-transformer": "^0.5.1",
"class-validator": "^0.14.1",
"class-variance-authority": "^0.7.0",
"clsx": "^2.1.0",
"dayjs": "^1.11.10",
"embla-carousel-autoplay": "8.0.0-rc21",
"express": "^4.18.2",
"fuse.js": "^7.0.0",
"i18next": "^23.8.2",
"lucide-react": "^0.92.0",
"nestjs": "^0.0.1",
"ol": "^8.2.0",
"react": "18.2.0",
"react-dom": "18.2.0",
"react-error-boundary": "^4.0.12",
"react-google-charts": "^4.0.1",
"react-hook-form": "^7.50.0",
"react-i18next": "^14.0.5",
"react-router-dom": "5.3.4",
"recharts": "^2.12.0",
"reflect-metadata": "^0.1.13",
"rxjs": "^7.8.0",
"tailwind-merge": "^2.2.1",
"tailwindcss-animate": "^1.0.7",
"tslib": "^2.3.0"
},
"devDependencies": {
"@babel/core": "^7.14.5",
"@babel/preset-react": "^7.14.5",
"@capacitor/assets": "^3.0.4",
"@capacitor/cli": "^5.6.0",
"@capacitor/ios": "^5.0.3",
"@nestjs/schematics": "^10.0.1",
"@nx-extend/shadcn-ui": "^0.2.2",
"@nx-tools/nx-prisma": "^5.1.0",
"@nx/eslint": "17.2.8",
"@nx/eslint-plugin": "17.2.8",
"@nx/js": "17.2.8",
"@nx/nest": "17.2.8",
"@nx/node": "17.2.8",
"@nx/react": "17.2.8",
"@nx/vite": "17.2.8",
"@nx/webpack": "17.2.8",
"@nx/workspace": "17.2.8",
"@nxext/capacitor": "^17.0.1",
"@pmmmwh/react-refresh-webpack-plugin": "^0.5.7",
"@svgr/webpack": "^8.0.1",
"@swc-node/register": "~1.6.7",
"@swc/cli": "~0.1.62",
"@swc/core": "~1.3.85",
"@testing-library/react": "14.0.0",
"@types/bcrypt": "^5.0.2",
"@types/multer": "^1.4.11",
"@types/node": "18.16.9",
"@types/react": "18.2.33",
"@types/react-dom": "18.2.14",
"@types/react-router-dom": "^5.3.3",
"@typescript-eslint/eslint-plugin": "^6.9.1",
"@typescript-eslint/parser": "^6.9.1",
"@vitejs/plugin-react": "^4.2.0",
"@vitest/ui": "~0.34.6",
"autoprefixer": "10.4.13",
"eslint": "~8.48.0",
"eslint-config-prettier": "^9.0.0",
"eslint-plugin-import": "2.27.5",
"eslint-plugin-jsx-a11y": "6.7.1",
"eslint-plugin-react": "7.32.2",
"eslint-plugin-react-hooks": "4.6.0",
"jsdom": "~22.1.0",
"nx": "17.2.8",
"postcss": "8.4.21",
"prettier": "^2.6.2",
"prisma": "^5.1.1",
"react-refresh": "^0.10.0",
"tailwindcss": "3.2.7",
"ts-node": "10.9.1",
"typescript": "~5.3.3",
"url-loader": "^4.1.1",
"vite": "^5.0.0",
"vite-plugin-dts": "~2.3.0",
"vite-plugin-i18next-loader": "^2.0.12"
},
"pnpm": {
"patchedDependencies": {
"@nx-extend/[email protected]": "patches/@[email protected]",
"@nx-tools/[email protected]": "patches/@[email protected]"
}
}
}