-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathpackage.json
155 lines (155 loc) · 5.37 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
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
{
"name": "waveditors",
"version": "0.3.0",
"license": "MIT",
"scripts": {
"dev:frontend": "nx run wavemail:serve",
"dev:backend": "nx run backend:serve",
"lint": "nx run-many --all --target=lint",
"test": "nx run-many --all --target=test",
"codegen": "find ./apps/wavemail -iname '*.g.tsx' -delete && graphql-codegen",
"build": "prisma generate && npm run codegen && nx run-many --all --target=build",
"docker:build": "nx run-many --all --target=deploy",
"docker:push": "docker push waveditor/backend:$(npm pkg get version --workspaces=false | tr -d \\\")",
"docker:start:backend": "docker compose up",
"docker:start": "docker compose --profile with-frontend up",
"seed-generate": "ts-node --compiler-options {\\\"module\\\":\\\"commonjs\\\"} apps/backend/prisma/seed/generator.ts"
},
"private": true,
"prisma": {
"schema": "apps/backend/prisma/schema.prisma",
"seed": "ts-node --compiler-options {\"module\":\"CommonJS\"} apps/backend/prisma/seed/index.ts"
},
"devDependencies": {
"@babel/preset-react": "^7.14.5",
"@docusaurus/module-type-aliases": "2.1.0",
"@graphql-codegen/cli": "^4.0.1",
"@graphql-codegen/near-operation-file-preset": "^2.5.0",
"@graphql-codegen/typescript": "^4.0.0",
"@graphql-codegen/typescript-operations": "^4.0.0",
"@graphql-codegen/typescript-react-apollo": "^3.3.7",
"@graphql-codegen/typescript-resolvers": "^4.0.0",
"@mechanicalhuman/bunyan-pretty": "^3.1.0",
"@nx-plus/docusaurus": "^15.0.0-rc.0",
"@nx/cypress": "16.5.1",
"@nx/esbuild": "16.5.1",
"@nx/eslint-plugin": "16.5.1",
"@nx/jest": "16.5.1",
"@nx/js": "16.5.1",
"@nx/linter": "16.5.1",
"@nx/node": "16.5.1",
"@nx/react": "16.5.1",
"@nx/rollup": "16.5.1",
"@nx/webpack": "16.5.1",
"@nx/workspace": "16.5.1",
"@pmmmwh/react-refresh-webpack-plugin": "^0.5.7",
"@rollup/plugin-url": "^7.0.0",
"@svgr/rollup": "8.0.1",
"@svgr/webpack": "8.0.1",
"@testing-library/react": "14.0.0",
"@types/bunyan": "^1.8.8",
"@types/express": "~4.17.13",
"@types/google.accounts": "^0.0.7",
"@types/jest": "29.4.4",
"@types/node": "18.14.2",
"@types/nodemailer": "^6.4.9",
"@types/react": "18.2.14",
"@types/react-dom": "18.2.6",
"@types/react-is": "18.2.1",
"@types/styled-components": "5.1.26",
"@typescript-eslint/eslint-plugin": "5.62.0",
"@typescript-eslint/parser": "5.62.0",
"babel-jest": "29.4.3",
"babel-plugin-styled-components": "1.10.7",
"cypress": "12.17.1",
"esbuild": "^0.17.17",
"eslint": "~8.15.0",
"eslint-config-prettier": "8.1.0",
"eslint-plugin-cypress": "^2.10.3",
"eslint-plugin-import": "2.27.5",
"eslint-plugin-jsx-a11y": "6.7.1",
"eslint-plugin-react": "7.32.2",
"eslint-plugin-react-hooks": "4.6.0",
"jest": "29.4.3",
"jest-environment-jsdom": "29.4.3",
"jest-environment-node": "^29.4.1",
"nx": "16.5.1",
"nx-cloud": "16.0.5",
"prettier": "^2.6.2",
"prisma": "^4.16.2",
"react-refresh": "^0.10.0",
"ts-jest": "29.1.0",
"ts-node": "10.9.1",
"typescript": "5.1.6",
"url-loader": "^4.1.1"
},
"dependencies": {
"@apollo/client": "^3.7.15",
"@apollo/server": "^4.7.2",
"@docusaurus/core": "2.1.0",
"@docusaurus/preset-classic": "2.1.0",
"@graphql-tools/load-files": "^7.0.0",
"@graphql-tools/merge": "^9.0.0",
"@mdx-js/react": "^1.6.22",
"@prisma/client": "^4.16.2",
"@szhsin/react-menu": "^3.5.2",
"@tanstack/react-virtual": "^3.0.0-beta.61",
"@tiptap/core": "^2.1.12",
"@tiptap/extension-bold": "^2.1.12",
"@tiptap/extension-bullet-list": "^2.1.12",
"@tiptap/extension-document": "^2.1.12",
"@tiptap/extension-italic": "^2.1.12",
"@tiptap/extension-link": "^2.1.12",
"@tiptap/extension-list-item": "^2.1.12",
"@tiptap/extension-ordered-list": "^2.1.12",
"@tiptap/extension-paragraph": "^2.1.12",
"@tiptap/extension-strike": "^2.1.12",
"@tiptap/extension-text": "^2.1.12",
"@tiptap/extension-underline": "^2.1.12",
"@tiptap/html": "^2.1.12",
"@tiptap/pm": "^2.1.12",
"@tiptap/react": "^2.1.12",
"@tiptap/suggestion": "^2.1.12",
"@types/jsonwebtoken": "^9.0.2",
"antd": "^5.2.2",
"axios": "^1.4.0",
"bunyan": "^1.8.15",
"clsx": "^1.2.1",
"core-js": "^3.27.2",
"dayjs": "^1.11.8",
"express": "~4.18.1",
"fast-equals": "^5.0.0",
"fp-ts": "^2.14.0",
"google-auth-library": "^8.8.0",
"graphql": "^16.6.0",
"graphql-type-json": "^0.3.2",
"io-ts": "^2.2.20",
"jsonwebtoken": "^9.0.0",
"jwt-decode": "^3.1.2",
"monocle-ts": "^2.3.13",
"nodemailer": "^6.9.4",
"prism-react-renderer": "^1.3.5",
"prosemirror-commands": "^1.5.0",
"prosemirror-dropcursor": "^1.6.1",
"prosemirror-gapcursor": "^1.3.1",
"prosemirror-history": "^1.3.0",
"prosemirror-keymap": "^1.2.0",
"prosemirror-model": "^1.19.0",
"prosemirror-schema-basic": "^1.2.1",
"prosemirror-schema-list": "^1.2.2",
"prosemirror-state": "^1.4.2",
"prosemirror-view": "^1.30.0",
"react": "18.2.0",
"react-colorful": "^5.6.1",
"react-dom": "18.2.0",
"react-icons": "^4.10.1",
"react-is": "18.2.0",
"react-router-dom": "6.11.2",
"react-use": "^17.4.0",
"rxjs": "^7.8.0",
"styled-components": "5.3.6",
"tippy.js": "^6.3.7",
"ts-pattern": "^4.1.3",
"tslib": "^2.3.0"
}
}