This repository has been archived by the owner on Mar 7, 2024. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 5
/
package.json
153 lines (153 loc) · 5.51 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
{
"name": "okampus",
"version": "0.0.1",
"license": "MIT",
"private": true,
"scripts": {
"nx": "nx",
"prepare": "husky install",
"lint": "nx run-many --target=lint",
"test": "nx test",
"start": "nx serve",
"dev": "pnpm load:env -- pnpm nx run site:serve",
"load:env": "dotenv -e ./apps/site/.env.local -e ./apps/site/.env.development",
"build:dev": "export NODE_ENV=developement && pnpm db:generate && pnpm nx run site:build:development",
"build:production": "export NODE_ENV=production && pnpm db:generate && pnpm nx run site:build:production",
"docker:init": "[ -f apps/site/.env ] || touch apps/site/.env; pnpm load:env -- sh ./tools/scripts/init.sh",
"docker:reset": "pnpm docker:down && sudo rm -rf ./.data && pnpm docker:init",
"docker:dev": "[ -f apps/site/.env ] || touch apps/site/.env; docker compose --file docker-compose.dev.yml --env-file ./apps/site/.env.development --env-file ./apps/site/.env up",
"docker:down": "docker compose --file docker-compose.dev.yml --env-file ./apps/site/.env.development --env-file ./apps/site/.env down --remove-orphans",
"s3:init": "pnpm load:env -- node ./tools/scripts/s3/init.mjs",
"db:generate": "pnpm load:env -- sh ./tools/scripts/prisma/generate.sh",
"db:migrate:dev": "pnpm load:env -- sh ./tools/scripts/prisma/migrate.sh dev",
"db:migrate:reset": "pnpm load:env -- sh ./tools/scripts/prisma/migrate.sh reset",
"db:migrate": "pnpm load:env -- sh ./tools/scripts/prisma/migrate.sh",
"db:seed": "pnpm load:env -- sh ./tools/scripts/prisma/seed.sh",
"db:studio": "pnpm load:env -- sh ./tools/scripts/prisma/studio.sh",
"site:codegen": "pnpm nx run site:codegen"
},
"prisma": {
"seed": "ts-node ./apps/site/database/prisma/seed.ts",
"schema": "./apps/site/database/prisma/schema.prisma"
},
"dependencies": {
"@aws-sdk/client-s3": "^3.428.0",
"@aws-sdk/client-textract": "^3.428.0",
"@ducanh2912/next-pwa": "^9.7.0",
"@floating-ui/react": "^0.26.0",
"@hookform/resolvers": "^3.3.0",
"@novu/headless": "^0.19.0",
"@novu/node": "^0.19.0",
"@novu/sendgrid": "^0.19.0",
"@novu/shared": "^0.19.0",
"@nx/js": "^17.0.2",
"@nx/next": "^17.0.2",
"@phosphor-icons/react": "^2.0.13",
"@prisma/client": "^5.6.0",
"@sentry/node": "^7.74.0",
"@sentry/types": "^7.74.0",
"@types/debug": "^4.1.12",
"advanced-cropper": "^0.18.0",
"argon2": "^0.31.1",
"aws-crt": "^1.18.0",
"class-validator": "^0.14.0",
"clsx": "^2.0.0",
"dayjs": "^1.11.10",
"debug": "^4.3.4",
"device-detector-js": "^3.0.0",
"diff": "^5.1.0",
"dotenv-cli": "^7.3.0",
"embla-carousel-react": "^7.1.0",
"framer-motion": "^10.16.0",
"fuse.js": "^7.0.0",
"husky": "^8.0.0",
"ical-generator": "^5.0.0",
"immer": "^10.0.0",
"jose": "^4.15.0",
"jotai": "^2.4.0",
"leaflet": "^1.9.4",
"leaflet-defaulticon-compatibility": "^0.1.2",
"next": "^14.1.0",
"next-intl": "^3.1.3",
"nx": "^17.0.2",
"openid-client": "^5.6.0",
"pdfjs-dist": "^3.7.0",
"prisma": "^5.6.0",
"qrcode": "^1.5.3",
"react": "^18.2.0",
"react-advanced-cropper": "^0.19.0",
"react-beautiful-dnd": "^13.1.1",
"react-children-utilities": "^2.9.0",
"react-dom": "^18.2.0",
"react-hook-form": "^7.47.0",
"react-leaflet": "^4.2.1",
"react-merge-refs": "^2.1.0",
"react-number-format": "^5.3.1",
"react-pdf": "^7.5.0",
"react-player": "^2.13.0",
"react-spring-bottom-sheet": "^3.4.1",
"react-use": "^17.4.0",
"reactflow": "^11.9.0",
"server-only": "^0.0.1",
"sharp": "^0.32.6",
"sonner": "^1.1.0",
"swiper": "^10.3.0",
"swr": "^2.2.4",
"universal-cookie": "^6.1.0",
"use-breakpoint": "^4.0.0",
"use-intl": "^3.1.3",
"validator": "^13.11.0",
"yaml": "^2.3.0",
"zod": "^3.22.0"
},
"devDependencies": {
"@faker-js/faker": "^8.2.0",
"@next/bundle-analyzer": "^14.0.2",
"@nx/devkit": "^17.0.2",
"@nx/eslint-plugin": "^17.0.2",
"@nx/react": "^17.0.2",
"@nx/workspace": "^17.0.2",
"@testing-library/react": "^14.0.0",
"@types/diff": "^5.0.0",
"@types/jsonwebtoken": "^9.0.0",
"@types/leaflet": "^1.9.6",
"@types/mime-types": "^2.1.0",
"@types/node": "^20.8.0",
"@types/qrcode": "^1.5.0",
"@types/react": "^18.2.33",
"@types/react-beautiful-dnd": "^13.1.5",
"@types/react-dom": "^18.2.14",
"@types/validator": "^13.11.0",
"@types/webpack-env": "^1.18.0",
"@typescript-eslint/eslint-plugin": "^6.7.4",
"@typescript-eslint/parser": "^6.7.4",
"autoprefixer": "^10.4.0",
"copy-webpack-plugin": "^11.0.0",
"eslint": "^8.53.0",
"eslint-config-next": "^14.0.2",
"eslint-config-prettier": "^9.0.0",
"eslint-import-resolver-typescript": "^3.6.0",
"eslint-plugin-deprecation": "^2.0.0",
"eslint-plugin-import": "^2.28.0",
"eslint-plugin-jsx-a11y": "^6.7.0",
"eslint-plugin-react": "^7.33.0",
"eslint-plugin-react-hooks": "^4.6.0",
"eslint-plugin-unicorn": "^48.0.0",
"eslint-plugin-unused-imports": "^3.0.0",
"jsonc-eslint-parser": "^2.3.0",
"lint-staged": "^15.0.0",
"postcss": "^8.4.31",
"prettier": "^3.0.0",
"sass": "^1.69.0",
"stylelint": "^15.11.0",
"stylelint-config-clean-order": "^5.2.0",
"stylelint-config-prettier": "^9.0.0",
"stylelint-config-standard-scss": "^11.0.0",
"tailwindcss": "^3.3.0",
"ts-node": "^10.9.0",
"tsconfig": "^7.0.0",
"tsconfig-paths": "^4.2.0",
"tslib": "^2.6.2",
"typescript": "^5.2.2"
}
}