-
Notifications
You must be signed in to change notification settings - Fork 10
/
Copy pathpackage.json
127 lines (127 loc) · 4.27 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
{
"name": "ctims-mono-repo",
"version": "0.0.1",
"license": "MIT",
"scripts": {
"start:backend": "nx serve api",
"start": "NODE_ENV=production node server.js",
"start-web": "nx serve web --verbose",
"schema:format": "npx prisma format",
"schema:push": "npx prisma db push --schema=./apps/api/prisma/schema.prisma",
"schema:generate-client": "npx prisma generate --schema=./apps/api/prisma/schema.prisma",
"prisma:migrate": "npx prisma migrate deploy --schema=./apps/api/prisma/schema.prisma",
"prisma:create_migration": "npx prisma migrate dev --name add_trial_protocol_optional --create-only --schema=./apps/api/prisma/schema.prisma",
"prisma:resolve_migration": "npx prisma migrate resolve --applied 0_init --schema=./apps/api/prisma/schema.prisma",
"prisma:encrypt": "ts-node apps/api/prisma/prisma-field-encryption-migrations/index.ts",
"start:prod": "node dist/apps/api/main.js",
"build": "nx build",
"test": "nx test",
"generate:build": "npx prisma generate --schema=./apps/api/prisma/schema.prisma && nx build api",
"build-web": "nx build web --verbose --development",
"build-all": "nx run-many --target=build --projects=api,web --parallel",
"cypress:dev": "nx e2e web-e2e --watch",
"seed": "npx prisma db seed"
},
"prisma": {
"seed": "ts-node apps/api/prisma/seed/index.js"
},
"private": true,
"type": "commonjs",
"dependencies": {
"@ant-design/icons": "^4.5.0",
"@nestjs/common": "^9.4.0",
"@nestjs/core": "^9.4.0",
"@nestjs/mapped-types": "^1.2.2",
"@nestjs/passport": "^9.0.3",
"@nestjs/platform-express": "^10.1.0",
"@nestjs/swagger": "^6.3.0",
"@nrwl/next": "15.8.1",
"@prisma/client": "^4.5.0",
"@reduxjs/toolkit": "^1.9.1",
"@rjsf/antd": "^5.2.1",
"@rjsf/core": "^5.2.1",
"@rjsf/material-ui": "^5.2.1",
"@rjsf/utils": "^5.2.1",
"@rjsf/validator-ajv8": "^5.2.1",
"antd": "^4.12.3",
"clsx": "^1.2.1",
"core-js": "^3.6.5",
"dayjs": "^1.10.4",
"express": "^4.18.2",
"form-data": "^4.0.0",
"json-schema": "^0.4.0",
"jsonpath": "^1.1.1",
"jwt-decode": "^3.1.2",
"jwt-encode": "^1.0.1",
"keycloak-connect": "^21.1.0",
"multer": "^1.4.5-lts.1",
"next": "13.0.0",
"next-auth": "4.24.5",
"nx": "^15.8.1",
"passport": "^0.6.0",
"passport-keycloak-bearer": "^2.3.0",
"primeicons": "^6.0.1",
"primereact": "^8.7.3",
"prisma-field-encryption": "^1.4.3",
"react": "^18.2.0",
"react-csv": "^2.2.2",
"react-dom": "^18.2.0",
"react-idle-timer": "^5.7.2",
"react-json-view": "^1.21.3",
"react-redux": "^8.0.5",
"reflect-metadata": "^0.1.13",
"regenerator-runtime": "0.13.7",
"rxjs": "^7.0.0",
"structured-clone": "^0.2.2",
"tslib": "^2.0.0",
"uuid": "^9.0.0",
"yaml": "^2.2.1"
},
"devDependencies": {
"@nestjs/schematics": "^9.1.0",
"@nestjs/testing": "^9.4.0",
"@nrwl/cli": "15.8.1",
"@nrwl/cypress": "15.8.1",
"@nrwl/eslint-plugin-nx": "15.8.1",
"@nrwl/jest": "15.8.1",
"@nrwl/linter": "15.8.1",
"@nrwl/nest": "15.8.1",
"@nrwl/node": "15.8.1",
"@nrwl/react": "15.8.1",
"@nrwl/tao": "15.8.1",
"@nrwl/web": "15.8.1",
"@nrwl/workspace": "15.8.1",
"@tauri-apps/cli": "^1.2.3",
"@testing-library/jest-dom": "5.16.5",
"@testing-library/react": "14.0.0",
"@testing-library/react-hooks": "8.0.1",
"@testing-library/user-event": "14.4.3",
"@types/jest": "27.0.2",
"@types/jsonpath": "^0.2.0",
"@types/node": "16.11.7",
"@types/react": "^18.0.24",
"@types/react-dom": "^18.0.8",
"@types/uuid": "^9.0.0",
"@types/yaml": "^1.9.7",
"@typescript-eslint/eslint-plugin": "~5.10.0",
"@typescript-eslint/parser": "~5.10.0",
"babel-jest": "27.2.3",
"cypress": "^11.2.0",
"eslint": "~8.7.0",
"eslint-config-next": "12.0.7",
"eslint-config-prettier": "8.1.0",
"eslint-plugin-cypress": "^2.10.3",
"eslint-plugin-import": "2.25.2",
"eslint-plugin-jsx-a11y": "6.5.1",
"eslint-plugin-react": "7.27.0",
"eslint-plugin-react-hooks": "4.3.0",
"jest": "27.2.3",
"prettier": "^2.5.1",
"prisma": "^4.13.0",
"react-test-renderer": "17.0.2",
"sass": "1.43.2",
"ts-jest": "27.0.5",
"ts-node": "^10.9.1",
"typescript": "~4.5.2"
}
}