-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathpackage.json
135 lines (135 loc) · 4.45 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
{
"name": "pokermans",
"private": true,
"scripts": {
"dev": "next dev",
"build": "npm run build:prisma && npm run build:nexus-typegen && npm run build:next",
"build:next": "next build",
"build:nexus-typegen": "ts-node --transpile-only schema",
"build:prisma": "prisma generate && prisma migrate deploy",
"lint": "next lint",
"prepare": "husky install",
"prettier": "prettier '{pages,src}/**/*.{ts,tsx}'",
"prettier:fix": "prettier --write '{pages,src}/**/*.{ts,tsx}'",
"release": "semantic-release",
"start": "next start",
"test": "jest",
"storybook": "start-storybook -p 6006",
"build-storybook": "build-storybook",
"chromatic": "npx chromatic",
"lint:write": "next lint --cache --fix",
"vercel-build": "npm run build"
},
"dependencies": {
"@apollo/client": "^3.7.7",
"@emotion/cache": "^11.10.5",
"@emotion/react": "^11.10.6",
"@emotion/server": "^11.10.0",
"@emotion/styled": "^11.10.6",
"@fortawesome/fontawesome-svg-core": "^6.3.0",
"@fortawesome/free-regular-svg-icons": "^6.3.0",
"@fortawesome/free-solid-svg-icons": "^6.3.0",
"@fortawesome/react-fontawesome": "^0.2.0",
"@google-cloud/storage": "^6.9.2",
"@hookform/resolvers": "^2.9.11",
"@mui/icons-material": "^5.11.11",
"@mui/lab": "^5.0.0-alpha.123",
"@mui/material": "^5.11.12",
"@next-auth/prisma-adapter": "^1.0.5",
"@prisma/client": "^4.10.1",
"@sentry/nextjs": "^7.38.0",
"@tomfreudenberg/next-auth-mock": "^0.5.6",
"@types/bytes": "^3.1.1",
"@types/graphql-upload": "^15.0.2",
"apollo-server-micro": "^3.11.1",
"apollo-upload-client": "^17.0.0",
"babel-plugin-macros": "^3.1.0",
"bytes": "^3.1.2",
"consola": "^2.15.3",
"framer-motion": "^9.0.2",
"graphql": "^16.6.0",
"graphql-upload": "^15.0.2",
"micro": "^9.4.1",
"micro-cors": "^0.1.1",
"next": "^13.2.4",
"next-auth": "^4.19.2",
"nexus": "^1.3.0",
"nodemailer": "^6.9.1",
"prop-types": "^15.8.1",
"react": "^18.2.0",
"react-dom": "^18.2.0",
"react-dropzone": "^14.2.3",
"react-hook-form": "^7.43.1",
"uuid": "^9.0.0",
"yup": "^1.0.0"
},
"devDependencies": {
"@babel/core": "^7.20.12",
"@commitlint/cli": "^17.4.3",
"@commitlint/config-conventional": "^17.4.3",
"@fontsource/material-icons": "^4.5.4",
"@fontsource/roboto": "^4.5.8",
"@semantic-release/changelog": "^6.0.2",
"@semantic-release/git": "^10.0.1",
"@storybook/addon-actions": "^6.5.16",
"@storybook/addon-essentials": "^6.5.16",
"@storybook/addon-links": "^6.5.16",
"@storybook/builder-webpack5": "^6.5.16",
"@storybook/manager-webpack5": "^6.5.16",
"@storybook/react": "^6.5.16",
"@testing-library/jest-dom": "^5.16.5",
"@testing-library/react": "^14.0.0",
"@types/apollo-upload-client": "^17.0.2",
"@types/graphql-iso-date": "^3.4.0",
"@types/jest": "^29.4.0",
"@types/micro-cors": "^0.1.3",
"@types/node": "^18.13.0",
"@types/react": "18.0.28",
"@types/testing-library__jest-dom": "^5.14.5",
"@types/uuid": "^9.0.0",
"@typescript-eslint/eslint-plugin": "^5.52.0",
"@typescript-eslint/parser": "^5.52.0",
"axe-core": "^4.6.3",
"babel-jest": "^29.4.2",
"babel-loader": "^9.1.2",
"chromatic": "^6.17.0",
"eslint": "8.34.0",
"eslint-config-airbnb": "^19.0.4",
"eslint-config-airbnb-typescript": "^17.0.0",
"eslint-config-next": "^13.1.6",
"eslint-config-prettier": "8.6.0",
"eslint-plugin-cypress": "^2.12.1",
"eslint-plugin-import": "^2.27.5",
"eslint-plugin-jest": "^27.2.1",
"eslint-plugin-jsx-a11y": "^6.7.1",
"eslint-plugin-prettier": "4.2.1",
"eslint-plugin-react": "^7.32.2",
"eslint-plugin-react-hooks": "^4.6.0",
"eslint-plugin-storybook": "^0.6.11",
"espree": "^9.4.1",
"husky": "^8.0.3",
"identity-obj-proxy": "^3.0.0",
"jest": "^29.4.2",
"jest-environment-jsdom": "^29.4.2",
"jest-fetch-mock": "^3.0.3",
"lint-staged": "^13.1.2",
"prettier": "2.8.4",
"prisma": "^4.10.1",
"react-test-renderer": "^18.2.0",
"semantic-release": "^19.0.5",
"storybook-addon-apollo-client": "^4.0.13",
"storybook-addon-next-router": "^4.0.2",
"ts-node": "^10.9.1",
"typescript": "4.9.5",
"webpack": "^5.75.0"
},
"lint-staged": {
"*.{js,ts,jsx,tsx,css}": [
"eslint --cache --fix"
]
},
"prisma": {
"seed": "node --loader ts-node/esm prisma/seed.ts"
},
"version": "1.17.0"
}