-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
113 lines (113 loc) · 3.15 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
{
"name": "the-chiron-project",
"version": "0.0.0",
"description": "",
"private": true,
"scripts": {
"start": "nx serve chiron",
"devStart": "node tmp/script.ts",
"prepare": "husky install",
"postinstall": "prisma generate prisma/schema.prisma",
"prisma-db-push": "prisma db push --schema=./apps/t3-client/prisma/schema.prisma"
},
"prisma": {
"seed": "ts-node --compiler-options {\"module\":\"CommonJS\"} prisma/seed.ts"
},
"lint-staged": {
"**/*.{ts,tsx}": [
"prettier --write",
"eslint --fix"
]
},
"engines": {
"npm": "please-use-pnpm",
"yarn": "please-use-pnpm",
"node": ">=v16.13.2",
"pnpm": ">= 7.11.0"
},
"keywords": [],
"author": "",
"license": "ISC",
"dependencies": {
"@babel/core": "^7.19.3",
"@babel/preset-typescript": "^7.18.6",
"@babel/runtime": "^7.19.0",
"@next-auth/prisma-adapter": "^1.0.4",
"@nrwl/next": "14.8.2",
"@prisma/client": "^4.4.0",
"@trpc/client": "^9.27.4",
"@trpc/next": "^9.27.4",
"@trpc/react": "^9.27.4",
"@trpc/server": "^9.27.4",
"@typegoose/typegoose": "^9.12.0",
"apollo-datasource-mongodb": "^0.5.4",
"apollo-server": "^3.10.2",
"babel-loader": "^8.2.5",
"class-validator": "^0.13.2",
"core-js": "^3.6.5",
"graphql": "^16.6.0",
"mongodb": "^4.10.0",
"mongoose": "^6.6.1",
"next": "12.3.1",
"next-auth": "~4.10.3",
"react": "18.2.0",
"react-dom": "18.2.0",
"react-is": "18.2.0",
"react-query": "3.39.2",
"regenerator-runtime": "0.13.7",
"styled-components": "5.3.5",
"superjson": "^1.10.0",
"tslib": "^2.3.0",
"zod": "^3.18.0"
},
"devDependencies": {
"@nrwl/cli": "14.8.2",
"@nrwl/cypress": "14.8.2",
"@nrwl/eslint-plugin-nx": "14.8.2",
"@nrwl/jest": "14.8.2",
"@nrwl/linter": "14.8.2",
"@nrwl/react": "14.8.2",
"@nrwl/web": "14.8.2",
"@nrwl/workspace": "14.8.2",
"@testing-library/react": "13.4.0",
"@typescript-eslint/eslint-plugin": "^5.33.0",
"@typescript-eslint/parser": "^5.33.0",
"@types/jest": "28.1.1",
"@types/node": "18.0.0",
"@types/react": "18.0.14",
"@types/react-dom": "18.0.5",
"@types/react-is": "17.0.3",
"@types/styled-components": "5.1.26",
"autoprefixer": "^10.4.12",
"babel-jest": "28.1.1",
"babel-plugin-styled-components": "1.10.7",
"cypress": "^10.7.0",
"dotenv": "^16.0.2",
"eslint-config-prettier": "8.1.0",
"eslint-plugin-cypress": "^2.10.3",
"eslint-plugin-import": "2.26.0",
"eslint-plugin-jsx-a11y": "6.6.1",
"eslint-plugin-react": "7.31.8",
"eslint-plugin-react-hooks": "4.6.0",
"husky": "^8.0.1",
"jest": "28.1.1",
"jest-environment-jsdom": "28.1.1",
"lint-staged": "^13.0.3",
"nx": "14.8.2",
"react-test-renderer": "18.2.0",
"ts-jest": "28.0.5",
"ts-node": "10.9.1",
"ts-node-dev": "^2.0.0",
"typescript": "~4.8.2",
"eslint": "8.22.0",
"eslint-config-next": "12.3.1",
"postcss": "^8.4.17",
"prettier": "2.7.1",
"prettier-plugin-tailwindcss": "^0.1.13",
"prisma": "^4.4.0",
"tailwindcss": "^3.1.8"
},
"ct3aMetadata": {
"initVersion": "5.15.0"
}
}