-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
154 lines (154 loc) · 4.89 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
{
"name": "bastion",
"version": "0.9.0",
"license": "MIT",
"scripts": {
"start": "nx serve",
"build": "nx build",
"test": "nx test",
"migration:create": "ts-node --transpile-only ./node_modules/typeorm/cli.js migration:create",
"migration:generate": "ts-node --transpile-only ./node_modules/typeorm/cli.js migration:generate",
"migration:revert": "ts-node --transpile-only ./node_modules/typeorm/cli.js migration:revert",
"migration:run": "ts-node --transpile-only ./node_modules/typeorm/cli.js migration:run",
"typeorm": "typeorm-ts-node-commonjs"
},
"private": true,
"dependencies": {
"@emotion/react": "^11.10.4",
"@emotion/server": "^11.10.0",
"@mantine/core": "^5.5.4",
"@mantine/dates": "^5.5.4",
"@mantine/dropzone": "^5.5.4",
"@mantine/form": "^5.5.4",
"@mantine/hooks": "^5.5.4",
"@mantine/modals": "^5.5.4",
"@mantine/next": "^5.5.4",
"@mantine/notifications": "^5.5.4",
"@mantine/prism": "^5.5.4",
"@mantine/rte": "^5.5.4",
"@nestjs/axios": "^0.1.0",
"@nestjs/bull": "^0.6.1",
"@nestjs/common": "9.0.11",
"@nestjs/config": "^2.2.0",
"@nestjs/core": "9.0.11",
"@nestjs/jwt": "^9.0.0",
"@nestjs/mapped-types": "^1.1.0",
"@nestjs/passport": "^9.0.0",
"@nestjs/platform-express": "9.0.11",
"@nestjs/schedule": "^2.1.0",
"@nestjs/typeorm": "^9.0.1",
"@radix-ui/colors": "^0.1.8",
"@radix-ui/react-dropdown-menu": "^1.0.0",
"@radix-ui/react-icons": "^1.1.1",
"@stitches/react": "^1.2.8",
"@storybook/builder-webpack5": "~6.5.10",
"@storybook/core-server": "~6.5.10",
"@storybook/manager-webpack5": "~6.5.10",
"@tabler/icons": "^1.91.1",
"@tanstack/react-query": "^4.2.1",
"@tanstack/react-query-devtools": "^4.2.1",
"@tanstack/react-query-persist-client": "^4.3.9",
"argon2": "^0.28.7",
"axios": "^0.27.2",
"class-transformer": "^0.5.1",
"class-validator": "^0.13.2",
"connect-typeorm": "^2.0.0",
"cookie": "^0.5.0",
"cookies": "^0.8.0",
"core-js": "^3.22.8",
"date-fns": "^2.29.2",
"dayjs": "^1.11.5",
"express-session": "^1.17.3",
"geojson": "^0.5.0",
"hashids": "^2.2.10",
"idb-keyval": "^6.2.0",
"nestjs-pino": "^3.1.1",
"next": "12.2.5",
"passport": "^0.6.0",
"passport-jwt": "^4.0.0",
"passport-local": "^1.0.0",
"pg": "^8.7.3",
"pino-http": "^8.2.0",
"polished": "^4.2.2",
"react": "18.2.0",
"react-dom": "18.2.0",
"react-is": "18.2.0",
"react-lines-ellipsis": "^0.15.3",
"react-test-renderer": "18.0.0",
"reflect-metadata": "^0.1.13",
"regenerator-runtime": "0.13.9",
"rxjs": "^7.5.6",
"tslib": "^2.4.0",
"typeorm": "^0.3.7",
"uuid": "^8.3.2",
"zod": "^3.18.0"
},
"devDependencies": {
"@babel/core": "7.18.13",
"@babel/preset-typescript": "7.18.6",
"@nestjs/schematics": "9.0.1",
"@nestjs/testing": "9.0.11",
"@nrwl/cli": "14.5.8",
"@nrwl/cypress": "14.5.8",
"@nrwl/eslint-plugin-nx": "14.5.8",
"@nrwl/jest": "14.5.8",
"@nrwl/js": "14.5.8",
"@nrwl/linter": "14.5.8",
"@nrwl/nest": "14.5.8",
"@nrwl/next": "14.5.8",
"@nrwl/node": "14.5.8",
"@nrwl/nx-cloud": "14.4.1",
"@nrwl/react": "14.5.8",
"@nrwl/storybook": "14.5.8",
"@nrwl/web": "14.5.8",
"@nrwl/workspace": "14.5.8",
"@storybook/addon-essentials": "~6.5.10",
"@storybook/builder-webpack5": "~6.5.9",
"@storybook/core-server": "~6.5.9",
"@storybook/manager-webpack5": "~6.5.9",
"@storybook/react": "~6.5.10",
"@svgr/webpack": "^6.3.1",
"@testing-library/react": "13.3.0",
"@types/bull": "^3.15.9",
"@types/cookie": "^0.5.1",
"@types/cookies": "^0.7.7",
"@types/cron": "^2.0.0",
"@types/express": "^4.17.13",
"@types/express-session": "^1.17.5",
"@types/geojson": "^7946.0.10",
"@types/jest": "28.1.7",
"@types/multer": "^1.4.7",
"@types/nanoid-dictionary": "^4.2.0",
"@types/node": "18.7.9",
"@types/passport-jwt": "^3.0.6",
"@types/passport-local": "^1.0.34",
"@types/react": "18.0.17",
"@types/react-dom": "18.0.6",
"@types/uuid": "^8.3.4",
"@typescript-eslint/eslint-plugin": "^5.34.0",
"@typescript-eslint/parser": "^5.34.0",
"babel-jest": "28.1.3",
"babel-loader": "8.2.5",
"cypress": "^10.6.0",
"eslint": "8.22.0",
"eslint-config-next": "12.2.5",
"eslint-config-prettier": "8.5.0",
"eslint-plugin-cypress": "^2.12.1",
"eslint-plugin-import": "2.26.0",
"eslint-plugin-jsx-a11y": "6.6.1",
"eslint-plugin-react": "7.30.1",
"eslint-plugin-react-hooks": "4.6.0",
"jest": "28.1.3",
"nx": "14.5.8",
"pino-pretty": "^9.0.1",
"prettier": "2.7.1",
"react-test-renderer": "18.2.0",
"sass": "1.54.5",
"storybook-addon-next": "^1.6.7",
"storybook-addon-swc": "^1.1.8",
"ts-jest": "28.0.8",
"ts-node": "10.9.1",
"typescript": "4.7.4",
"url-loader": "^4.1.1"
}
}