-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
120 lines (120 loc) · 3.65 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
{
"name": "@fitbooking/source",
"version": "0.0.0",
"license": "MIT",
"scripts": {
"serve": "npx nx run-many --parallel --target=serve --projects=backend,frontend",
"test": "jest",
"format": "prettier --write .",
"prepare": "husky install",
"storybook": "npx nx storybook frontend"
},
"private": true,
"devDependencies": {
"@chakra-ui/storybook-addon": "^5.0.0",
"@nestjs/schematics": "^9.1.0",
"@nestjs/testing": "^9.1.1",
"@nx/cypress": "16.3.2",
"@nx/eslint-plugin": "16.3.2",
"@nx/jest": "16.3.2",
"@nx/js": "16.5.0",
"@nx/linter": "16.3.2",
"@nx/nest": "^16.3.2",
"@nx/next": "^16.3.2",
"@nx/node": "16.3.2",
"@nx/react": "16.3.2",
"@nx/storybook": "^16.5.0",
"@nx/vite": "16.3.2",
"@nx/webpack": "16.3.2",
"@nx/workspace": "16.3.2",
"@storybook/addon-essentials": "^7.0.24",
"@storybook/addon-viewport": "^7.0.26",
"@storybook/core-common": "^7.0.24",
"@storybook/core-server": "^7.0.24",
"@storybook/react-vite": "^7.0.24",
"@swc/cli": "~0.1.62",
"@swc/core": "~1.3.51",
"@testing-library/react": "14.0.0",
"@types/bcrypt": "^5.0.0",
"@types/jest": "^29.4.0",
"@types/js-cookie": "^3.0.3",
"@types/node": "18.14.2",
"@types/react": "18.0.28",
"@types/react-datepicker": "^4.11.2",
"@types/react-dom": "18.0.11",
"@types/react-is": "17.0.3",
"@types/uuid": "^9.0.2",
"@typescript-eslint/eslint-plugin": "^5.61.0",
"@typescript-eslint/parser": "^5.61.0",
"@vitejs/plugin-react": "^3.0.0",
"@vitest/coverage-c8": "^0.31.0",
"@vitest/ui": "^0.31.0",
"babel-jest": "^29.4.1",
"cypress": "^12.11.0",
"eslint": "^8.15.0",
"eslint-config-next": "13.4.1",
"eslint-config-prettier": "8.1.0",
"eslint-plugin-cypress": "^2.10.3",
"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",
"eslint-plugin-unicorn": "^47.0.0",
"husky": "^8.0.3",
"jest": "^29.4.1",
"jest-environment-jsdom": "^29.4.1",
"jest-environment-node": "^29.4.1",
"jsdom": "~20.0.3",
"lint-staged": "^13.2.3",
"mongodb-memory-server": "^8.13.0",
"nx": "16.3.2",
"nx-cloud": "latest",
"prettier": "^2.6.2",
"ts-jest": "^29.1.0",
"ts-node": "10.9.1",
"typescript": "~5.0.2",
"vite": "^4.3.4",
"vite-plugin-eslint": "^1.8.1",
"vite-tsconfig-paths": "^4.0.2",
"vitest": "^0.31.0"
},
"dependencies": {
"@aulasoftwarelibre/nestjs-eventstore": "^0.7.0",
"@chakra-ui/icons": "^2.0.19",
"@chakra-ui/react": "^2.7.1",
"@emotion/react": "^11.11.1",
"@emotion/styled": "^11.11.0",
"@nestjs/common": "^9.1.1",
"@nestjs/config": "^2.3.3",
"@nestjs/core": "^9.1.1",
"@nestjs/cqrs": "^9.0.4",
"@nestjs/jwt": "^10.1.0",
"@nestjs/mongoose": "^9.2.2",
"@nestjs/passport": "^10.0.0",
"@nestjs/platform-express": "^9.1.1",
"@nestjs/platform-socket.io": "^9.4.2",
"@nestjs/swagger": "^6.3.0",
"@nestjs/websockets": "^9.4.2",
"@swc/helpers": "~0.5.0",
"axios": "^1.0.0",
"bcrypt": "^5.1.0",
"bufferutil": "^4.0.7",
"class-transformer": "^0.5.1",
"class-validator": "^0.14.0",
"framer-motion": "^10.12.17",
"neverthrow": "^6.0.0",
"next": "13.4.1",
"react": "18.2.0",
"react-dom": "18.2.0",
"react-hook-form": "^7.45.1",
"react-icons": "^4.10.1",
"react-is": "18.2.0",
"react-router-dom": "6.11.2",
"react-toastify": "^9.1.3",
"reflect-metadata": "^0.1.13",
"rxjs": "^7.8.0",
"socket.io-client": "^4.6.2",
"tslib": "^2.3.0",
"utf-8-validate": "^5.0.10"
}
}