-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
125 lines (125 loc) · 3.81 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
{
"name": "ts-graphql-starter",
"version": "0.0.0",
"license": "MIT",
"scripts": {
"prepare": "husky install",
"build-storybook": "nx build-storybook browser-storybook-host"
},
"private": true,
"dependencies": {
"@chakra-ui/react": "^2.3.1",
"@emotion/react": "^11.0.0",
"@emotion/styled": "^11",
"@graphql-typed-document-node/core": "^3.1.1",
"@nestjs/apollo": "^10.0.22",
"@nestjs/common": "^9.0.0",
"@nestjs/config": "^2.2.0",
"@nestjs/core": "^9.0.0",
"@nestjs/graphql": "^10.0.22",
"@nestjs/passport": "^9.0.0",
"@nestjs/platform-express": "^9.0.0",
"@next/font": "^13.0.2",
"@prisma/client": "^4.2.1",
"@sentry/nextjs": "^7.16.0",
"@sentry/node": "^7.16.0",
"@tanstack/react-query": "^4.10.1",
"@types/invariant": "^2.2.35",
"@urql/devtools": "^2.0.3",
"@urql/exchange-auth": "^1.0.0",
"apollo-server-express": "^3.10.2",
"class-validator": "^0.13.2",
"core-js": "^3.6.5",
"date-fns": "^2.29.3",
"deepmerge": "^4.2.2",
"firebase": "^9.9.4",
"firebase-admin": "^11.1.0",
"framer-motion": "^6",
"graphql": "^16.6.0",
"nanoid": "3.3.4",
"next": "13.0.0",
"passport": "^0.6.0",
"passport-custom": "^1.1.1",
"passport-jwt": "^4.0.0",
"react": "18.2.0",
"react-dom": "18.2.0",
"recoil": "^0.7.5",
"reflect-metadata": "^0.1.13",
"regenerator-runtime": "0.13.7",
"rxjs": "^7.0.0",
"tslib": "^2.3.0",
"urql": "^3.0.2"
},
"devDependencies": {
"@babel/core": "7.12.13",
"@babel/preset-typescript": "7.12.13",
"@graphql-codegen/cli": "^2.12.0",
"@graphql-codegen/gql-tag-operations-preset": "^1.5.5",
"@nestjs/schematics": "^9.0.0",
"@nestjs/testing": "^9.2.0",
"@nrwl/cli": "15.0.13",
"@nrwl/cypress": "15.0.13",
"@nrwl/eslint-plugin-nx": "15.0.13",
"@nrwl/jest": "15.0.13",
"@nrwl/js": "15.0.13",
"@nrwl/linter": "15.0.13",
"@nrwl/nest": "15.0.13",
"@nrwl/next": "15.0.13",
"@nrwl/node": "15.0.13",
"@nrwl/nx-cloud": "15.0.2",
"@nrwl/react": "15.0.13",
"@nrwl/storybook": "15.0.13",
"@nrwl/web": "15.0.13",
"@nrwl/workspace": "15.0.13",
"@storybook/addon-essentials": "~6.5.9",
"@storybook/addon-interactions": "^6.5.13",
"@storybook/builder-webpack5": "~6.5.9",
"@storybook/core-server": "~6.5.9",
"@storybook/jest": "^0.0.10",
"@storybook/manager-webpack5": "~6.5.9",
"@storybook/react": "~6.5.9",
"@storybook/testing-library": "^0.0.13",
"@svgr/webpack": "^5.4.0",
"@swc/core": "^1.2.173",
"@swc/jest": "0.2.20",
"@testing-library/react": "13.4.0",
"@types/jest": "28.1.8",
"@types/node": "18.7.18",
"@types/passport-jwt": "^3.0.7",
"@types/react": "18.0.20",
"@types/react-dom": "18.0.6",
"@typescript-eslint/eslint-plugin": "5.42.0",
"@typescript-eslint/parser": "5.42.0",
"@urql/storybook-addon": "^2.0.1",
"babel-jest": "28.1.3",
"babel-loader": "8.1.0",
"chromatic": "^6.11.4",
"cypress": "^10.7.0",
"dotenv-flow": "^3.2.0",
"eslint": "~8.15.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-jsx-a11y": "6.6.1",
"eslint-plugin-react": "7.31.8",
"eslint-plugin-react-hooks": "4.6.0",
"eslint-plugin-unused-imports": "^2.0.0",
"husky": "^7.0.0",
"jest": "28.1.3",
"jest-environment-jsdom": "28.1.3",
"nx": "15.0.13",
"prettier": "^2.6.2",
"prisma": "^4.2.1",
"react-test-renderer": "18.2.0",
"ts-essentials": "^9.3.0",
"ts-jest": "28.0.8",
"ts-node": "10.9.1",
"typescript": "4.8.4",
"url-loader": "^3.0.0"
},
"lint-staged": {
"*.{js,ts,tsx}": "eslint --cache --fix",
"*.{js,ts,tsx,mdx,graphql,json}": "prettier --write"
}
}