-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
159 lines (159 loc) · 5.12 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
{
"name": "olios-shop",
"repository": {
"type": "git",
"url": "git+https://github.com/GravityTwoG/olios-shop-backend.git"
},
"author": "Marsel Abazbekov",
"license": "ISC",
"bugs": {
"url": "https://github.com/GravityTwoG/olios-shop/issues"
},
"homepage": "https://github.com/GravityTwoG/olios-shop#readme",
"private": true,
"version": "0.0.1",
"description": "",
"main": " ",
"scripts": {
"prepare": "husky install",
"dev": "docker compose --project-directory . -f docker-compose.yaml -f apps/backend/docker-compose.yaml up",
"dev:build": "docker compose --project-directory . -f docker-compose.yaml -f apps/backend/docker-compose.yaml up --build",
"dev:down": "docker compose --project-directory . -f docker-compose.yaml -f apps/backend/docker-compose.yaml down",
"infra-up": "nx run backend:docker-compose-up",
"infra-setup": "nx run backend:db-setup",
"infra-down": "nx run backend:docker-compose-stop",
"all:dev": "nx run-many -t dev",
"lint": "nx run-many -t lint",
"lint-staged": "nx run-many -t lint-staged -- --relative && nx run-many -t typecheck",
"build": "nx run-many -t build",
"deploy": "nx run-many -t container",
"affected:lint": "nx affected -t lint && nx run-many -t typecheck",
"affected:lint-staged": "nx affected -t lint-staged -- --relative && nx affected -t typecheck",
"affected:build": "nx affected -t build",
"affected:deploy": "nx affected -t container"
},
"dependencies": {
"@aws-sdk/client-s3": "^3.398.0",
"@effector/next": "^0.7.0",
"@nestjs/common": "^10.0.5",
"@nestjs/config": "^3.0.0",
"@nestjs/core": "^10.0.5",
"@nestjs/platform-express": "^10.0.5",
"@nestjs/swagger": "^7.1.1",
"@prisma/client": "^5.16.2",
"@radix-ui/react-slot": "^1.0.2",
"axios": "^1.6.8",
"class-transformer": "^0.5.1",
"class-validator": "^0.14.0",
"class-variance-authority": "^0.7.0",
"clsx": "^2.1.1",
"connect-redis": "^7.1.0",
"effector": "^23.2.1",
"effector-react": "^23.2.0",
"express-session": "^1.17.2",
"nestjs-pino": "^3.3.0",
"next": "^14.2.3",
"passport": "^0.6.0",
"passport-local": "^1.0.0",
"patronum": "^2.2.0",
"pino-http": "^8.3.3",
"pino-pretty": "^10.0.1",
"react": "18.3.1",
"react-dom": "18.3.1",
"react-hook-form": "^7.51.3",
"react-hot-toast": "^2.4.1",
"react-loading-skeleton": "^3.4.0",
"react-router-dom": "6.11.2",
"react-select": "^5.8.0",
"redis": "^4.6.4",
"reflect-metadata": "^0.1.13",
"rxjs": "^7.8.0",
"sharp": "^0.33.3",
"swr": "^2.2.5",
"tailwind-merge": "^2.3.0",
"tailwindcss-animate": "^1.0.7",
"tslib": "^2.3.0",
"update": "^0.7.4",
"yet-another-react-lightbox": "^3.17.5",
"zod": "^3.23.5"
},
"devDependencies": {
"@commitlint/cli": "^19.3.0",
"@commitlint/config-conventional": "^19.2.2",
"@nestjs/cli": "10.1.7",
"@nestjs/schematics": "^10.0.1",
"@nestjs/testing": "^10.0.5",
"@next/bundle-analyzer": "^14.2.3",
"@nx-tools/nx-container": "^5.3.1",
"@nx/devkit": "18.3.4",
"@nx/eslint": "^18.3.4",
"@nx/jest": "18.3.4",
"@nx/js": "18.3.4",
"@nx/nest": "^18.3.4",
"@nx/next": "^18.3.4",
"@nx/node": "18.3.4",
"@nx/playwright": "18.3.4",
"@nx/react": "^18.3.4",
"@nx/vite": "18.3.4",
"@nx/web": "18.3.4",
"@nx/webpack": "18.3.4",
"@playwright/test": "^1.36.0",
"@svgr/webpack": "8.0.1",
"@swc-node/register": "~1.8.0",
"@swc/cli": "~0.1.62",
"@swc/core": "~1.3.85",
"@swc/helpers": "~0.5.2",
"@testing-library/react": "14.0.0",
"@types/express": "^4.17.13",
"@types/express-session": "^1.17.7",
"@types/jest": "^29.5.2",
"@types/multer": "^1.4.7",
"@types/node": "^20.12.7",
"@types/passport-local": "^1.0.34",
"@types/react": "^18.3.1",
"@types/react-dom": "18.2.14",
"@types/supertest": "^2.0.11",
"@typescript-eslint/eslint-plugin": "^7.8.0",
"@typescript-eslint/parser": "^7.8.0",
"@vitejs/plugin-react": "^4.2.0",
"@vitest/coverage-v8": "^1.0.4",
"@vitest/ui": "^1.3.1",
"autoprefixer": "^10.4.19",
"env-cmd": "^10.1.0",
"eslint": "^8.56.0",
"eslint-config-next": "^14.2.3",
"eslint-config-prettier": "^9.1.0",
"eslint-plugin-import": "2.27.5",
"eslint-plugin-jsx-a11y": "6.7.1",
"eslint-plugin-playwright": "^0.15.3",
"eslint-plugin-prettier": "^5.1.3",
"eslint-plugin-react": "^7.34.1",
"eslint-plugin-react-hooks": "4.6.0",
"file-loader": "^6.2.0",
"husky": "^9.0.11",
"jest": "29.6.1",
"jest-environment-node": "^29.4.1",
"jsdom": "~22.1.0",
"lint-staged": "^15.2.2",
"nx": "18.3.4",
"postcss": "^8.4.38",
"prettier": "^3.2.5",
"prisma": "^5.16.2",
"sass": "^1.76.0",
"supertest": "^6.1.3",
"tailwindcss": "^3.4.3",
"ts-jest": "^29.1.1",
"ts-loader": "^9.2.3",
"ts-node": "10.9.1",
"tsconfig-paths": "^4.0.0",
"typescript": "^5.4.5",
"url-loader": "^4.1.1",
"vite": "~5.0.0",
"vite-plugin-svgr": "^4.2.0",
"vitest": "^1.3.1",
"webpack-cli": "^5.1.4"
},
"volta": {
"node": "18.20.2"
}
}