-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
131 lines (131 loc) · 4.53 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
{
"name": "toptal-hackathon-t2",
"version": "0.0.0",
"license": "MIT",
"scripts": {
"build:backend": "yarn nx prisma-generate backend; nx build backend; nx build-console backend",
"build": "nx run-many --parallel --target=build --projects=frontend,backend",
"console:dev": "ts-node --project apps/backend/tsconfig.console.json -r tsconfig-paths/register apps/backend/src/console.ts",
"console": "node dist/apps/console/main.js",
"dev:import": "yarn && yarn console:dev import",
"dev:test-data": "yarn && yarn console:dev test-data",
"dev:update": "yarn && yarn prisma:migrate-dev --verbose && yarn console:dev import",
"lint:fix": "eslint . --fix --ext .ts,.tsx",
"lint": "eslint . --ext .ts,.tsx",
"prisma:migrate-dev": "nx prisma-migrate backend dev --verbose",
"prisma:studio": "nx prisma-studio backend",
"prisma:format": "prisma format --schema=apps/backend/prisma/schema.prisma",
"release:backend": "yarn nx prisma-deploy backend; yarn console import",
"start": "nx run-many --parallel --target=serve --projects=frontend,backend",
"test:backend": "nx test --project=backend --watch --coverage",
"test:frontend": "nx test --project=frontend --watch --coverage",
"test": "nx run-many --parallel --target=test --projects=frontend,backend --coverage",
"validate": "yarn lint && yarn test"
},
"private": true,
"dependencies": {
"@apollo/client": "^3.7.1",
"@auth0/auth0-react": "^1.12.0",
"@faker-js/faker": "^7.6.0",
"@nestjs/apollo": "^10.1.4",
"@nestjs/axios": "^1.0.0",
"@nestjs/common": "^9.0.0",
"@nestjs/config": "^2.2.0",
"@nestjs/core": "^9.0.0",
"@nestjs/graphql": "^10.1.5",
"@nestjs/passport": "^9.0.0",
"@nestjs/platform-express": "^9.0.0",
"@nestjs/serve-static": "^3.0.0",
"@prisma/client": "^4.6.1",
"@szhsin/react-menu": "^3.2.1",
"@tailwindcss/typography": "^0.5.8",
"apollo-server-express": "^3.11.0",
"cache-manager": "^5.1.3",
"classnames": "^2.3.2",
"core-js": "^3.6.5",
"cross-env": "^7.0.3",
"framer-motion": "^7.6.6",
"graphql": "^16.6.0",
"jwks-rsa": "^3.0.0",
"lodash": "^4.17.21",
"nestjs-console": "^8.0.0",
"next": "13.0.0",
"papaparse": "^5.3.2",
"passport": "^0.6.0",
"passport-jwt": "^4.0.0",
"rc-drawer": "^6.0.1",
"react": "18.2.0",
"react-confetti": "^6.1.0",
"react-countdown": "^2.3.3",
"react-dom": "18.2.0",
"react-modal": "^3.16.1",
"react-share": "^4.4.1",
"react-switch": "^7.0.0",
"react-use": "^17.4.0",
"reflect-metadata": "^0.1.13",
"regenerator-runtime": "0.13.7",
"rxjs": "^7.0.0",
"screenfull": "^6.0.2",
"tslib": "^2.3.0",
"use-sound": "^4.0.1",
"uuid": "^9.0.0"
},
"devDependencies": {
"@nestjs/schematics": "^9.0.0",
"@nestjs/testing": "^9.0.0",
"@nrwl/cli": "14.8.6",
"@nrwl/cypress": "15.0.6",
"@nrwl/eslint-plugin-nx": "15.0.6",
"@nrwl/jest": "15.0.6",
"@nrwl/linter": "15.0.6",
"@nrwl/nest": "15.0.6",
"@nrwl/next": "^15.0.6",
"@nrwl/node": "15.0.6",
"@nrwl/nx-cloud": "latest",
"@nrwl/react": "15.0.6",
"@nrwl/web": "15.0.6",
"@nrwl/workspace": "14.8.6",
"@nx-tools/nx-prisma": "^4.0.0-alpha.11",
"@testing-library/jest-dom": "^5.16.5",
"@testing-library/react": "13.4.0",
"@testing-library/user-event": "^14.4.3",
"@types/jest": "28.1.1",
"@types/node": "18.7.18",
"@types/papaparse": "^5.3.5",
"@types/react": "18.0.20",
"@types/react-dom": "18.0.6",
"@types/react-modal": "^3.13.1",
"@typescript-eslint/eslint-plugin": "^5.36.1",
"@typescript-eslint/parser": "^5.36.1",
"autoprefixer": "^10.4.13",
"babel-jest": "28.1.1",
"cypress": "^10.7.0",
"eslint": "~8.15.0",
"eslint-config-airbnb-base": "^15.0.0",
"eslint-config-airbnb-typescript": "^17.0.0",
"eslint-config-next": "13.0.0",
"eslint-config-prettier": "8.1.0",
"eslint-plugin-cypress": "^2.10.3",
"eslint-plugin-import": "2.26.0",
"eslint-plugin-jest-dom": "^4.0.2",
"eslint-plugin-jsx-a11y": "6.6.1",
"eslint-plugin-react": "7.31.8",
"eslint-plugin-react-hooks": "4.6.0",
"eslint-plugin-testing-library": "^5.9.1",
"jest": "28.1.1",
"jest-environment-jsdom": "28.1.1",
"nx": "14.8.6",
"postcss": "^8.4.18",
"prettier": "^2.6.2",
"prisma": "^4.6.1",
"react-test-renderer": "18.2.0",
"sass": "1.55.0",
"tailwindcss": "^3.2.1",
"ts-jest": "28.0.5",
"ts-node": "10.9.1",
"typescript": "~4.8.2"
},
"engines": {
"node": ">=16.0.0"
}
}